Shades of Pale Leaf #C4CBAE
Tints of Pale Leaf #C4CBAE
RGB
CMYK
RGB Variations
Color information
#C4CBAE (or 0xC4CBAE) is known color: Pale Leaf. HEX triplet: C4, CB and AE. RGB value is (196,203,174). Sum of RGB (Red+Green+Blue) = 196+203+174=573 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.21% from 573); Green value is 203 (79.69% from 255 or 35.43% from 573); Blue value is 174 (68.36% from 255 or 30.37% from 573); Max value from RGB is 203 - color contains mainly: green. Hex color #C4CBAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4CBAE is #3B3451. Grayscale: #C5C5C5. Windows color (decimal): -3880018 or 11455428. OLE color: 11455428.
HSL color Cylindrical-coordinate representation of color #C4CBAE: hue angle of 74.48º degrees, saturation: 0.22, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C4CBAE is Cyan = 0.03, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 196 | 203 | 174 | - |
| CMYK | 0.03 | 0 | 0.14 | 0.20 |
| HSL | 74.48º | 0.22% | 0.74% | - |
| HSV(B) | 74.48º | 0.14% | 0.8% | - |
| XYZ | 51.76 | 57.5 | 48.42 | - |
| YUV | 197.6 | 114.68 | 126.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 203 | 174 | 0.03 | 0 | 0.14 | 0.20 | 74.48 | 0.22 | 0.74 |
| Hex | C4 | CB | AE | 3 | 0 | E | 14 | 4A | 16 | 4A |
| Octal | 304 | 313 | 256 | 3 | 0 | 16 | 24 | 112 | 26 | 112 |
| Binary | 11000100 | 11001011 | 10101110 | 11 | 0 | 1110 | 10100 | 1001010 | 10110 | 1001010 |
Color Harmonies of #C4CBAE
Complementary color
Monochromatic Colors of #C4CBAE
Black with #C4CBAE
Text Example
Text Example
White with #C4CBAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4CBAE; }
p { color: rgb(196,203,174); }
H1.HeaderClassName
{
color: #C4CBAE;
}
.AnyTagClassName
{
color: #C4CBAE;
}
</style>
background-color css
<style>
a { background-color: #C4CBAE; }
a { background-color: rgb(196,203,174); }
div.DivClassName
{
background-color: #C4CBAE;
}
.BgClassName
{
background-color: #C4CBAE;
}
</style>
border-color css
<style>
span { border-color: #C4CBAE; }
span { border-color: rgb(196,203,174); }
td.TdClassName
{
border-color: #C4CBAE;
}
.TagClassName
{
border-color: #C4CBAE;
}
</style>