Shades of Harp #CBD5B9
Tints of Harp #CBD5B9
RGB
CMYK
RGB Variations
Color information
#CBD5B9 (or 0xCBD5B9) is known color: Harp. HEX triplet: CB, D5 and B9. RGB value is (203,213,185). Sum of RGB (Red+Green+Blue) = 203+213+185=601 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.78% from 601); Green value is 213 (83.59% from 255 or 35.44% from 601); Blue value is 185 (72.66% from 255 or 30.78% from 601); Max value from RGB is 213 - color contains mainly: green. Hex color #CBD5B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD5B9 is #342A46. Grayscale: #CECECE. Windows color (decimal): -3418695 or 12178891. OLE color: 12178891.
HSL color Cylindrical-coordinate representation of color #CBD5B9: hue angle of 81.43º degrees, saturation: 0.25, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CBD5B9 is Cyan = 0.05, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 203 | 213 | 185 | - |
| CMYK | 0.05 | 0 | 0.13 | 0.16 |
| HSL | 81.43º | 0.25% | 0.78% | - |
| HSV(B) | 81.43º | 0.13% | 0.84% | - |
| XYZ | 57.18 | 63.79 | 55.2 | - |
| YUV | 206.82 | 115.69 | 125.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 213 | 185 | 0.05 | 0 | 0.13 | 0.16 | 81.43 | 0.25 | 0.78 |
| Hex | CB | D5 | B9 | 5 | 0 | D | 10 | 51 | 19 | 4E |
| Octal | 313 | 325 | 271 | 5 | 0 | 15 | 20 | 121 | 31 | 116 |
| Binary | 11001011 | 11010101 | 10111001 | 101 | 0 | 1101 | 10000 | 1010001 | 11001 | 1001110 |
Color Harmonies of #CBD5B9
Complementary color
Monochromatic Colors of #CBD5B9
Black with #CBD5B9
Text Example
Text Example
White with #CBD5B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD5B9; }
p { color: rgb(203,213,185); }
H1.HeaderClassName
{
color: #CBD5B9;
}
.AnyTagClassName
{
color: #CBD5B9;
}
</style>
background-color css
<style>
a { background-color: #CBD5B9; }
a { background-color: rgb(203,213,185); }
div.DivClassName
{
background-color: #CBD5B9;
}
.BgClassName
{
background-color: #CBD5B9;
}
</style>
border-color css
<style>
span { border-color: #CBD5B9; }
span { border-color: rgb(203,213,185); }
td.TdClassName
{
border-color: #CBD5B9;
}
.TagClassName
{
border-color: #CBD5B9;
}
</style>