#C2CA8A

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

Shades of Deco #C2CA8A

Tints of Deco #C2CA8A

Color information

#C2CA8A (or 0xC2CA8A) is unknown color: approx Deco. HEX triplet: C2, CA and 8A. RGB value is (194,202,138). Sum of RGB (Red+Green+Blue) = 194+202+138=534 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.33% from 534); Green value is 202 (79.30% from 255 or 37.83% from 534); Blue value is 138 (54.30% from 255 or 25.84% from 534); Max value from RGB is 202 - color contains mainly: green. Hex color #C2CA8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2CA8A is #3D3575. Grayscale: #C0C0C0. Windows color (decimal): -4011382 or 9095874. OLE color: 9095874.

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

Color convert

RGB194202138-
CMYK0.0400.320.21
HSL67.5º37.65%66.67%-
HSV(B)67.5º31.68%79.22%-
XYZ47.9655.5532.24-
YUV192.3197.35129.2-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.33%
GREEN value IS 202 (79.30% from 255) = 37.83%
BLUE value IS 138 (54.30% from 255) = 25.84%
R=36.33%
G=37.83%
B=25.84%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1942021380.0400.320.2167.537.6566.67
HexC2CA8A402015442643
Octal30231221240402510446103
Binary11000010110010101000101010001000001010110001001001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2CA8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2CA8A; }

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

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

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

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

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

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

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

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