Shades of Harp #CBD1B7
Tints of Harp #CBD1B7
RGB
CMYK
RGB Variations
Color information
#CBD1B7 (or 0xCBD1B7) is known color: Harp. HEX triplet: CB, D1 and B7. RGB value is (203,209,183). Sum of RGB (Red+Green+Blue) = 203+209+183=595 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.12% from 595); Green value is 209 (82.03% from 255 or 35.13% from 595); Blue value is 183 (71.88% from 255 or 30.76% from 595); Max value from RGB is 209 - color contains mainly: green. Hex color #CBD1B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD1B7 is #342E48. Grayscale: #CCCCCC. Windows color (decimal): -3419721 or 12046795. OLE color: 12046795.
HSL color Cylindrical-coordinate representation of color #CBD1B7: hue angle of 73.85º degrees, saturation: 0.22, 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 #CBD1B7 is Cyan = 0.03, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 203 | 209 | 183 | - |
| CMYK | 0.03 | 0 | 0.12 | 0.18 |
| HSL | 73.85º | 0.22% | 0.77% | - |
| HSV(B) | 73.85º | 0.12% | 0.82% | - |
| XYZ | 55.98 | 61.72 | 53.76 | - |
| YUV | 204.24 | 116.01 | 127.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 209 | 183 | 0.03 | 0 | 0.12 | 0.18 | 73.85 | 0.22 | 0.77 |
| Hex | CB | D1 | B7 | 3 | 0 | C | 12 | 4A | 16 | 4D |
| Octal | 313 | 321 | 267 | 3 | 0 | 14 | 22 | 112 | 26 | 115 |
| Binary | 11001011 | 11010001 | 10110111 | 11 | 0 | 1100 | 10010 | 1001010 | 10110 | 1001101 |
Color Harmonies of #CBD1B7
Complementary color
Monochromatic Colors of #CBD1B7
Black with #CBD1B7
Text Example
Text Example
White with #CBD1B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD1B7; }
p { color: rgb(203,209,183); }
H1.HeaderClassName
{
color: #CBD1B7;
}
.AnyTagClassName
{
color: #CBD1B7;
}
</style>
background-color css
<style>
a { background-color: #CBD1B7; }
a { background-color: rgb(203,209,183); }
div.DivClassName
{
background-color: #CBD1B7;
}
.BgClassName
{
background-color: #CBD1B7;
}
</style>
border-color css
<style>
span { border-color: #CBD1B7; }
span { border-color: rgb(203,209,183); }
td.TdClassName
{
border-color: #CBD1B7;
}
.TagClassName
{
border-color: #CBD1B7;
}
</style>