Shades of Pale Leaf #C2CBB5
Tints of Pale Leaf #C2CBB5
RGB
CMYK
RGB Variations
Color information
#C2CBB5 (or 0xC2CBB5) is known color: Pale Leaf. HEX triplet: C2, CB and B5. RGB value is (194,203,181). Sum of RGB (Red+Green+Blue) = 194+203+181=578 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.56% from 578); Green value is 203 (79.69% from 255 or 35.12% from 578); Blue value is 181 (71.09% from 255 or 31.31% from 578); Max value from RGB is 203 - color contains mainly: green. Hex color #C2CBB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CBB5 is #3D344A. Grayscale: #C5C5C5. Windows color (decimal): -4011083 or 11914178. OLE color: 11914178.
HSL color Cylindrical-coordinate representation of color #C2CBB5: hue angle of 84.55º degrees, saturation: 0.17, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C2CBB5 is Cyan = 0.04, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 194 | 203 | 181 | - |
| CMYK | 0.04 | 0 | 0.11 | 0.20 |
| HSL | 84.55º | 0.17% | 0.75% | - |
| HSV(B) | 84.55º | 0.11% | 0.8% | - |
| XYZ | 51.94 | 57.52 | 52.08 | - |
| YUV | 197.8 | 118.52 | 125.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 203 | 181 | 0.04 | 0 | 0.11 | 0.20 | 84.55 | 0.17 | 0.75 |
| Hex | C2 | CB | B5 | 4 | 0 | B | 14 | 55 | 11 | 4B |
| Octal | 302 | 313 | 265 | 4 | 0 | 13 | 24 | 125 | 21 | 113 |
| Binary | 11000010 | 11001011 | 10110101 | 100 | 0 | 1011 | 10100 | 1010101 | 10001 | 1001011 |
Color Harmonies of #C2CBB5
Complementary color
Monochromatic Colors of #C2CBB5
Black with #C2CBB5
Text Example
Text Example
White with #C2CBB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CBB5; }
p { color: rgb(194,203,181); }
H1.HeaderClassName
{
color: #C2CBB5;
}
.AnyTagClassName
{
color: #C2CBB5;
}
</style>
background-color css
<style>
a { background-color: #C2CBB5; }
a { background-color: rgb(194,203,181); }
div.DivClassName
{
background-color: #C2CBB5;
}
.BgClassName
{
background-color: #C2CBB5;
}
</style>
border-color css
<style>
span { border-color: #C2CBB5; }
span { border-color: rgb(194,203,181); }
td.TdClassName
{
border-color: #C2CBB5;
}
.TagClassName
{
border-color: #C2CBB5;
}
</style>