#C4C886

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

Shades of Deco #C4C886

Tints of Deco #C4C886

Color information

#C4C886 (or 0xC4C886) is unknown color: approx Deco. HEX triplet: C4, C8 and 86. RGB value is (196,200,134). Sum of RGB (Red+Green+Blue) = 196+200+134=530 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.98% from 530); Green value is 200 (78.52% from 255 or 37.74% from 530); Blue value is 134 (52.73% from 255 or 25.28% from 530); Max value from RGB is 200 - color contains mainly: green. Hex color #C4C886 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4C886 is #3B3779. Grayscale: #BFBFBF. Windows color (decimal): -3880826 or 8833220. OLE color: 8833220.

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

Color convert

RGB196200134-
CMYK0.0200.330.22
HSL63.64º37.5%65.49%-
HSV(B)63.64º33%78.43%-
XYZ47.7254.7730.61-
YUV191.2895.67131.37-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.98%
GREEN value IS 200 (78.52% from 255) = 37.74%
BLUE value IS 134 (52.73% from 255) = 25.28%
R=36.98%
G=37.74%
B=25.28%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1962001340.0200.330.2263.6437.565.49
HexC4C886202116402641
Octal30431020620412610046101
Binary1100010011001000100001101001000011011010000001001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4C886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4C886; }

 p { color: rgb(196,200,134); }

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

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

 a { background-color: rgb(196,200,134); }

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

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

 span { border-color: rgb(196,200,134); }

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