Shades of Pale Leaf #C0CCB2
Tints of Pale Leaf #C0CCB2
RGB
CMYK
RGB Variations
Color information
#C0CCB2 (or 0xC0CCB2) is known color: Pale Leaf. HEX triplet: C0, CC and B2. RGB value is (192,204,178). Sum of RGB (Red+Green+Blue) = 192+204+178=574 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.45% from 574); Green value is 204 (80.08% from 255 or 35.54% from 574); Blue value is 178 (69.92% from 255 or 31.01% from 574); Max value from RGB is 204 - color contains mainly: green. Hex color #C0CCB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0CCB2 is #3F334D. Grayscale: #C5C5C5. Windows color (decimal): -4141902 or 11717824. OLE color: 11717824.
HSL color Cylindrical-coordinate representation of color #C0CCB2: hue angle of 87.69º degrees, saturation: 0.2, 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 #C0CCB2 is Cyan = 0.06, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.2.
Color convert
RGB | 192 | 204 | 178 | - |
CMYK | 0.06 | 0 | 0.13 | 0.2 |
HSL | 87.69º | 0.2% | 0.75% | - |
HSV(B) | 87.69º | 0.13% | 0.8% | - |
XYZ | 51.37 | 57.61 | 50.53 | - |
YUV | 197.45 | 117.02 | 124.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 204 | 178 | 0.06 | 0 | 0.13 | 0.2 | 87.69 | 0.2 | 0.75 |
Hex | C0 | CC | B2 | 6 | 0 | D | 14 | 58 | 14 | 4B |
Octal | 300 | 314 | 262 | 6 | 0 | 15 | 24 | 130 | 24 | 113 |
Binary | 11000000 | 11001100 | 10110010 | 110 | 0 | 1101 | 10100 | 1011000 | 10100 | 1001011 |
Color Harmonies of #C0CCB2
Complementary color
Monochromatic Colors of #C0CCB2
Black with #C0CCB2
Text Example
Text Example
White with #C0CCB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CCB2; }
p { color: rgb(192,204,178); }
H1.HeaderClassName
{
color: #C0CCB2;
}
.AnyTagClassName
{
color: #C0CCB2;
}
</style>
background-color css
<style>
a { background-color: #C0CCB2; }
a { background-color: rgb(192,204,178); }
div.DivClassName
{
background-color: #C0CCB2;
}
.BgClassName
{
background-color: #C0CCB2;
}
</style>
border-color css
<style>
span { border-color: #C0CCB2; }
span { border-color: rgb(192,204,178); }
td.TdClassName
{
border-color: #C0CCB2;
}
.TagClassName
{
border-color: #C0CCB2;
}
</style>