#C4CC86

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

Shades of Deco #C4CC86

Tints of Deco #C4CC86

Color information

#C4CC86 (or 0xC4CC86) is unknown color: approx Deco. HEX triplet: C4, CC and 86. RGB value is (196,204,134). Sum of RGB (Red+Green+Blue) = 196+204+134=534 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.70% from 534); Green value is 204 (80.08% from 255 or 38.20% from 534); Blue value is 134 (52.73% from 255 or 25.09% from 534); Max value from RGB is 204 - color contains mainly: green. Hex color #C4CC86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4CC86 is #3B3379. Grayscale: #C1C1C1. Windows color (decimal): -3879802 or 8834244. OLE color: 8834244.

HSL color Cylindrical-coordinate representation of color #C4CC86: hue angle of 66.86º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C4CC86 is Cyan = 0.04, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.2.

Color convert

RGB196204134-
CMYK0.0400.340.2
HSL66.86º40.7%66.27%-
HSV(B)66.86º34.31%80%-
XYZ48.6656.6430.92-
YUV193.6394.35129.69-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.70%
GREEN value IS 204 (80.08% from 255) = 38.20%
BLUE value IS 134 (52.73% from 255) = 25.09%
R=36.70%
G=38.20%
B=25.09%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1962041340.0400.340.266.8640.766.27
HexC4CC86402214432942
Octal30431420640422410351102
Binary11000100110011001000011010001000101010010000111010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4CC86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4CC86; }

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

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

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

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

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

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

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

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