#C5CA83

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

Shades of Deco #C5CA83

Tints of Deco #C5CA83

Color information

#C5CA83 (or 0xC5CA83) is unknown color: approx Deco. HEX triplet: C5, CA and 83. RGB value is (197,202,131). Sum of RGB (Red+Green+Blue) = 197+202+131=530 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.17% from 530); Green value is 202 (79.30% from 255 or 38.11% from 530); Blue value is 131 (51.56% from 255 or 24.72% from 530); Max value from RGB is 202 - color contains mainly: green. Hex color #C5CA83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5CA83 is #3A357C. Grayscale: #C0C0C0. Windows color (decimal): -3814781 or 8637125. OLE color: 8637125.

HSL color Cylindrical-coordinate representation of color #C5CA83: hue angle of 64.23º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C5CA83 is Cyan = 0.02, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.21.

Color convert

RGB197202131-
CMYK0.0200.350.21
HSL64.23º40.11%65.29%-
HSV(B)64.23º35.15%79.22%-
XYZ48.2455.7529.69-
YUV192.4193.34131.27-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.17%
GREEN value IS 202 (79.30% from 255) = 38.11%
BLUE value IS 131 (51.56% from 255) = 24.72%
R=37.17%
G=38.11%
B=24.72%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1972021310.0200.350.2164.2340.1165.29
HexC5CA83202315402841
Octal30531220320432510050101
Binary1100010111001010100000111001000111010110000001010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5CA83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5CA83; }

 p { color: rgb(197,202,131); }

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

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

 a { background-color: rgb(197,202,131); }

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

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

 span { border-color: rgb(197,202,131); }

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