Html Css Color HEX #C4CB77 Deco

📋 copy color: '#C4CB77'

red 196 ◦ green 203 ◦ blue 119

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

Shades of Deco #C4CB77

Tints of Deco #C4CB77

RGB

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

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

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

R = 37.84%
G = 39.19%
B = 22.97%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.41

 K value IS 0.20

RGB Variations

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

Color information

#C4CB77 (or 0xC4CB77) is known color: Deco. HEX triplet: C4, CB and 77. RGB value is (196,203,119). Sum of RGB (Red+Green+Blue) = 196+203+119=518 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.84% from 518); Green value is 203 (79.69% from 255 or 39.19% from 518); Blue value is 119 (46.88% from 255 or 22.97% from 518); Max value from RGB is 203 - color contains mainly: green. Hex color #C4CB77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4CB77 is #3B3488. Grayscale: #BFBFBF. Windows color (decimal): -3880073 or 7850948. OLE color: 7850948.

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

Color convert

RGB 196 203 119 -
CMYK 0.03 0 0.41 0.20
HSL 65º 0.45% 0.63% -
HSV(B) 65º 0.41% 0.8% -
XYZ 47.45 55.78 25.72 -
YUV 191.33 87.18 131.33 -
System Red Green Blue C M Y K H S L
Decimal 196 203 119 0.03 0 0.41 0.20 65 0.45 0.63
Hex C4 CB 77 3 0 29 14 41 2D 3F
Octal 304 313 167 3 0 51 24 101 55 77
Binary 11000100 11001011 1110111 11 0 101001 10100 1000001 101101 111111

Color Harmonies of #C4CB77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4CB77

Black with #C4CB77

Text Example


Text Example

White with #C4CB77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4CB77; }

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

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

background-color css

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

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

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

border-color css

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

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

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