Color Hex Logo

#ccb765 Color Hex

#CCB765
(204,183,101)
0 Favorites   0 Comments

Color spaces of #ccb765

RGB 204183101
HSL0.130.500.60
HSV48°50°80°
CMYK 0.000.100.50   0.20
XYZ44.184347.643919.1794
Yxy47.64390.39800.4292
Hunter Lab69.0246-6.530831.8427
CIE-Lab74.5998-3.187444.0938

#ccb765 color RGB value is (204,183,101).

#ccb765 hex color red value is 204, green value is 183 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #ccb765 hue: 0.13 , saturation: 0.50 and the lightness value of ccb765 is 0.60.

The process color (four color CMYK) of #ccb765 color hex is 0.00, 0.10, 0.50, 0.20. Web safe color of #ccb765 is #cccc66. Color #ccb765 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10110111 01100101
Octal 314 267 145
Decimal 204 183 101
Hex CC B7 65

RGB Percentages of Color #ccb765

%41.80
%37.50
%20.70

CMYK Percentages of Color #ccb765

%0
%10
%50
%20

Triadic Colors of #ccb765

#ccb765 #65ccb7 #b765cc

Analogous Colors of #ccb765

#ccb765 #aecc65 #cc8465

Monochromatic Colors of #ccb765

#ccb765

Complementary Color

#ccb765 #657acc

#ccb765 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccb765 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccb765 Color CSS Codes

.mybgcolor {background-color:#ccb765; } 
.myforecolor {color:#ccb765; }
.mybordercolor {border:3px solid #ccb765; }

#ccb765 Text Font Color

<p style="color:#ccb765">Text here</p>

This sample text font color is #ccb765
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ccb765 Background Color

<div style="background-color:#ccb765">
Div content here</div>

This div background color is #ccb765


#ccb765 Border Color

<div style="border:3px solid #ccb765">
Div here</div>

This div border color is #ccb765


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(204,183,101, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ccb765; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ccb765;
  -webkit-box-shadow: 1px 1px 3px 2px #ccb765;
  box-shadow:         1px 1px 3px 2px #ccb765; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,183,101, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ccb765">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ccb765;
  -webkit-box-shadow: 1px 1px 3px 2px #ccb765;
  box-shadow:         1px 1px 3px 2px #ccb765;">
Div content here</div>

This div box has shadow with color #ccb765


Comments

No comments written yet.

Please login to write comment.