#C2CEAA

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

Shades of Pale Leaf #C2CEAA

Tints of Pale Leaf #C2CEAA

Color information

#C2CEAA (or 0xC2CEAA) is unknown color: approx Pale Leaf. HEX triplet: C2, CE and AA. RGB value is (194,206,170). Sum of RGB (Red+Green+Blue) = 194+206+170=570 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.04% from 570); Green value is 206 (80.86% from 255 or 36.14% from 570); Blue value is 170 (66.80% from 255 or 29.82% from 570); Max value from RGB is 206 - color contains mainly: green. Hex color #C2CEAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2CEAA is #3D3155. Grayscale: #C6C6C6. Windows color (decimal): -4010326 or 11194050. OLE color: 11194050.

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

Color convert

RGB194206170-
CMYK0.0600.170.19
HSL80º26.87%73.73%-
HSV(B)80º17.48%80.78%-
XYZ51.5858.5146.61-
YUV198.31112.02124.93-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.04%
GREEN value IS 206 (80.86% from 255) = 36.14%
BLUE value IS 170 (66.80% from 255) = 29.82%
R=34.04%
G=36.14%
B=29.82%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1942061700.0600.170.198026.8773.73
HexC2CEAA601113501b4a
Octal30231625260212312033112
Binary110000101100111010101010110010001100111010000110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2CEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2CEAA; }

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

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

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

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

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

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

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

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