Shades of Harp #CBCDBB
Tints of Harp #CBCDBB
RGB
CMYK
RGB Variations
Color information
#CBCDBB (or 0xCBCDBB) is known color: Harp. HEX triplet: CB, CD and BB. RGB value is (203,205,187). Sum of RGB (Red+Green+Blue) = 203+205+187=595 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.12% from 595); Green value is 205 (80.47% from 255 or 34.45% from 595); Blue value is 187 (73.44% from 255 or 31.43% from 595); Max value from RGB is 205 - color contains mainly: green. Hex color #CBCDBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCDBB is #343244. Grayscale: #CACACA. Windows color (decimal): -3420741 or 12307915. OLE color: 12307915.
HSL color Cylindrical-coordinate representation of color #CBCDBB: hue angle of 66.67º degrees, saturation: 0.15, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CBCDBB is Cyan = 0.01, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 205 | 187 | - |
| CMYK | 0.01 | 0 | 0.09 | 0.20 |
| HSL | 66.67º | 0.15% | 0.77% | - |
| HSV(B) | 66.67º | 0.09% | 0.8% | - |
| XYZ | 55.43 | 59.95 | 55.66 | - |
| YUV | 202.35 | 119.34 | 128.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 205 | 187 | 0.01 | 0 | 0.09 | 0.20 | 66.67 | 0.15 | 0.77 |
| Hex | CB | CD | BB | 1 | 0 | 9 | 14 | 43 | F | 4D |
| Octal | 313 | 315 | 273 | 1 | 0 | 11 | 24 | 103 | 17 | 115 |
| Binary | 11001011 | 11001101 | 10111011 | 1 | 0 | 1001 | 10100 | 1000011 | 1111 | 1001101 |
Color Harmonies of #CBCDBB
Complementary color
Monochromatic Colors of #CBCDBB
Black with #CBCDBB
Text Example
Text Example
White with #CBCDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCDBB; }
p { color: rgb(203,205,187); }
H1.HeaderClassName
{
color: #CBCDBB;
}
.AnyTagClassName
{
color: #CBCDBB;
}
</style>
background-color css
<style>
a { background-color: #CBCDBB; }
a { background-color: rgb(203,205,187); }
div.DivClassName
{
background-color: #CBCDBB;
}
.BgClassName
{
background-color: #CBCDBB;
}
</style>
border-color css
<style>
span { border-color: #CBCDBB; }
span { border-color: rgb(203,205,187); }
td.TdClassName
{
border-color: #CBCDBB;
}
.TagClassName
{
border-color: #CBCDBB;
}
</style>