Shades of Pale Leaf #C3CBAA
Tints of Pale Leaf #C3CBAA
RGB
CMYK
RGB Variations
Color information
#C3CBAA (or 0xC3CBAA) is known color: Pale Leaf. HEX triplet: C3, CB and AA. RGB value is (195,203,170). Sum of RGB (Red+Green+Blue) = 195+203+170=568 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.33% from 568); Green value is 203 (79.69% from 255 or 35.74% from 568); Blue value is 170 (66.80% from 255 or 29.93% from 568); Max value from RGB is 203 - color contains mainly: green. Hex color #C3CBAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3CBAA is #3C3455. Grayscale: #C4C4C4. Windows color (decimal): -3945558 or 11193283. OLE color: 11193283.
HSL color Cylindrical-coordinate representation of color #C3CBAA: hue angle of 74.55º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C3CBAA is Cyan = 0.04, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 195 | 203 | 170 | - |
| CMYK | 0.04 | 0 | 0.16 | 0.20 |
| HSL | 74.55º | 0.24% | 0.73% | - |
| HSV(B) | 74.55º | 0.16% | 0.8% | - |
| XYZ | 51.12 | 57.22 | 46.38 | - |
| YUV | 196.85 | 112.85 | 126.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 203 | 170 | 0.04 | 0 | 0.16 | 0.20 | 74.55 | 0.24 | 0.73 |
| Hex | C3 | CB | AA | 4 | 0 | 10 | 14 | 4B | 18 | 49 |
| Octal | 303 | 313 | 252 | 4 | 0 | 20 | 24 | 113 | 30 | 111 |
| Binary | 11000011 | 11001011 | 10101010 | 100 | 0 | 10000 | 10100 | 1001011 | 11000 | 1001001 |
Color Harmonies of #C3CBAA
Complementary color
Monochromatic Colors of #C3CBAA
Black with #C3CBAA
Text Example
Text Example
White with #C3CBAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3CBAA; }
p { color: rgb(195,203,170); }
H1.HeaderClassName
{
color: #C3CBAA;
}
.AnyTagClassName
{
color: #C3CBAA;
}
</style>
background-color css
<style>
a { background-color: #C3CBAA; }
a { background-color: rgb(195,203,170); }
div.DivClassName
{
background-color: #C3CBAA;
}
.BgClassName
{
background-color: #C3CBAA;
}
</style>
border-color css
<style>
span { border-color: #C3CBAA; }
span { border-color: rgb(195,203,170); }
td.TdClassName
{
border-color: #C3CBAA;
}
.TagClassName
{
border-color: #C3CBAA;
}
</style>