Shades of Pale Leaf #C3CFB5
Tints of Pale Leaf #C3CFB5
RGB
CMYK
RGB Variations
Color information
#C3CFB5 (or 0xC3CFB5) is known color: Pale Leaf. HEX triplet: C3, CF and B5. RGB value is (195,207,181). Sum of RGB (Red+Green+Blue) = 195+207+181=583 (77% of max value = 765). Red value is 195 (76.56% from 255 or 33.45% from 583); Green value is 207 (81.25% from 255 or 35.51% from 583); Blue value is 181 (71.09% from 255 or 31.05% from 583); Max value from RGB is 207 - color contains mainly: green. Hex color #C3CFB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3CFB5 is #3C304A. Grayscale: #C8C8C8. Windows color (decimal): -3944523 or 11915203. OLE color: 11915203.
HSL color Cylindrical-coordinate representation of color #C3CFB5: hue angle of 87.69º degrees, saturation: 0.21, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C3CFB5 is Cyan = 0.06, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 195 | 207 | 181 | - |
| CMYK | 0.06 | 0 | 0.13 | 0.19 |
| HSL | 87.69º | 0.21% | 0.76% | - |
| HSV(B) | 87.69º | 0.13% | 0.81% | - |
| XYZ | 53.16 | 59.56 | 52.41 | - |
| YUV | 200.45 | 117.02 | 124.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 207 | 181 | 0.06 | 0 | 0.13 | 0.19 | 87.69 | 0.21 | 0.76 |
| Hex | C3 | CF | B5 | 6 | 0 | D | 13 | 58 | 15 | 4C |
| Octal | 303 | 317 | 265 | 6 | 0 | 15 | 23 | 130 | 25 | 114 |
| Binary | 11000011 | 11001111 | 10110101 | 110 | 0 | 1101 | 10011 | 1011000 | 10101 | 1001100 |
Color Harmonies of #C3CFB5
Complementary color
Monochromatic Colors of #C3CFB5
Black with #C3CFB5
Text Example
Text Example
White with #C3CFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3CFB5; }
p { color: rgb(195,207,181); }
H1.HeaderClassName
{
color: #C3CFB5;
}
.AnyTagClassName
{
color: #C3CFB5;
}
</style>
background-color css
<style>
a { background-color: #C3CFB5; }
a { background-color: rgb(195,207,181); }
div.DivClassName
{
background-color: #C3CFB5;
}
.BgClassName
{
background-color: #C3CFB5;
}
</style>
border-color css
<style>
span { border-color: #C3CFB5; }
span { border-color: rgb(195,207,181); }
td.TdClassName
{
border-color: #C3CFB5;
}
.TagClassName
{
border-color: #C3CFB5;
}
</style>