Shades of Pale Leaf #C0C7AF
Tints of Pale Leaf #C0C7AF
RGB
CMYK
RGB Variations
Color information
#C0C7AF (or 0xC0C7AF) is known color: Pale Leaf. HEX triplet: C0, C7 and AF. RGB value is (192,199,175). Sum of RGB (Red+Green+Blue) = 192+199+175=566 (74% of max value = 765). Red value is 192 (75.39% from 255 or 33.92% from 566); Green value is 199 (78.12% from 255 or 35.16% from 566); Blue value is 175 (68.75% from 255 or 30.92% from 566); Max value from RGB is 199 - color contains mainly: green. Hex color #C0C7AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0C7AF is #3F3850. Grayscale: #C2C2C2. Windows color (decimal): -4143185 or 11519936. OLE color: 11519936.
HSL color Cylindrical-coordinate representation of color #C0C7AF: hue angle of 77.5º degrees, saturation: 0.18, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C0C7AF is Cyan = 0.04, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
RGB | 192 | 199 | 175 | - |
CMYK | 0.04 | 0 | 0.12 | 0.22 |
HSL | 77.5º | 0.18% | 0.73% | - |
HSV(B) | 77.5º | 0.12% | 0.78% | - |
XYZ | 49.9 | 55.15 | 48.57 | - |
YUV | 194.17 | 117.18 | 126.45 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 199 | 175 | 0.04 | 0 | 0.12 | 0.22 | 77.5 | 0.18 | 0.73 |
Hex | C0 | C7 | AF | 4 | 0 | C | 16 | 4E | 12 | 49 |
Octal | 300 | 307 | 257 | 4 | 0 | 14 | 26 | 116 | 22 | 111 |
Binary | 11000000 | 11000111 | 10101111 | 100 | 0 | 1100 | 10110 | 1001110 | 10010 | 1001001 |
Color Harmonies of #C0C7AF
Complementary color
Monochromatic Colors of #C0C7AF
Black with #C0C7AF
Text Example
Text Example
White with #C0C7AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C7AF; }
p { color: rgb(192,199,175); }
H1.HeaderClassName
{
color: #C0C7AF;
}
.AnyTagClassName
{
color: #C0C7AF;
}
</style>
background-color css
<style>
a { background-color: #C0C7AF; }
a { background-color: rgb(192,199,175); }
div.DivClassName
{
background-color: #C0C7AF;
}
.BgClassName
{
background-color: #C0C7AF;
}
</style>
border-color css
<style>
span { border-color: #C0C7AF; }
span { border-color: rgb(192,199,175); }
td.TdClassName
{
border-color: #C0C7AF;
}
.TagClassName
{
border-color: #C0C7AF;
}
</style>