#C0CEAA

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

Shades of Pale Leaf #C0CEAA

Tints of Pale Leaf #C0CEAA

Color information

#C0CEAA (or 0xC0CEAA) is unknown color: approx Pale Leaf. HEX triplet: C0, CE and AA. RGB value is (192,206,170). Sum of RGB (Red+Green+Blue) = 192+206+170=568 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.80% from 568); Green value is 206 (80.86% from 255 or 36.27% from 568); Blue value is 170 (66.80% from 255 or 29.93% from 568); Max value from RGB is 206 - color contains mainly: green. Hex color #C0CEAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0CEAA is #3F3155. Grayscale: #C5C5C5. Windows color (decimal): -4141398 or 11194048. OLE color: 11194048.

HSL color Cylindrical-coordinate representation of color #C0CEAA: hue angle of 83.33º 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 #C0CEAA is Cyan = 0.07, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.

Color convert

RGB192206170-
CMYK0.0700.170.19
HSL83.33º26.87%73.73%-
HSV(B)83.33º17.48%80.78%-
XYZ51.0758.2546.58-
YUV197.71112.36123.93-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.80%
GREEN value IS 206 (80.86% from 255) = 36.27%
BLUE value IS 170 (66.80% from 255) = 29.93%
R=33.80%
G=36.27%
B=29.93%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1922061700.0700.170.1983.3326.8773.73
HexC0CEAA701113531b4a
Octal30031625270212312333112
Binary110000001100111010101010111010001100111010011110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0CEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0CEAA; }

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

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

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

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

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

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

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

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