#C0CDA9

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

Shades of Pale Leaf #C0CDA9

Tints of Pale Leaf #C0CDA9

Color information

#C0CDA9 (or 0xC0CDA9) is unknown color: approx Pale Leaf. HEX triplet: C0, CD and A9. RGB value is (192,205,169). Sum of RGB (Red+Green+Blue) = 192+205+169=566 (74% of max value = 765). Red value is 192 (75.39% from 255 or 33.92% from 566); Green value is 205 (80.47% from 255 or 36.22% from 566); Blue value is 169 (66.41% from 255 or 29.86% from 566); Max value from RGB is 205 - color contains mainly: green. Hex color #C0CDA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0CDA9 is #3F3256. Grayscale: #C5C5C5. Windows color (decimal): -4141655 or 11128256. OLE color: 11128256.

HSL color Cylindrical-coordinate representation of color #C0CDA9: hue angle of 81.67º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C0CDA9 is Cyan = 0.06, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.20.

Color convert

RGB192205169-
CMYK0.0600.180.20
HSL81.67º26.47%73.33%-
HSV(B)81.67º17.56%80.39%-
XYZ50.7357.7346.01-
YUV197.01112.19124.43-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.92%
GREEN value IS 205 (80.47% from 255) = 36.22%
BLUE value IS 169 (66.41% from 255) = 29.86%
R=33.92%
G=36.22%
B=29.86%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1922051690.0600.180.2081.6726.4773.33
HexC0CDA9601214521a49
Octal30031525160222412232111
Binary110000001100110110101001110010010101001010010110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0CDA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0CDA9; }

 p { color: rgb(192,205,169); }

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

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

 a { background-color: rgb(192,205,169); }

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

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

 span { border-color: rgb(192,205,169); }

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