Shades of Pale Leaf #C2CCA2
Tints of Pale Leaf #C2CCA2
RGB
CMYK
RGB Variations
Color information
#C2CCA2 (or 0xC2CCA2) is known color: Pale Leaf. HEX triplet: C2, CC and A2. RGB value is (194,204,162). Sum of RGB (Red+Green+Blue) = 194+204+162=560 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.64% from 560); Green value is 204 (80.08% from 255 or 36.43% from 560); Blue value is 162 (63.67% from 255 or 28.93% from 560); Max value from RGB is 204 - color contains mainly: green. Hex color #C2CCA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2CCA2 is #3D335D. Grayscale: #C4C4C4. Windows color (decimal): -4010846 or 10669250. OLE color: 10669250.
HSL color Cylindrical-coordinate representation of color #C2CCA2: hue angle of 74.29º 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 #C2CCA2 is Cyan = 0.05, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.2.
Color convert
RGB | 194 | 204 | 162 | - |
CMYK | 0.05 | 0 | 0.21 | 0.2 |
HSL | 74.29º | 0.29% | 0.72% | - |
HSV(B) | 74.29º | 0.21% | 0.8% | - |
XYZ | 50.36 | 57.26 | 42.58 | - |
YUV | 196.22 | 108.69 | 126.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 204 | 162 | 0.05 | 0 | 0.21 | 0.2 | 74.29 | 0.29 | 0.72 |
Hex | C2 | CC | A2 | 5 | 0 | 15 | 14 | 4A | 1D | 48 |
Octal | 302 | 314 | 242 | 5 | 0 | 25 | 24 | 112 | 35 | 110 |
Binary | 11000010 | 11001100 | 10100010 | 101 | 0 | 10101 | 10100 | 1001010 | 11101 | 1001000 |
Color Harmonies of #C2CCA2
Complementary color
Monochromatic Colors of #C2CCA2
Black with #C2CCA2
Text Example
Text Example
White with #C2CCA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CCA2; }
p { color: rgb(194,204,162); }
H1.HeaderClassName
{
color: #C2CCA2;
}
.AnyTagClassName
{
color: #C2CCA2;
}
</style>
background-color css
<style>
a { background-color: #C2CCA2; }
a { background-color: rgb(194,204,162); }
div.DivClassName
{
background-color: #C2CCA2;
}
.BgClassName
{
background-color: #C2CCA2;
}
</style>
border-color css
<style>
span { border-color: #C2CCA2; }
span { border-color: rgb(194,204,162); }
td.TdClassName
{
border-color: #C2CCA2;
}
.TagClassName
{
border-color: #C2CCA2;
}
</style>