Shades of Pale Leaf #C3CAB6
Tints of Pale Leaf #C3CAB6
RGB
CMYK
RGB Variations
Color information
#C3CAB6 (or 0xC3CAB6) is known color: Pale Leaf. HEX triplet: C3, CA and B6. RGB value is (195,202,182). Sum of RGB (Red+Green+Blue) = 195+202+182=579 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.68% from 579); Green value is 202 (79.30% from 255 or 34.89% from 579); Blue value is 182 (71.48% from 255 or 31.43% from 579); Max value from RGB is 202 - color contains mainly: green. Hex color #C3CAB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3CAB6 is #3C3549. Grayscale: #C5C5C5. Windows color (decimal): -3945802 or 11979459. OLE color: 11979459.
HSL color Cylindrical-coordinate representation of color #C3CAB6: hue angle of 81º degrees, saturation: 0.16, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C3CAB6 is Cyan = 0.03, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 195 | 202 | 182 | - |
| CMYK | 0.03 | 0 | 0.10 | 0.21 |
| HSL | 81º | 0.16% | 0.75% | - |
| HSV(B) | 81º | 0.1% | 0.79% | - |
| XYZ | 52.07 | 57.22 | 52.56 | - |
| YUV | 197.63 | 119.18 | 126.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 202 | 182 | 0.03 | 0 | 0.10 | 0.21 | 81 | 0.16 | 0.75 |
| Hex | C3 | CA | B6 | 3 | 0 | A | 15 | 51 | 10 | 4B |
| Octal | 303 | 312 | 266 | 3 | 0 | 12 | 25 | 121 | 20 | 113 |
| Binary | 11000011 | 11001010 | 10110110 | 11 | 0 | 1010 | 10101 | 1010001 | 10000 | 1001011 |
Color Harmonies of #C3CAB6
Complementary color
Monochromatic Colors of #C3CAB6
Black with #C3CAB6
Text Example
Text Example
White with #C3CAB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3CAB6; }
p { color: rgb(195,202,182); }
H1.HeaderClassName
{
color: #C3CAB6;
}
.AnyTagClassName
{
color: #C3CAB6;
}
</style>
background-color css
<style>
a { background-color: #C3CAB6; }
a { background-color: rgb(195,202,182); }
div.DivClassName
{
background-color: #C3CAB6;
}
.BgClassName
{
background-color: #C3CAB6;
}
</style>
border-color css
<style>
span { border-color: #C3CAB6; }
span { border-color: rgb(195,202,182); }
td.TdClassName
{
border-color: #C3CAB6;
}
.TagClassName
{
border-color: #C3CAB6;
}
</style>