Shades of Pale Leaf #C0CBAD
Tints of Pale Leaf #C0CBAD
RGB
CMYK
RGB Variations
Color information
#C0CBAD (or 0xC0CBAD) is known color: Pale Leaf. HEX triplet: C0, CB and AD. RGB value is (192,203,173). Sum of RGB (Red+Green+Blue) = 192+203+173=568 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.80% from 568); Green value is 203 (79.69% from 255 or 35.74% from 568); Blue value is 173 (67.97% from 255 or 30.46% from 568); Max value from RGB is 203 - color contains mainly: green. Hex color #C0CBAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0CBAD is #3F3452. Grayscale: #C4C4C4. Windows color (decimal): -4142163 or 11389888. OLE color: 11389888.
HSL color Cylindrical-coordinate representation of color #C0CBAD: hue angle of 82º degrees, saturation: 0.22, 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 #C0CBAD is Cyan = 0.05, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 192 | 203 | 173 | - |
| CMYK | 0.05 | 0 | 0.15 | 0.20 |
| HSL | 82º | 0.22% | 0.74% | - |
| HSV(B) | 82º | 0.15% | 0.8% | - |
| XYZ | 50.64 | 56.94 | 47.86 | - |
| YUV | 196.29 | 114.86 | 124.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 203 | 173 | 0.05 | 0 | 0.15 | 0.20 | 82 | 0.22 | 0.74 |
| Hex | C0 | CB | AD | 5 | 0 | F | 14 | 52 | 16 | 4A |
| Octal | 300 | 313 | 255 | 5 | 0 | 17 | 24 | 122 | 26 | 112 |
| Binary | 11000000 | 11001011 | 10101101 | 101 | 0 | 1111 | 10100 | 1010010 | 10110 | 1001010 |
Color Harmonies of #C0CBAD
Complementary color
Monochromatic Colors of #C0CBAD
Black with #C0CBAD
Text Example
Text Example
White with #C0CBAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CBAD; }
p { color: rgb(192,203,173); }
H1.HeaderClassName
{
color: #C0CBAD;
}
.AnyTagClassName
{
color: #C0CBAD;
}
</style>
background-color css
<style>
a { background-color: #C0CBAD; }
a { background-color: rgb(192,203,173); }
div.DivClassName
{
background-color: #C0CBAD;
}
.BgClassName
{
background-color: #C0CBAD;
}
</style>
border-color css
<style>
span { border-color: #C0CBAD; }
span { border-color: rgb(192,203,173); }
td.TdClassName
{
border-color: #C0CBAD;
}
.TagClassName
{
border-color: #C0CBAD;
}
</style>