Html Css Color HEX #CCC876 Deco

📋 copy color: '#CCC876'

red 204 ◦ green 200 ◦ blue 118

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

Shades of Deco #CCC876

Tints of Deco #CCC876

RGB

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

 GREEN value IS 200 (78.52% from 255) = 38.31%

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

R = 39.08%
G = 38.31%
B = 22.61%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.42

 K value IS 0.2

RGB Variations

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

Color information

#CCC876 (or 0xCCC876) is known color: Deco. HEX triplet: CC, C8 and 76. RGB value is (204,200,118). Sum of RGB (Red+Green+Blue) = 204+200+118=522 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.08% from 522); Green value is 200 (78.52% from 255 or 38.31% from 522); Blue value is 118 (46.48% from 255 or 22.61% from 522); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC876 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC876 is #333789. Grayscale: #C0C0C0. Windows color (decimal): -3356554 or 7784652. OLE color: 7784652.

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

Color convert

RGB 204 200 118 -
CMYK 0 0.02 0.42 0.2
HSL 57.21º 0.46% 0.63% -
HSV(B) 57.21º 0.42% 0.8% -
XYZ 48.83 55.45 25.27 -
YUV 191.85 86.33 136.67 -
System Red Green Blue C M Y K H S L
Decimal 204 200 118 0 0.02 0.42 0.2 57.21 0.46 0.63
Hex CC C8 76 0 2 2A 14 39 2E 3F
Octal 314 310 166 0 2 52 24 71 56 77
Binary 11001100 11001000 1110110 0 10 101010 10100 111001 101110 111111

Color Harmonies of #CCC876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC876

Black with #CCC876

Text Example


Text Example

White with #CCC876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC876; }

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

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

background-color css

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

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

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

border-color css

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

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

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