Shades of Harp #CBD2BD
Tints of Harp #CBD2BD
RGB
CMYK
RGB Variations
Color information
#CBD2BD (or 0xCBD2BD) is known color: Harp. HEX triplet: CB, D2 and BD. RGB value is (203,210,189). Sum of RGB (Red+Green+Blue) = 203+210+189=602 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.72% from 602); Green value is 210 (82.42% from 255 or 34.88% from 602); Blue value is 189 (74.22% from 255 or 31.40% from 602); Max value from RGB is 210 - color contains mainly: green. Hex color #CBD2BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD2BD is #342D42. Grayscale: #CDCDCD. Windows color (decimal): -3419459 or 12440267. OLE color: 12440267.
HSL color Cylindrical-coordinate representation of color #CBD2BD: hue angle of 80º degrees, saturation: 0.19, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CBD2BD is Cyan = 0.03, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 203 | 210 | 189 | - |
| CMYK | 0.03 | 0 | 0.10 | 0.18 |
| HSL | 80º | 0.19% | 0.78% | - |
| HSV(B) | 80º | 0.1% | 0.82% | - |
| XYZ | 56.86 | 62.46 | 57.2 | - |
| YUV | 205.51 | 118.68 | 126.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 210 | 189 | 0.03 | 0 | 0.10 | 0.18 | 80 | 0.19 | 0.78 |
| Hex | CB | D2 | BD | 3 | 0 | A | 12 | 50 | 13 | 4E |
| Octal | 313 | 322 | 275 | 3 | 0 | 12 | 22 | 120 | 23 | 116 |
| Binary | 11001011 | 11010010 | 10111101 | 11 | 0 | 1010 | 10010 | 1010000 | 10011 | 1001110 |
Color Harmonies of #CBD2BD
Complementary color
Monochromatic Colors of #CBD2BD
Black with #CBD2BD
Text Example
Text Example
White with #CBD2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD2BD; }
p { color: rgb(203,210,189); }
H1.HeaderClassName
{
color: #CBD2BD;
}
.AnyTagClassName
{
color: #CBD2BD;
}
</style>
background-color css
<style>
a { background-color: #CBD2BD; }
a { background-color: rgb(203,210,189); }
div.DivClassName
{
background-color: #CBD2BD;
}
.BgClassName
{
background-color: #CBD2BD;
}
</style>
border-color css
<style>
span { border-color: #CBD2BD; }
span { border-color: rgb(203,210,189); }
td.TdClassName
{
border-color: #CBD2BD;
}
.TagClassName
{
border-color: #CBD2BD;
}
</style>