Html Css Color HEX #CCA476 Cameo

📋 copy color: '#CCA476'

red 204 ◦ green 164 ◦ blue 118

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

Shades of Cameo #CCA476

Tints of Cameo #CCA476

RGB

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

 GREEN value IS 164 (64.45% from 255) = 33.74%

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

R = 41.98%
G = 33.74%
B = 24.28%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.42

 K value IS 0.2

RGB Variations

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

Color information

#CCA476 (or 0xCCA476) is known color: Cameo. HEX triplet: CC, A4 and 76. RGB value is (204,164,118). Sum of RGB (Red+Green+Blue) = 204+164+118=486 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.98% from 486); Green value is 164 (64.45% from 255 or 33.74% from 486); Blue value is 118 (46.48% from 255 or 24.28% from 486); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA476 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA476 is #335B89. Grayscale: #AAAAAA. Windows color (decimal): -3365770 or 7775436. OLE color: 7775436.

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

Color convert

RGB 204 164 118 -
CMYK 0 0.20 0.42 0.2
HSL 32.09º 0.46% 0.63% -
HSV(B) 32.09º 0.42% 0.8% -
XYZ 41.45 40.7 22.81 -
YUV 170.72 98.25 151.74 -
System Red Green Blue C M Y K H S L
Decimal 204 164 118 0 0.20 0.42 0.2 32.09 0.46 0.63
Hex CC A4 76 0 14 2A 14 20 2E 3F
Octal 314 244 166 0 24 52 24 40 56 77
Binary 11001100 10100100 1110110 0 10100 101010 10100 100000 101110 111111

Color Harmonies of #CCA476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA476

Black with #CCA476

Text Example


Text Example

White with #CCA476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA476; }

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

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

background-color css

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

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

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

border-color css

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

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

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