Shades of Harp #CBD7BA
Tints of Harp #CBD7BA
RGB
CMYK
RGB Variations
Color information
#CBD7BA (or 0xCBD7BA) is known color: Harp. HEX triplet: CB, D7 and BA. RGB value is (203,215,186). Sum of RGB (Red+Green+Blue) = 203+215+186=604 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.61% from 604); Green value is 215 (84.38% from 255 or 35.60% from 604); Blue value is 186 (73.05% from 255 or 30.79% from 604); Max value from RGB is 215 - color contains mainly: green. Hex color #CBD7BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD7BA is #342845. Grayscale: #D0D0D0. Windows color (decimal): -3418182 or 12244939. OLE color: 12244939.
HSL color Cylindrical-coordinate representation of color #CBD7BA: hue angle of 84.83º degrees, saturation: 0.27, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CBD7BA is Cyan = 0.06, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 203 | 215 | 186 | - |
| CMYK | 0.06 | 0 | 0.13 | 0.16 |
| HSL | 84.83º | 0.27% | 0.79% | - |
| HSV(B) | 84.83º | 0.13% | 0.84% | - |
| XYZ | 57.79 | 64.84 | 55.92 | - |
| YUV | 208.11 | 115.52 | 124.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 215 | 186 | 0.06 | 0 | 0.13 | 0.16 | 84.83 | 0.27 | 0.79 |
| Hex | CB | D7 | BA | 6 | 0 | D | 10 | 55 | 1B | 4F |
| Octal | 313 | 327 | 272 | 6 | 0 | 15 | 20 | 125 | 33 | 117 |
| Binary | 11001011 | 11010111 | 10111010 | 110 | 0 | 1101 | 10000 | 1010101 | 11011 | 1001111 |
Color Harmonies of #CBD7BA
Complementary color
Monochromatic Colors of #CBD7BA
Black with #CBD7BA
Text Example
Text Example
White with #CBD7BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD7BA; }
p { color: rgb(203,215,186); }
H1.HeaderClassName
{
color: #CBD7BA;
}
.AnyTagClassName
{
color: #CBD7BA;
}
</style>
background-color css
<style>
a { background-color: #CBD7BA; }
a { background-color: rgb(203,215,186); }
div.DivClassName
{
background-color: #CBD7BA;
}
.BgClassName
{
background-color: #CBD7BA;
}
</style>
border-color css
<style>
span { border-color: #CBD7BA; }
span { border-color: rgb(203,215,186); }
td.TdClassName
{
border-color: #CBD7BA;
}
.TagClassName
{
border-color: #CBD7BA;
}
</style>