#C5CB72

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

Shades of Deco #C5CB72

Tints of Deco #C5CB72

Color information

#C5CB72 (or 0xC5CB72) is unknown color: approx Deco. HEX triplet: C5, CB and 72. RGB value is (197,203,114). Sum of RGB (Red+Green+Blue) = 197+203+114=514 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.33% from 514); Green value is 203 (79.69% from 255 or 39.49% from 514); Blue value is 114 (44.92% from 255 or 22.18% from 514); Max value from RGB is 203 - color contains mainly: green. Hex color #C5CB72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5CB72 is #3A348D. Grayscale: #BFBFBF. Windows color (decimal): -3814542 or 7523269. OLE color: 7523269.

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

Color convert

RGB197203114-
CMYK0.0300.440.20
HSL64.04º46.11%62.16%-
HSV(B)64.04º43.84%79.61%-
XYZ47.4255.824.19-
YUV191.0684.51132.24-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 38.33%
GREEN value IS 203 (79.69% from 255) = 39.49%
BLUE value IS 114 (44.92% from 255) = 22.18%
R=38.33%
G=39.49%
B=22.18%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1972031140.0300.440.2064.0446.1162.16
HexC5CB72302C14402e3e
Octal3053131623054241005676
Binary11000101110010111110010110101100101001000000101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5CB72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5CB72; }

 p { color: rgb(197,203,114); }

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

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

 a { background-color: rgb(197,203,114); }

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

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

 span { border-color: rgb(197,203,114); }

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