Shades of Pale Leaf #C0CBAE
Tints of Pale Leaf #C0CBAE
RGB
CMYK
RGB Variations
Color information
#C0CBAE (or 0xC0CBAE) is known color: Pale Leaf. HEX triplet: C0, CB and AE. RGB value is (192,203,174). Sum of RGB (Red+Green+Blue) = 192+203+174=569 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.74% from 569); Green value is 203 (79.69% from 255 or 35.68% from 569); Blue value is 174 (68.36% from 255 or 30.58% from 569); Max value from RGB is 203 - color contains mainly: green. Hex color #C0CBAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0CBAE is #3F3451. Grayscale: #C4C4C4. Windows color (decimal): -4142162 or 11455424. OLE color: 11455424.
HSL color Cylindrical-coordinate representation of color #C0CBAE: hue angle of 82.76º 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 #C0CBAE is Cyan = 0.05, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
RGB | 192 | 203 | 174 | - |
CMYK | 0.05 | 0 | 0.14 | 0.20 |
HSL | 82.76º | 0.22% | 0.74% | - |
HSV(B) | 82.76º | 0.14% | 0.8% | - |
XYZ | 50.73 | 56.97 | 48.37 | - |
YUV | 196.41 | 115.36 | 124.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 203 | 174 | 0.05 | 0 | 0.14 | 0.20 | 82.76 | 0.22 | 0.74 |
Hex | C0 | CB | AE | 5 | 0 | E | 14 | 53 | 16 | 4A |
Octal | 300 | 313 | 256 | 5 | 0 | 16 | 24 | 123 | 26 | 112 |
Binary | 11000000 | 11001011 | 10101110 | 101 | 0 | 1110 | 10100 | 1010011 | 10110 | 1001010 |
Color Harmonies of #C0CBAE
Complementary color
Monochromatic Colors of #C0CBAE
Black with #C0CBAE
Text Example
Text Example
White with #C0CBAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CBAE; }
p { color: rgb(192,203,174); }
H1.HeaderClassName
{
color: #C0CBAE;
}
.AnyTagClassName
{
color: #C0CBAE;
}
</style>
background-color css
<style>
a { background-color: #C0CBAE; }
a { background-color: rgb(192,203,174); }
div.DivClassName
{
background-color: #C0CBAE;
}
.BgClassName
{
background-color: #C0CBAE;
}
</style>
border-color css
<style>
span { border-color: #C0CBAE; }
span { border-color: rgb(192,203,174); }
td.TdClassName
{
border-color: #C0CBAE;
}
.TagClassName
{
border-color: #C0CBAE;
}
</style>