#C2C889

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

Shades of Deco #C2C889

Tints of Deco #C2C889

Color information

#C2C889 (or 0xC2C889) is unknown color: approx Deco. HEX triplet: C2, C8 and 89. RGB value is (194,200,137). Sum of RGB (Red+Green+Blue) = 194+200+137=531 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.53% from 531); Green value is 200 (78.52% from 255 or 37.66% from 531); Blue value is 137 (53.91% from 255 or 25.80% from 531); Max value from RGB is 200 - color contains mainly: green. Hex color #C2C889 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2C889 is #3D3776. Grayscale: #BFBFBF. Windows color (decimal): -4011895 or 9029826. OLE color: 9029826.

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

Color convert

RGB194200137-
CMYK0.0300.320.22
HSL65.71º36.42%66.08%-
HSV(B)65.71º31.5%78.43%-
XYZ47.4254.5831.7-
YUV191.0297.51130.12-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.53%
GREEN value IS 200 (78.52% from 255) = 37.66%
BLUE value IS 137 (53.91% from 255) = 25.80%
R=36.53%
G=37.66%
B=25.80%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1942001370.0300.320.2265.7136.4266.08
HexC2C889302016422442
Octal30231021130402610244102
Binary1100001011001000100010011101000001011010000101001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2C889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2C889; }

 p { color: rgb(194,200,137); }

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

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

 a { background-color: rgb(194,200,137); }

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

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

 span { border-color: rgb(194,200,137); }

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