Shades of Harp #CBCDB9
Tints of Harp #CBCDB9
RGB
CMYK
RGB Variations
Color information
#CBCDB9 (or 0xCBCDB9) is known color: Harp. HEX triplet: CB, CD and B9. RGB value is (203,205,185). Sum of RGB (Red+Green+Blue) = 203+205+185=593 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.23% from 593); Green value is 205 (80.47% from 255 or 34.57% from 593); Blue value is 185 (72.66% from 255 or 31.20% from 593); Max value from RGB is 205 - color contains mainly: green. Hex color #CBCDB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCDB9 is #343246. Grayscale: #CACACA. Windows color (decimal): -3420743 or 12176843. OLE color: 12176843.
HSL color Cylindrical-coordinate representation of color #CBCDB9: hue angle of 66º degrees, saturation: 0.17, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CBCDB9 is Cyan = 0.01, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 205 | 185 | - |
| CMYK | 0.01 | 0 | 0.10 | 0.20 |
| HSL | 66º | 0.17% | 0.76% | - |
| HSV(B) | 66º | 0.1% | 0.8% | - |
| XYZ | 55.22 | 59.86 | 54.54 | - |
| YUV | 202.12 | 118.34 | 128.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 205 | 185 | 0.01 | 0 | 0.10 | 0.20 | 66 | 0.17 | 0.76 |
| Hex | CB | CD | B9 | 1 | 0 | A | 14 | 42 | 11 | 4C |
| Octal | 313 | 315 | 271 | 1 | 0 | 12 | 24 | 102 | 21 | 114 |
| Binary | 11001011 | 11001101 | 10111001 | 1 | 0 | 1010 | 10100 | 1000010 | 10001 | 1001100 |
Color Harmonies of #CBCDB9
Complementary color
Monochromatic Colors of #CBCDB9
Black with #CBCDB9
Text Example
Text Example
White with #CBCDB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCDB9; }
p { color: rgb(203,205,185); }
H1.HeaderClassName
{
color: #CBCDB9;
}
.AnyTagClassName
{
color: #CBCDB9;
}
</style>
background-color css
<style>
a { background-color: #CBCDB9; }
a { background-color: rgb(203,205,185); }
div.DivClassName
{
background-color: #CBCDB9;
}
.BgClassName
{
background-color: #CBCDB9;
}
</style>
border-color css
<style>
span { border-color: #CBCDB9; }
span { border-color: rgb(203,205,185); }
td.TdClassName
{
border-color: #CBCDB9;
}
.TagClassName
{
border-color: #CBCDB9;
}
</style>