#c5c979

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

Shades of Deco #C5C979

Tints of Deco #C5C979

Color information

#C5C979 (or 0xC5C979) is unknown color: approx Deco. HEX triplet: C5, C9 and 79. RGB value is (197,201,121). Sum of RGB (Red+Green+Blue) = 197+201+121=519 (68% of max value = 765). Red value is 197 (77.34% from 255 or 37.96% from 519); Green value is 201 (78.91% from 255 or 38.73% from 519); Blue value is 121 (47.66% from 255 or 23.31% from 519); Max value from RGB is 201 - color contains mainly: green. Hex color #C5C979 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5C979 is #3A3686. Grayscale: #BFBFBF. Windows color (decimal): -3815047 or 7981509. OLE color: 7981509.

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

Color convert

RGB197201121-
CMYK0.0200.400.21
HSL63º42.55%63.14%-
HSV(B)63º39.8%78.82%-
XYZ47.3655.0226.21-
YUV190.6888.67132.5-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.96%
GREEN value IS 201 (78.91% from 255) = 38.73%
BLUE value IS 121 (47.66% from 255) = 23.31%
R=37.96%
G=38.73%
B=23.31%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1972011210.0200.400.216342.5563.14
HexC5C9792028153f2b3f
Octal305311171205025775377
Binary1100010111001001111100110010100010101111111101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c5c979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c5c979; }

 p { color: rgb(197,201,121); }

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

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

 a { background-color: rgb(197,201,121); }

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

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

 span { border-color: rgb(197,201,121); }

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