Shades of Pale Leaf #C0CAA4
Tints of Pale Leaf #C0CAA4
RGB
CMYK
RGB Variations
Color information
#C0CAA4 (or 0xC0CAA4) is known color: Pale Leaf. HEX triplet: C0, CA and A4. RGB value is (192,202,164). Sum of RGB (Red+Green+Blue) = 192+202+164=558 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.41% from 558); Green value is 202 (79.30% from 255 or 36.20% from 558); Blue value is 164 (64.45% from 255 or 29.39% from 558); Max value from RGB is 202 - color contains mainly: green. Hex color #C0CAA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0CAA4 is #3F355B. Grayscale: #C2C2C2. Windows color (decimal): -4142428 or 10799808. OLE color: 10799808.
HSL color Cylindrical-coordinate representation of color #C0CAA4: hue angle of 75.79º degrees, saturation: 0.26, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C0CAA4 is Cyan = 0.05, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.21.
Color convert
RGB | 192 | 202 | 164 | - |
CMYK | 0.05 | 0 | 0.19 | 0.21 |
HSL | 75.79º | 0.26% | 0.72% | - |
HSV(B) | 75.79º | 0.19% | 0.79% | - |
XYZ | 49.56 | 56.13 | 43.34 | - |
YUV | 194.68 | 110.69 | 126.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 202 | 164 | 0.05 | 0 | 0.19 | 0.21 | 75.79 | 0.26 | 0.72 |
Hex | C0 | CA | A4 | 5 | 0 | 13 | 15 | 4C | 1A | 48 |
Octal | 300 | 312 | 244 | 5 | 0 | 23 | 25 | 114 | 32 | 110 |
Binary | 11000000 | 11001010 | 10100100 | 101 | 0 | 10011 | 10101 | 1001100 | 11010 | 1001000 |
Color Harmonies of #C0CAA4
Complementary color
Monochromatic Colors of #C0CAA4
Black with #C0CAA4
Text Example
Text Example
White with #C0CAA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CAA4; }
p { color: rgb(192,202,164); }
H1.HeaderClassName
{
color: #C0CAA4;
}
.AnyTagClassName
{
color: #C0CAA4;
}
</style>
background-color css
<style>
a { background-color: #C0CAA4; }
a { background-color: rgb(192,202,164); }
div.DivClassName
{
background-color: #C0CAA4;
}
.BgClassName
{
background-color: #C0CAA4;
}
</style>
border-color css
<style>
span { border-color: #C0CAA4; }
span { border-color: rgb(192,202,164); }
td.TdClassName
{
border-color: #C0CAA4;
}
.TagClassName
{
border-color: #C0CAA4;
}
</style>