Html Css Color HEX #CCA077 Cameo

📋 copy color: '#CCA077'

red 204 ◦ green 160 ◦ blue 119

#CCA077
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cameo #CCA077

Tints of Cameo #CCA077

RGB

 RED value IS 204 (80.08% from 255) = 42.24%

 GREEN value IS 160 (62.89% from 255) = 33.13%

 BLUE value IS 119 (46.88% from 255) = 24.64%

R = 42.24%
G = 33.13%
B = 24.64%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.42

 K value IS 0.2

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CCA077 (or 0xCCA077) is known color: Cameo. HEX triplet: CC, A0 and 77. RGB value is (204,160,119). Sum of RGB (Red+Green+Blue) = 204+160+119=483 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.24% from 483); Green value is 160 (62.89% from 255 or 33.13% from 483); Blue value is 119 (46.88% from 255 or 24.64% from 483); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA077 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA077 is #335F88. Grayscale: #A8A8A8. Windows color (decimal): -3366793 or 7839948. OLE color: 7839948.

HSL color Cylindrical-coordinate representation of color #CCA077: hue angle of 28.94º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CCA077 is Cyan = 0, Magento = 0.22, Yellow = 0.42 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 160 119 -
CMYK 0 0.22 0.42 0.2
HSL 28.94º 0.45% 0.63% -
HSV(B) 28.94º 0.42% 0.8% -
XYZ 40.8 39.31 22.89 -
YUV 168.48 100.08 153.33 -
System Red Green Blue C M Y K H S L
Decimal 204 160 119 0 0.22 0.42 0.2 28.94 0.45 0.63
Hex CC A0 77 0 16 2A 14 1D 2D 3F
Octal 314 240 167 0 26 52 24 35 55 77
Binary 11001100 10100000 1110111 0 10110 101010 10100 11101 101101 111111

Color Harmonies of #CCA077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA077

Black with #CCA077

Text Example


Text Example

White with #CCA077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA077; }

 p { color: rgb(204,160,119); }

 H1.HeaderClassName
 {
   color: #CCA077;
 }
 .AnyTagClassName
 {
   color: #CCA077;
 }
</style>

background-color css

<style>
 a { background-color: #CCA077; }

 a { background-color: rgb(204,160,119); }

 div.DivClassName
 {
   background-color: #CCA077;
 }
 .BgClassName
 {
   background-color: #CCA077;
 }
</style>

border-color css

<style>
 span { border-color: #CCA077; }

 span { border-color: rgb(204,160,119); }

 td.TdClassName
 {
   border-color: #CCA077;
 }
 .TagClassName
 {
   border-color: #CCA077;
 }
</style>