Shades of Harp #CBCFBB
Tints of Harp #CBCFBB
RGB
CMYK
RGB Variations
Color information
#CBCFBB (or 0xCBCFBB) is known color: Harp. HEX triplet: CB, CF and BB. RGB value is (203,207,187). Sum of RGB (Red+Green+Blue) = 203+207+187=597 (79% of max value = 765). Red value is 203 (79.69% from 255 or 34.00% from 597); Green value is 207 (81.25% from 255 or 34.67% from 597); Blue value is 187 (73.44% from 255 or 31.32% from 597); Max value from RGB is 207 - color contains mainly: green. Hex color #CBCFBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCFBB is #343044. Grayscale: #CBCBCB. Windows color (decimal): -3420229 or 12308427. OLE color: 12308427.
HSL color Cylindrical-coordinate representation of color #CBCFBB: hue angle of 72º degrees, saturation: 0.17, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CBCFBB is Cyan = 0.02, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 203 | 207 | 187 | - |
| CMYK | 0.02 | 0 | 0.10 | 0.19 |
| HSL | 72º | 0.17% | 0.77% | - |
| HSV(B) | 72º | 0.1% | 0.81% | - |
| XYZ | 55.91 | 60.91 | 55.82 | - |
| YUV | 203.52 | 118.67 | 127.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 207 | 187 | 0.02 | 0 | 0.10 | 0.19 | 72 | 0.17 | 0.77 |
| Hex | CB | CF | BB | 2 | 0 | A | 13 | 48 | 11 | 4D |
| Octal | 313 | 317 | 273 | 2 | 0 | 12 | 23 | 110 | 21 | 115 |
| Binary | 11001011 | 11001111 | 10111011 | 10 | 0 | 1010 | 10011 | 1001000 | 10001 | 1001101 |
Color Harmonies of #CBCFBB
Complementary color
Monochromatic Colors of #CBCFBB
Black with #CBCFBB
Text Example
Text Example
White with #CBCFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCFBB; }
p { color: rgb(203,207,187); }
H1.HeaderClassName
{
color: #CBCFBB;
}
.AnyTagClassName
{
color: #CBCFBB;
}
</style>
background-color css
<style>
a { background-color: #CBCFBB; }
a { background-color: rgb(203,207,187); }
div.DivClassName
{
background-color: #CBCFBB;
}
.BgClassName
{
background-color: #CBCFBB;
}
</style>
border-color css
<style>
span { border-color: #CBCFBB; }
span { border-color: rgb(203,207,187); }
td.TdClassName
{
border-color: #CBCFBB;
}
.TagClassName
{
border-color: #CBCFBB;
}
</style>