Shades of Pale Leaf #C0CDAC
Tints of Pale Leaf #C0CDAC
RGB
CMYK
RGB Variations
Color information
#C0CDAC (or 0xC0CDAC) is known color: Pale Leaf. HEX triplet: C0, CD and AC. RGB value is (192,205,172). Sum of RGB (Red+Green+Blue) = 192+205+172=569 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.74% from 569); Green value is 205 (80.47% from 255 or 36.03% from 569); Blue value is 172 (67.58% from 255 or 30.23% from 569); Max value from RGB is 205 - color contains mainly: green. Hex color #C0CDAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0CDAC is #3F3253. Grayscale: #C5C5C5. Windows color (decimal): -4141652 or 11324864. OLE color: 11324864.
HSL color Cylindrical-coordinate representation of color #C0CDAC: hue angle of 83.64º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C0CDAC is Cyan = 0.06, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
RGB | 192 | 205 | 172 | - |
CMYK | 0.06 | 0 | 0.16 | 0.20 |
HSL | 83.64º | 0.25% | 0.74% | - |
HSV(B) | 83.64º | 0.16% | 0.8% | - |
XYZ | 51.02 | 57.85 | 47.51 | - |
YUV | 197.35 | 113.69 | 124.18 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 205 | 172 | 0.06 | 0 | 0.16 | 0.20 | 83.64 | 0.25 | 0.74 |
Hex | C0 | CD | AC | 6 | 0 | 10 | 14 | 54 | 19 | 4A |
Octal | 300 | 315 | 254 | 6 | 0 | 20 | 24 | 124 | 31 | 112 |
Binary | 11000000 | 11001101 | 10101100 | 110 | 0 | 10000 | 10100 | 1010100 | 11001 | 1001010 |
Color Harmonies of #C0CDAC
Complementary color
Monochromatic Colors of #C0CDAC
Black with #C0CDAC
Text Example
Text Example
White with #C0CDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CDAC; }
p { color: rgb(192,205,172); }
H1.HeaderClassName
{
color: #C0CDAC;
}
.AnyTagClassName
{
color: #C0CDAC;
}
</style>
background-color css
<style>
a { background-color: #C0CDAC; }
a { background-color: rgb(192,205,172); }
div.DivClassName
{
background-color: #C0CDAC;
}
.BgClassName
{
background-color: #C0CDAC;
}
</style>
border-color css
<style>
span { border-color: #C0CDAC; }
span { border-color: rgb(192,205,172); }
td.TdClassName
{
border-color: #C0CDAC;
}
.TagClassName
{
border-color: #C0CDAC;
}
</style>