Shades of Pale Leaf #C0CDB2
Tints of Pale Leaf #C0CDB2
RGB
CMYK
RGB Variations
Color information
#C0CDB2 (or 0xC0CDB2) is known color: Pale Leaf. HEX triplet: C0, CD and B2. RGB value is (192,205,178). Sum of RGB (Red+Green+Blue) = 192+205+178=575 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.39% from 575); Green value is 205 (80.47% from 255 or 35.65% from 575); Blue value is 178 (69.92% from 255 or 30.96% from 575); Max value from RGB is 205 - color contains mainly: green. Hex color #C0CDB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0CDB2 is #3F324D. Grayscale: #C6C6C6. Windows color (decimal): -4141646 or 11718080. OLE color: 11718080.
HSL color Cylindrical-coordinate representation of color #C0CDB2: hue angle of 88.89º degrees, saturation: 0.21, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C0CDB2 is Cyan = 0.06, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 192 | 205 | 178 | - |
| CMYK | 0.06 | 0 | 0.13 | 0.20 |
| HSL | 88.89º | 0.21% | 0.75% | - |
| HSV(B) | 88.89º | 0.13% | 0.8% | - |
| XYZ | 51.61 | 58.08 | 50.61 | - |
| YUV | 198.04 | 116.69 | 123.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 205 | 178 | 0.06 | 0 | 0.13 | 0.20 | 88.89 | 0.21 | 0.75 |
| Hex | C0 | CD | B2 | 6 | 0 | D | 14 | 59 | 15 | 4B |
| Octal | 300 | 315 | 262 | 6 | 0 | 15 | 24 | 131 | 25 | 113 |
| Binary | 11000000 | 11001101 | 10110010 | 110 | 0 | 1101 | 10100 | 1011001 | 10101 | 1001011 |
Color Harmonies of #C0CDB2
Complementary color
Monochromatic Colors of #C0CDB2
Black with #C0CDB2
Text Example
Text Example
White with #C0CDB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CDB2; }
p { color: rgb(192,205,178); }
H1.HeaderClassName
{
color: #C0CDB2;
}
.AnyTagClassName
{
color: #C0CDB2;
}
</style>
background-color css
<style>
a { background-color: #C0CDB2; }
a { background-color: rgb(192,205,178); }
div.DivClassName
{
background-color: #C0CDB2;
}
.BgClassName
{
background-color: #C0CDB2;
}
</style>
border-color css
<style>
span { border-color: #C0CDB2; }
span { border-color: rgb(192,205,178); }
td.TdClassName
{
border-color: #C0CDB2;
}
.TagClassName
{
border-color: #C0CDB2;
}
</style>