#C4CA79

Color #C4CA79 Deco (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deco #C4CA79

Tints of Deco #C4CA79

Color information

#C4CA79 (or 0xC4CA79) is unknown color: approx Deco. HEX triplet: C4, CA and 79. RGB value is (196,202,121). Sum of RGB (Red+Green+Blue) = 196+202+121=519 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.76% from 519); Green value is 202 (79.30% from 255 or 38.92% from 519); Blue value is 121 (47.66% from 255 or 23.31% from 519); Max value from RGB is 202 - color contains mainly: green. Hex color #C4CA79 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4CA79 is #3B3586. Grayscale: #BFBFBF. Windows color (decimal): -3880327 or 7981764. OLE color: 7981764.

HSL color Cylindrical-coordinate representation of color #C4CA79: hue angle of 64.44º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C4CA79 is Cyan = 0.03, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.21.

Color convert

RGB196202121-
CMYK0.0300.400.21
HSL64.44º43.32%63.33%-
HSV(B)64.44º40.1%79.22%-
XYZ47.3455.3626.28-
YUV190.9788.51131.59-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.76%
GREEN value IS 202 (79.30% from 255) = 38.92%
BLUE value IS 121 (47.66% from 255) = 23.31%
R=37.76%
G=38.92%
B=23.31%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1962021210.0300.400.2164.4443.3263.33
HexC4CA79302815402b3f
Octal3043121713050251005377
Binary11000100110010101111001110101000101011000000101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4CA79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4CA79; }

 p { color: rgb(196,202,121); }

 H1.HeaderClassName
 {
   color: #C4CA79;
 }
 .AnyTagClassName
 {
   color: #C4CA79;
 }
</style>
background-color css

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

 a { background-color: rgb(196,202,121); }

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

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

 span { border-color: rgb(196,202,121); }

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