#C4C887

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

Shades of Deco #C4C887

Tints of Deco #C4C887

Color information

#C4C887 (or 0xC4C887) is unknown color: approx Deco. HEX triplet: C4, C8 and 87. RGB value is (196,200,135). Sum of RGB (Red+Green+Blue) = 196+200+135=531 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.91% from 531); Green value is 200 (78.52% from 255 or 37.66% from 531); Blue value is 135 (53.12% from 255 or 25.42% from 531); Max value from RGB is 200 - color contains mainly: green. Hex color #C4C887 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4C887 is #3B3778. Grayscale: #BFBFBF. Windows color (decimal): -3880825 or 8898756. OLE color: 8898756.

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

Color convert

RGB196200135-
CMYK0.0200.320.22
HSL63.69º37.14%65.69%-
HSV(B)63.69º32.5%78.43%-
XYZ47.7954.7930.98-
YUV191.3996.17131.29-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.91%
GREEN value IS 200 (78.52% from 255) = 37.66%
BLUE value IS 135 (53.12% from 255) = 25.42%
R=36.91%
G=37.66%
B=25.42%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1962001350.0200.320.2263.6937.1465.69
HexC4C887202016402542
Octal30431020720402610045102
Binary1100010011001000100001111001000001011010000001001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4C887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4C887; }

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

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

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

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

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

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

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

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