#C2CA88

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

Shades of Deco #C2CA88

Tints of Deco #C2CA88

Color information

#C2CA88 (or 0xC2CA88) is unknown color: approx Deco. HEX triplet: C2, CA and 88. RGB value is (194,202,136). Sum of RGB (Red+Green+Blue) = 194+202+136=532 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.47% from 532); Green value is 202 (79.30% from 255 or 37.97% from 532); Blue value is 136 (53.52% from 255 or 25.56% from 532); Max value from RGB is 202 - color contains mainly: green. Hex color #C2CA88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2CA88 is #3D3577. Grayscale: #C0C0C0. Windows color (decimal): -4011384 or 8964802. OLE color: 8964802.

HSL color Cylindrical-coordinate representation of color #C2CA88: hue angle of 67.27º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C2CA88 is Cyan = 0.04, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.21.

Color convert

RGB194202136-
CMYK0.0400.330.21
HSL67.27º38.37%66.27%-
HSV(B)67.27º32.67%79.22%-
XYZ47.8155.4931.48-
YUV192.0896.35129.37-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.47%
GREEN value IS 202 (79.30% from 255) = 37.97%
BLUE value IS 136 (53.52% from 255) = 25.56%
R=36.47%
G=37.97%
B=25.56%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1942021360.0400.330.2167.2738.3766.27
HexC2CA88402115432642
Octal30231221040412510346102
Binary11000010110010101000100010001000011010110000111001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2CA88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2CA88; }

 p { color: rgb(194,202,136); }

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

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

 a { background-color: rgb(194,202,136); }

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

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

 span { border-color: rgb(194,202,136); }

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