#C5C686

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

Shades of Deco #C5C686

Tints of Deco #C5C686

Color information

#C5C686 (or 0xC5C686) is unknown color: approx Deco. HEX triplet: C5, C6 and 86. RGB value is (197,198,134). Sum of RGB (Red+Green+Blue) = 197+198+134=529 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.24% from 529); Green value is 198 (77.73% from 255 or 37.43% from 529); Blue value is 134 (52.73% from 255 or 25.33% from 529); Max value from RGB is 198 - color contains mainly: green. Hex color #C5C686 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5C686 is #3A3979. Grayscale: #BEBEBE. Windows color (decimal): -3815802 or 8832709. OLE color: 8832709.

HSL color Cylindrical-coordinate representation of color #C5C686: hue angle of 60.94º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C5C686 is Cyan = 0.01, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.22.

Color convert

RGB197198134-
CMYK0.0100.320.22
HSL60.94º35.96%65.1%-
HSV(B)60.94º32.32%77.65%-
XYZ47.5253.9830.47-
YUV190.496.17132.7-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.24%
GREEN value IS 198 (77.73% from 255) = 37.43%
BLUE value IS 134 (52.73% from 255) = 25.33%
R=37.24%
G=37.43%
B=25.33%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1971981340.0100.320.2260.9435.9665.1
HexC5C6861020163d2441
Octal3053062061040267544101
Binary11000101110001101000011010100000101101111011001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5C686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5C686; }

 p { color: rgb(197,198,134); }

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

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

 a { background-color: rgb(197,198,134); }

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

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

 span { border-color: rgb(197,198,134); }

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