Shades of Harp #CBD0BB
Tints of Harp #CBD0BB
RGB
CMYK
RGB Variations
Color information
#CBD0BB (or 0xCBD0BB) is known color: Harp. HEX triplet: CB, D0 and BB. RGB value is (203,208,187). Sum of RGB (Red+Green+Blue) = 203+208+187=598 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.95% from 598); Green value is 208 (81.64% from 255 or 34.78% from 598); Blue value is 187 (73.44% from 255 or 31.27% from 598); Max value from RGB is 208 - color contains mainly: green. Hex color #CBD0BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD0BB is #342F44. Grayscale: #CCCCCC. Windows color (decimal): -3419973 or 12308683. OLE color: 12308683.
HSL color Cylindrical-coordinate representation of color #CBD0BB: hue angle of 74.29º degrees, saturation: 0.18, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CBD0BB is Cyan = 0.02, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 203 | 208 | 187 | - |
| CMYK | 0.02 | 0 | 0.10 | 0.18 |
| HSL | 74.29º | 0.18% | 0.77% | - |
| HSV(B) | 74.29º | 0.1% | 0.82% | - |
| XYZ | 56.15 | 61.4 | 55.9 | - |
| YUV | 204.11 | 118.34 | 127.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 208 | 187 | 0.02 | 0 | 0.10 | 0.18 | 74.29 | 0.18 | 0.77 |
| Hex | CB | D0 | BB | 2 | 0 | A | 12 | 4A | 12 | 4D |
| Octal | 313 | 320 | 273 | 2 | 0 | 12 | 22 | 112 | 22 | 115 |
| Binary | 11001011 | 11010000 | 10111011 | 10 | 0 | 1010 | 10010 | 1001010 | 10010 | 1001101 |
Color Harmonies of #CBD0BB
Complementary color
Monochromatic Colors of #CBD0BB
Black with #CBD0BB
Text Example
Text Example
White with #CBD0BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD0BB; }
p { color: rgb(203,208,187); }
H1.HeaderClassName
{
color: #CBD0BB;
}
.AnyTagClassName
{
color: #CBD0BB;
}
</style>
background-color css
<style>
a { background-color: #CBD0BB; }
a { background-color: rgb(203,208,187); }
div.DivClassName
{
background-color: #CBD0BB;
}
.BgClassName
{
background-color: #CBD0BB;
}
</style>
border-color css
<style>
span { border-color: #CBD0BB; }
span { border-color: rgb(203,208,187); }
td.TdClassName
{
border-color: #CBD0BB;
}
.TagClassName
{
border-color: #CBD0BB;
}
</style>