Shades of Pale Leaf #C3CAB2
Tints of Pale Leaf #C3CAB2
RGB
CMYK
RGB Variations
Color information
#C3CAB2 (or 0xC3CAB2) is known color: Pale Leaf. HEX triplet: C3, CA and B2. RGB value is (195,202,178). Sum of RGB (Red+Green+Blue) = 195+202+178=575 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.91% from 575); Green value is 202 (79.30% from 255 or 35.13% from 575); Blue value is 178 (69.92% from 255 or 30.96% from 575); Max value from RGB is 202 - color contains mainly: green. Hex color #C3CAB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3CAB2 is #3C354D. Grayscale: #C5C5C5. Windows color (decimal): -3945806 or 11717315. OLE color: 11717315.
HSL color Cylindrical-coordinate representation of color #C3CAB2: hue angle of 77.5º degrees, saturation: 0.18, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C3CAB2 is Cyan = 0.03, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 195 | 202 | 178 | - |
| CMYK | 0.03 | 0 | 0.12 | 0.21 |
| HSL | 77.5º | 0.18% | 0.75% | - |
| HSV(B) | 77.5º | 0.12% | 0.79% | - |
| XYZ | 51.66 | 57.06 | 50.41 | - |
| YUV | 197.17 | 117.18 | 126.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 202 | 178 | 0.03 | 0 | 0.12 | 0.21 | 77.5 | 0.18 | 0.75 |
| Hex | C3 | CA | B2 | 3 | 0 | C | 15 | 4E | 12 | 4B |
| Octal | 303 | 312 | 262 | 3 | 0 | 14 | 25 | 116 | 22 | 113 |
| Binary | 11000011 | 11001010 | 10110010 | 11 | 0 | 1100 | 10101 | 1001110 | 10010 | 1001011 |
Color Harmonies of #C3CAB2
Complementary color
Monochromatic Colors of #C3CAB2
Black with #C3CAB2
Text Example
Text Example
White with #C3CAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3CAB2; }
p { color: rgb(195,202,178); }
H1.HeaderClassName
{
color: #C3CAB2;
}
.AnyTagClassName
{
color: #C3CAB2;
}
</style>
background-color css
<style>
a { background-color: #C3CAB2; }
a { background-color: rgb(195,202,178); }
div.DivClassName
{
background-color: #C3CAB2;
}
.BgClassName
{
background-color: #C3CAB2;
}
</style>
border-color css
<style>
span { border-color: #C3CAB2; }
span { border-color: rgb(195,202,178); }
td.TdClassName
{
border-color: #C3CAB2;
}
.TagClassName
{
border-color: #C3CAB2;
}
</style>