Html Css Color HEX #C4CB76 Deco

📋 copy color: '#C4CB76'

red 196 ◦ green 203 ◦ blue 118

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

Shades of Deco #C4CB76

Tints of Deco #C4CB76

RGB

 RED value IS 196 (76.95% from 255) = 37.91%

 GREEN value IS 203 (79.69% from 255) = 39.26%

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

R = 37.91%
G = 39.26%
B = 22.82%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.42

 K value IS 0.20

RGB Variations

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

Color information

#C4CB76 (or 0xC4CB76) is known color: Deco. HEX triplet: C4, CB and 76. RGB value is (196,203,118). Sum of RGB (Red+Green+Blue) = 196+203+118=517 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.91% from 517); Green value is 203 (79.69% from 255 or 39.26% from 517); Blue value is 118 (46.48% from 255 or 22.82% from 517); Max value from RGB is 203 - color contains mainly: green. Hex color #C4CB76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4CB76 is #3B3489. Grayscale: #BFBFBF. Windows color (decimal): -3880074 or 7785412. OLE color: 7785412.

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

Color convert

RGB 196 203 118 -
CMYK 0.03 0 0.42 0.20
HSL 64.94º 0.45% 0.63% -
HSV(B) 64.94º 0.42% 0.8% -
XYZ 47.39 55.76 25.4 -
YUV 191.22 86.68 131.41 -
System Red Green Blue C M Y K H S L
Decimal 196 203 118 0.03 0 0.42 0.20 64.94 0.45 0.63
Hex C4 CB 76 3 0 2A 14 41 2D 3F
Octal 304 313 166 3 0 52 24 101 55 77
Binary 11000100 11001011 1110110 11 0 101010 10100 1000001 101101 111111

Color Harmonies of #C4CB76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4CB76

Black with #C4CB76

Text Example


Text Example

White with #C4CB76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4CB76; }

 p { color: rgb(196,203,118); }

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

background-color css

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

 a { background-color: rgb(196,203,118); }

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

border-color css

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

 span { border-color: rgb(196,203,118); }

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