Shades of Harp #CBD0B7
Tints of Harp #CBD0B7
RGB
CMYK
RGB Variations
Color information
#CBD0B7 (or 0xCBD0B7) is known color: Harp. HEX triplet: CB, D0 and B7. RGB value is (203,208,183). Sum of RGB (Red+Green+Blue) = 203+208+183=594 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.18% from 594); Green value is 208 (81.64% from 255 or 35.02% from 594); Blue value is 183 (71.88% from 255 or 30.81% from 594); Max value from RGB is 208 - color contains mainly: green. Hex color #CBD0B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD0B7 is #342F48. Grayscale: #CBCBCB. Windows color (decimal): -3419977 or 12046539. OLE color: 12046539.
HSL color Cylindrical-coordinate representation of color #CBD0B7: hue angle of 72º degrees, saturation: 0.21, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CBD0B7 is Cyan = 0.02, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 203 | 208 | 183 | - |
| CMYK | 0.02 | 0 | 0.12 | 0.18 |
| HSL | 72º | 0.21% | 0.77% | - |
| HSV(B) | 72º | 0.12% | 0.82% | - |
| XYZ | 55.73 | 61.23 | 53.68 | - |
| YUV | 203.66 | 116.34 | 127.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 208 | 183 | 0.02 | 0 | 0.12 | 0.18 | 72 | 0.21 | 0.77 |
| Hex | CB | D0 | B7 | 2 | 0 | C | 12 | 48 | 15 | 4D |
| Octal | 313 | 320 | 267 | 2 | 0 | 14 | 22 | 110 | 25 | 115 |
| Binary | 11001011 | 11010000 | 10110111 | 10 | 0 | 1100 | 10010 | 1001000 | 10101 | 1001101 |
Color Harmonies of #CBD0B7
Complementary color
Monochromatic Colors of #CBD0B7
Black with #CBD0B7
Text Example
Text Example
White with #CBD0B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD0B7; }
p { color: rgb(203,208,183); }
H1.HeaderClassName
{
color: #CBD0B7;
}
.AnyTagClassName
{
color: #CBD0B7;
}
</style>
background-color css
<style>
a { background-color: #CBD0B7; }
a { background-color: rgb(203,208,183); }
div.DivClassName
{
background-color: #CBD0B7;
}
.BgClassName
{
background-color: #CBD0B7;
}
</style>
border-color css
<style>
span { border-color: #CBD0B7; }
span { border-color: rgb(203,208,183); }
td.TdClassName
{
border-color: #CBD0B7;
}
.TagClassName
{
border-color: #CBD0B7;
}
</style>