#C0D0A0

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

Shades of Pale Leaf #C0D0A0

Tints of Pale Leaf #C0D0A0

Color information

#C0D0A0 (or 0xC0D0A0) is unknown color: approx Pale Leaf. HEX triplet: C0, D0 and A0. RGB value is (192,208,160). Sum of RGB (Red+Green+Blue) = 192+208+160=560 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.29% from 560); Green value is 208 (81.64% from 255 or 37.14% from 560); Blue value is 160 (62.89% from 255 or 28.57% from 560); Max value from RGB is 208 - color contains mainly: green. Hex color #C0D0A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0D0A0 is #3F2F5F. Grayscale: #C5C5C5. Windows color (decimal): -4140896 or 10539200. OLE color: 10539200.

HSL color Cylindrical-coordinate representation of color #C0D0A0: hue angle of 80º degrees, saturation: 0.34, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C0D0A0 is Cyan = 0.08, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.18.

Color convert

RGB192208160-
CMYK0.0800.230.18
HSL80º33.8%72.16%-
HSV(B)80º23.08%81.57%-
XYZ50.6458.8641.95-
YUV197.74106.7123.9-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.29%
GREEN value IS 208 (81.64% from 255) = 37.14%
BLUE value IS 160 (62.89% from 255) = 28.57%
R=34.29%
G=37.14%
B=28.57%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1922081600.0800.230.188033.872.16
HexC0D0A0801712502248
Octal300320240100272212042110
Binary11000000110100001010000010000101111001010100001000101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0D0A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0D0A0; }

 p { color: rgb(192,208,160); }

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

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

 a { background-color: rgb(192,208,160); }

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

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

 span { border-color: rgb(192,208,160); }

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