#C0CEAD

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

Shades of Pale Leaf #C0CEAD

Tints of Pale Leaf #C0CEAD

Color information

#C0CEAD (or 0xC0CEAD) is unknown color: approx Pale Leaf. HEX triplet: C0, CE and AD. RGB value is (192,206,173). Sum of RGB (Red+Green+Blue) = 192+206+173=571 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.63% from 571); Green value is 206 (80.86% from 255 or 36.08% from 571); Blue value is 173 (67.97% from 255 or 30.30% from 571); Max value from RGB is 206 - color contains mainly: green. Hex color #C0CEAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0CEAD is #3F3152. Grayscale: #C6C6C6. Windows color (decimal): -4141395 or 11390656. OLE color: 11390656.

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

Color convert

RGB192206173-
CMYK0.0700.160.19
HSL85.45º25.19%74.31%-
HSV(B)85.45º16.02%80.78%-
XYZ51.3558.3748.09-
YUV198.05113.86123.68-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.63%
GREEN value IS 206 (80.86% from 255) = 36.08%
BLUE value IS 173 (67.97% from 255) = 30.30%
R=33.63%
G=36.08%
B=30.30%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1922061730.0700.160.1985.4525.1974.31
HexC0CEAD70101355194a
Octal30031625570202312531112
Binary110000001100111010101101111010000100111010101110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0CEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0CEAD; }

 p { color: rgb(192,206,173); }

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

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

 a { background-color: rgb(192,206,173); }

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

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

 span { border-color: rgb(192,206,173); }

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