Shades of Pale Leaf #C0CCAF
Tints of Pale Leaf #C0CCAF
RGB
CMYK
RGB Variations
Color information
#C0CCAF (or 0xC0CCAF) is known color: Pale Leaf. HEX triplet: C0, CC and AF. RGB value is (192,204,175). Sum of RGB (Red+Green+Blue) = 192+204+175=571 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.63% from 571); Green value is 204 (80.08% from 255 or 35.73% from 571); Blue value is 175 (68.75% from 255 or 30.65% from 571); Max value from RGB is 204 - color contains mainly: green. Hex color #C0CCAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0CCAF is #3F3350. Grayscale: #C5C5C5. Windows color (decimal): -4141905 or 11521216. OLE color: 11521216.
HSL color Cylindrical-coordinate representation of color #C0CCAF: hue angle of 84.83º degrees, saturation: 0.22, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C0CCAF is Cyan = 0.06, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 192 | 204 | 175 | - |
| CMYK | 0.06 | 0 | 0.14 | 0.2 |
| HSL | 84.83º | 0.22% | 0.74% | - |
| HSV(B) | 84.83º | 0.14% | 0.8% | - |
| XYZ | 51.07 | 57.49 | 48.96 | - |
| YUV | 197.11 | 115.52 | 124.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 204 | 175 | 0.06 | 0 | 0.14 | 0.2 | 84.83 | 0.22 | 0.74 |
| Hex | C0 | CC | AF | 6 | 0 | E | 14 | 55 | 16 | 4A |
| Octal | 300 | 314 | 257 | 6 | 0 | 16 | 24 | 125 | 26 | 112 |
| Binary | 11000000 | 11001100 | 10101111 | 110 | 0 | 1110 | 10100 | 1010101 | 10110 | 1001010 |
Color Harmonies of #C0CCAF
Complementary color
Monochromatic Colors of #C0CCAF
Black with #C0CCAF
Text Example
Text Example
White with #C0CCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CCAF; }
p { color: rgb(192,204,175); }
H1.HeaderClassName
{
color: #C0CCAF;
}
.AnyTagClassName
{
color: #C0CCAF;
}
</style>
background-color css
<style>
a { background-color: #C0CCAF; }
a { background-color: rgb(192,204,175); }
div.DivClassName
{
background-color: #C0CCAF;
}
.BgClassName
{
background-color: #C0CCAF;
}
</style>
border-color css
<style>
span { border-color: #C0CCAF; }
span { border-color: rgb(192,204,175); }
td.TdClassName
{
border-color: #C0CCAF;
}
.TagClassName
{
border-color: #C0CCAF;
}
</style>