Shades of Pale Leaf #C0CCAD
Tints of Pale Leaf #C0CCAD
RGB
CMYK
RGB Variations
Color information
#C0CCAD (or 0xC0CCAD) is known color: Pale Leaf. HEX triplet: C0, CC and AD. RGB value is (192,204,173). Sum of RGB (Red+Green+Blue) = 192+204+173=569 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.74% from 569); Green value is 204 (80.08% from 255 or 35.85% from 569); Blue value is 173 (67.97% from 255 or 30.40% from 569); Max value from RGB is 204 - color contains mainly: green. Hex color #C0CCAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0CCAD is #3F3352. Grayscale: #C4C4C4. Windows color (decimal): -4141907 or 11390144. OLE color: 11390144.
HSL color Cylindrical-coordinate representation of color #C0CCAD: hue angle of 83.23º degrees, saturation: 0.23, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C0CCAD is Cyan = 0.06, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 192 | 204 | 173 | - |
| CMYK | 0.06 | 0 | 0.15 | 0.2 |
| HSL | 83.23º | 0.23% | 0.74% | - |
| HSV(B) | 83.23º | 0.15% | 0.8% | - |
| XYZ | 50.87 | 57.41 | 47.93 | - |
| YUV | 196.88 | 114.52 | 124.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 204 | 173 | 0.06 | 0 | 0.15 | 0.2 | 83.23 | 0.23 | 0.74 |
| Hex | C0 | CC | AD | 6 | 0 | F | 14 | 53 | 17 | 4A |
| Octal | 300 | 314 | 255 | 6 | 0 | 17 | 24 | 123 | 27 | 112 |
| Binary | 11000000 | 11001100 | 10101101 | 110 | 0 | 1111 | 10100 | 1010011 | 10111 | 1001010 |
Color Harmonies of #C0CCAD
Complementary color
Monochromatic Colors of #C0CCAD
Black with #C0CCAD
Text Example
Text Example
White with #C0CCAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CCAD; }
p { color: rgb(192,204,173); }
H1.HeaderClassName
{
color: #C0CCAD;
}
.AnyTagClassName
{
color: #C0CCAD;
}
</style>
background-color css
<style>
a { background-color: #C0CCAD; }
a { background-color: rgb(192,204,173); }
div.DivClassName
{
background-color: #C0CCAD;
}
.BgClassName
{
background-color: #C0CCAD;
}
</style>
border-color css
<style>
span { border-color: #C0CCAD; }
span { border-color: rgb(192,204,173); }
td.TdClassName
{
border-color: #C0CCAD;
}
.TagClassName
{
border-color: #C0CCAD;
}
</style>