Shades of Pale Leaf #C2C8B4
Tints of Pale Leaf #C2C8B4
RGB
CMYK
RGB Variations
Color information
#C2C8B4 (or 0xC2C8B4) is known color: Pale Leaf. HEX triplet: C2, C8 and B4. RGB value is (194,200,180). Sum of RGB (Red+Green+Blue) = 194+200+180=574 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.80% from 574); Green value is 200 (78.52% from 255 or 34.84% from 574); Blue value is 180 (70.70% from 255 or 31.36% from 574); Max value from RGB is 200 - color contains mainly: green. Hex color #C2C8B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2C8B4 is #3D374B. Grayscale: #C4C4C4. Windows color (decimal): -4011852 or 11847874. OLE color: 11847874.
HSL color Cylindrical-coordinate representation of color #C2C8B4: hue angle of 78º degrees, saturation: 0.15, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C2C8B4 is Cyan = 0.03, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 194 | 200 | 180 | - |
| CMYK | 0.03 | 0 | 0.1 | 0.22 |
| HSL | 78º | 0.15% | 0.75% | - |
| HSV(B) | 78º | 0.1% | 0.78% | - |
| XYZ | 51.14 | 56.07 | 51.31 | - |
| YUV | 195.93 | 119.01 | 126.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 200 | 180 | 0.03 | 0 | 0.1 | 0.22 | 78 | 0.15 | 0.75 |
| Hex | C2 | C8 | B4 | 3 | 0 | A | 16 | 4E | F | 4B |
| Octal | 302 | 310 | 264 | 3 | 0 | 12 | 26 | 116 | 17 | 113 |
| Binary | 11000010 | 11001000 | 10110100 | 11 | 0 | 1010 | 10110 | 1001110 | 1111 | 1001011 |
Color Harmonies of #C2C8B4
Complementary color
Monochromatic Colors of #C2C8B4
Black with #C2C8B4
Text Example
Text Example
White with #C2C8B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C8B4; }
p { color: rgb(194,200,180); }
H1.HeaderClassName
{
color: #C2C8B4;
}
.AnyTagClassName
{
color: #C2C8B4;
}
</style>
background-color css
<style>
a { background-color: #C2C8B4; }
a { background-color: rgb(194,200,180); }
div.DivClassName
{
background-color: #C2C8B4;
}
.BgClassName
{
background-color: #C2C8B4;
}
</style>
border-color css
<style>
span { border-color: #C2C8B4; }
span { border-color: rgb(194,200,180); }
td.TdClassName
{
border-color: #C2C8B4;
}
.TagClassName
{
border-color: #C2C8B4;
}
</style>