Html Css Color HEX #CCA176 Cameo

📋 copy color: '#CCA176'

red 204 ◦ green 161 ◦ blue 118

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

Shades of Cameo #CCA176

Tints of Cameo #CCA176

RGB

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

 GREEN value IS 161 (63.28% from 255) = 33.33%

 BLUE value IS 118 (46.48% from 255) = 24.43%

R = 42.24%
G = 33.33%
B = 24.43%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.42

 K value IS 0.2

RGB Variations

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

Color information

#CCA176 (or 0xCCA176) is known color: Cameo. HEX triplet: CC, A1 and 76. RGB value is (204,161,118). Sum of RGB (Red+Green+Blue) = 204+161+118=483 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.24% from 483); Green value is 161 (63.28% from 255 or 33.33% from 483); Blue value is 118 (46.48% from 255 or 24.43% from 483); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA176 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA176 is #335E89. Grayscale: #A9A9A9. Windows color (decimal): -3366538 or 7774668. OLE color: 7774668.

HSL color Cylindrical-coordinate representation of color #CCA176: hue angle of 30º degrees, saturation: 0.46, 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 #CCA176 is Cyan = 0, Magento = 0.21, Yellow = 0.42 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 161 118 -
CMYK 0 0.21 0.42 0.2
HSL 30º 0.46% 0.63% -
HSV(B) 30º 0.42% 0.8% -
XYZ 40.92 39.64 22.63 -
YUV 168.96 99.25 153 -
System Red Green Blue C M Y K H S L
Decimal 204 161 118 0 0.21 0.42 0.2 30 0.46 0.63
Hex CC A1 76 0 15 2A 14 1E 2E 3F
Octal 314 241 166 0 25 52 24 36 56 77
Binary 11001100 10100001 1110110 0 10101 101010 10100 11110 101110 111111

Color Harmonies of #CCA176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA176

Black with #CCA176

Text Example


Text Example

White with #CCA176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA176; }

 p { color: rgb(204,161,118); }

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

background-color css

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

 a { background-color: rgb(204,161,118); }

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

border-color css

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

 span { border-color: rgb(204,161,118); }

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