Shades of Pale Leaf #CBD8A0
Tints of Pale Leaf #CBD8A0
RGB
CMYK
RGB Variations
Color information
#CBD8A0 (or 0xCBD8A0) is known color: Pale Leaf. HEX triplet: CB, D8 and A0. RGB value is (203,216,160). Sum of RGB (Red+Green+Blue) = 203+216+160=579 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.06% from 579); Green value is 216 (84.77% from 255 or 37.31% from 579); Blue value is 160 (62.89% from 255 or 27.63% from 579); Max value from RGB is 216 - color contains mainly: green. Hex color #CBD8A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBD8A0 is #34275F. Grayscale: #CDCDCD. Windows color (decimal): -3417952 or 10541259. OLE color: 10541259.
HSL color Cylindrical-coordinate representation of color #CBD8A0: hue angle of 73.93º degrees, saturation: 0.42, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CBD8A0 is Cyan = 0.06, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 216 | 160 | - |
| CMYK | 0.06 | 0 | 0.26 | 0.15 |
| HSL | 73.93º | 0.42% | 0.74% | - |
| HSV(B) | 73.93º | 0.26% | 0.85% | - |
| XYZ | 55.53 | 64.35 | 42.75 | - |
| YUV | 205.73 | 102.19 | 126.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 216 | 160 | 0.06 | 0 | 0.26 | 0.15 | 73.93 | 0.42 | 0.74 |
| Hex | CB | D8 | A0 | 6 | 0 | 1A | F | 4A | 2A | 4A |
| Octal | 313 | 330 | 240 | 6 | 0 | 32 | 17 | 112 | 52 | 112 |
| Binary | 11001011 | 11011000 | 10100000 | 110 | 0 | 11010 | 1111 | 1001010 | 101010 | 1001010 |
Color Harmonies of #CBD8A0
Complementary color
Monochromatic Colors of #CBD8A0
Black with #CBD8A0
Text Example
Text Example
White with #CBD8A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD8A0; }
p { color: rgb(203,216,160); }
H1.HeaderClassName
{
color: #CBD8A0;
}
.AnyTagClassName
{
color: #CBD8A0;
}
</style>
background-color css
<style>
a { background-color: #CBD8A0; }
a { background-color: rgb(203,216,160); }
div.DivClassName
{
background-color: #CBD8A0;
}
.BgClassName
{
background-color: #CBD8A0;
}
</style>
border-color css
<style>
span { border-color: #CBD8A0; }
span { border-color: rgb(203,216,160); }
td.TdClassName
{
border-color: #CBD8A0;
}
.TagClassName
{
border-color: #CBD8A0;
}
</style>