Shades of Harp #CBD6B8
Tints of Harp #CBD6B8
RGB
CMYK
RGB Variations
Color information
#CBD6B8 (or 0xCBD6B8) is known color: Harp. HEX triplet: CB, D6 and B8. RGB value is (203,214,184). Sum of RGB (Red+Green+Blue) = 203+214+184=601 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.78% from 601); Green value is 214 (83.98% from 255 or 35.61% from 601); Blue value is 184 (72.27% from 255 or 30.62% from 601); Max value from RGB is 214 - color contains mainly: green. Hex color #CBD6B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD6B8 is #342947. Grayscale: #CFCFCF. Windows color (decimal): -3418440 or 12113611. OLE color: 12113611.
HSL color Cylindrical-coordinate representation of color #CBD6B8: hue angle of 82º degrees, saturation: 0.27, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CBD6B8 is Cyan = 0.05, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 203 | 214 | 184 | - |
| CMYK | 0.05 | 0 | 0.14 | 0.16 |
| HSL | 82º | 0.27% | 0.78% | - |
| HSV(B) | 82º | 0.14% | 0.84% | - |
| XYZ | 57.33 | 64.25 | 54.73 | - |
| YUV | 207.29 | 114.86 | 124.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 214 | 184 | 0.05 | 0 | 0.14 | 0.16 | 82 | 0.27 | 0.78 |
| Hex | CB | D6 | B8 | 5 | 0 | E | 10 | 52 | 1B | 4E |
| Octal | 313 | 326 | 270 | 5 | 0 | 16 | 20 | 122 | 33 | 116 |
| Binary | 11001011 | 11010110 | 10111000 | 101 | 0 | 1110 | 10000 | 1010010 | 11011 | 1001110 |
Color Harmonies of #CBD6B8
Complementary color
Monochromatic Colors of #CBD6B8
Black with #CBD6B8
Text Example
Text Example
White with #CBD6B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD6B8; }
p { color: rgb(203,214,184); }
H1.HeaderClassName
{
color: #CBD6B8;
}
.AnyTagClassName
{
color: #CBD6B8;
}
</style>
background-color css
<style>
a { background-color: #CBD6B8; }
a { background-color: rgb(203,214,184); }
div.DivClassName
{
background-color: #CBD6B8;
}
.BgClassName
{
background-color: #CBD6B8;
}
</style>
border-color css
<style>
span { border-color: #CBD6B8; }
span { border-color: rgb(203,214,184); }
td.TdClassName
{
border-color: #CBD6B8;
}
.TagClassName
{
border-color: #CBD6B8;
}
</style>