Shades of Pale Leaf #C3CCA2
Tints of Pale Leaf #C3CCA2
RGB
CMYK
RGB Variations
Color information
#C3CCA2 (or 0xC3CCA2) is known color: Pale Leaf. HEX triplet: C3, CC and A2. RGB value is (195,204,162). Sum of RGB (Red+Green+Blue) = 195+204+162=561 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.76% from 561); Green value is 204 (80.08% from 255 or 36.36% from 561); Blue value is 162 (63.67% from 255 or 28.88% from 561); Max value from RGB is 204 - color contains mainly: green. Hex color #C3CCA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3CCA2 is #3C335D. Grayscale: #C4C4C4. Windows color (decimal): -3945310 or 10669251. OLE color: 10669251.
HSL color Cylindrical-coordinate representation of color #C3CCA2: hue angle of 72.86º degrees, saturation: 0.29, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C3CCA2 is Cyan = 0.04, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.2.
Color convert
RGB | 195 | 204 | 162 | - |
CMYK | 0.04 | 0 | 0.21 | 0.2 |
HSL | 72.86º | 0.29% | 0.72% | - |
HSV(B) | 72.86º | 0.21% | 0.8% | - |
XYZ | 50.62 | 57.4 | 42.59 | - |
YUV | 196.52 | 108.52 | 126.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 195 | 204 | 162 | 0.04 | 0 | 0.21 | 0.2 | 72.86 | 0.29 | 0.72 |
Hex | C3 | CC | A2 | 4 | 0 | 15 | 14 | 49 | 1D | 48 |
Octal | 303 | 314 | 242 | 4 | 0 | 25 | 24 | 111 | 35 | 110 |
Binary | 11000011 | 11001100 | 10100010 | 100 | 0 | 10101 | 10100 | 1001001 | 11101 | 1001000 |
Color Harmonies of #C3CCA2
Complementary color
Monochromatic Colors of #C3CCA2
Black with #C3CCA2
Text Example
Text Example
White with #C3CCA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3CCA2; }
p { color: rgb(195,204,162); }
H1.HeaderClassName
{
color: #C3CCA2;
}
.AnyTagClassName
{
color: #C3CCA2;
}
</style>
background-color css
<style>
a { background-color: #C3CCA2; }
a { background-color: rgb(195,204,162); }
div.DivClassName
{
background-color: #C3CCA2;
}
.BgClassName
{
background-color: #C3CCA2;
}
</style>
border-color css
<style>
span { border-color: #C3CCA2; }
span { border-color: rgb(195,204,162); }
td.TdClassName
{
border-color: #C3CCA2;
}
.TagClassName
{
border-color: #C3CCA2;
}
</style>