Shades of Harp #CBD6BB
Tints of Harp #CBD6BB
RGB
CMYK
RGB Variations
Color information
#CBD6BB (or 0xCBD6BB) is known color: Harp. HEX triplet: CB, D6 and BB. RGB value is (203,214,187). Sum of RGB (Red+Green+Blue) = 203+214+187=604 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.61% from 604); Green value is 214 (83.98% from 255 or 35.43% from 604); Blue value is 187 (73.44% from 255 or 30.96% from 604); Max value from RGB is 214 - color contains mainly: green. Hex color #CBD6BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD6BB is #342944. Grayscale: #CFCFCF. Windows color (decimal): -3418437 or 12310219. OLE color: 12310219.
HSL color Cylindrical-coordinate representation of color #CBD6BB: hue angle of 84.44º degrees, saturation: 0.25, 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 #CBD6BB is Cyan = 0.05, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 203 | 214 | 187 | - |
| CMYK | 0.05 | 0 | 0.13 | 0.16 |
| HSL | 84.44º | 0.25% | 0.79% | - |
| HSV(B) | 84.44º | 0.13% | 0.84% | - |
| XYZ | 57.64 | 64.38 | 56.4 | - |
| YUV | 207.63 | 116.36 | 124.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 214 | 187 | 0.05 | 0 | 0.13 | 0.16 | 84.44 | 0.25 | 0.79 |
| Hex | CB | D6 | BB | 5 | 0 | D | 10 | 54 | 19 | 4F |
| Octal | 313 | 326 | 273 | 5 | 0 | 15 | 20 | 124 | 31 | 117 |
| Binary | 11001011 | 11010110 | 10111011 | 101 | 0 | 1101 | 10000 | 1010100 | 11001 | 1001111 |
Color Harmonies of #CBD6BB
Complementary color
Monochromatic Colors of #CBD6BB
Black with #CBD6BB
Text Example
Text Example
White with #CBD6BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD6BB; }
p { color: rgb(203,214,187); }
H1.HeaderClassName
{
color: #CBD6BB;
}
.AnyTagClassName
{
color: #CBD6BB;
}
</style>
background-color css
<style>
a { background-color: #CBD6BB; }
a { background-color: rgb(203,214,187); }
div.DivClassName
{
background-color: #CBD6BB;
}
.BgClassName
{
background-color: #CBD6BB;
}
</style>
border-color css
<style>
span { border-color: #CBD6BB; }
span { border-color: rgb(203,214,187); }
td.TdClassName
{
border-color: #CBD6BB;
}
.TagClassName
{
border-color: #CBD6BB;
}
</style>