#C2CE8A

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

Shades of Deco #C2CE8A

Tints of Deco #C2CE8A

Color information

#C2CE8A (or 0xC2CE8A) is unknown color: approx Deco. HEX triplet: C2, CE and 8A. RGB value is (194,206,138). Sum of RGB (Red+Green+Blue) = 194+206+138=538 (71% of max value = 765). Red value is 194 (76.17% from 255 or 36.06% from 538); Green value is 206 (80.86% from 255 or 38.29% from 538); Blue value is 138 (54.30% from 255 or 25.65% from 538); Max value from RGB is 206 - color contains mainly: green. Hex color #C2CE8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2CE8A is #3D3175. Grayscale: #C2C2C2. Windows color (decimal): -4010358 or 9096898. OLE color: 9096898.

HSL color Cylindrical-coordinate representation of color #C2CE8A: hue angle of 70.59º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C2CE8A is Cyan = 0.06, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.19.

Color convert

RGB194206138-
CMYK0.0600.330.19
HSL70.59º40.96%67.45%-
HSV(B)70.59º33.01%80.78%-
XYZ48.9157.4532.56-
YUV194.6696.02127.53-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.06%
GREEN value IS 206 (80.86% from 255) = 38.29%
BLUE value IS 138 (54.30% from 255) = 25.65%
R=36.06%
G=38.29%
B=25.65%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1942061380.0600.330.1970.5940.9667.45
HexC2CE8A602113472943
Octal30231621260412310751103
Binary11000010110011101000101011001000011001110001111010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2CE8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2CE8A; }

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

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

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

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

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

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

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

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