Shades of Harp #CBD2B3
Tints of Harp #CBD2B3
RGB
CMYK
RGB Variations
Color information
#CBD2B3 (or 0xCBD2B3) is known color: Harp. HEX triplet: CB, D2 and B3. RGB value is (203,210,179). Sum of RGB (Red+Green+Blue) = 203+210+179=592 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.29% from 592); Green value is 210 (82.42% from 255 or 35.47% from 592); Blue value is 179 (70.31% from 255 or 30.24% from 592); Max value from RGB is 210 - color contains mainly: green. Hex color #CBD2B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD2B3 is #342D4C. Grayscale: #CCCCCC. Windows color (decimal): -3419469 or 11784907. OLE color: 11784907.
HSL color Cylindrical-coordinate representation of color #CBD2B3: hue angle of 73.55º degrees, saturation: 0.26, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CBD2B3 is Cyan = 0.03, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 203 | 210 | 179 | - |
| CMYK | 0.03 | 0 | 0.15 | 0.18 |
| HSL | 73.55º | 0.26% | 0.76% | - |
| HSV(B) | 73.55º | 0.15% | 0.82% | - |
| XYZ | 55.81 | 62.04 | 51.68 | - |
| YUV | 204.37 | 113.68 | 127.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 210 | 179 | 0.03 | 0 | 0.15 | 0.18 | 73.55 | 0.26 | 0.76 |
| Hex | CB | D2 | B3 | 3 | 0 | F | 12 | 4A | 1A | 4C |
| Octal | 313 | 322 | 263 | 3 | 0 | 17 | 22 | 112 | 32 | 114 |
| Binary | 11001011 | 11010010 | 10110011 | 11 | 0 | 1111 | 10010 | 1001010 | 11010 | 1001100 |
Color Harmonies of #CBD2B3
Complementary color
Monochromatic Colors of #CBD2B3
Black with #CBD2B3
Text Example
Text Example
White with #CBD2B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD2B3; }
p { color: rgb(203,210,179); }
H1.HeaderClassName
{
color: #CBD2B3;
}
.AnyTagClassName
{
color: #CBD2B3;
}
</style>
background-color css
<style>
a { background-color: #CBD2B3; }
a { background-color: rgb(203,210,179); }
div.DivClassName
{
background-color: #CBD2B3;
}
.BgClassName
{
background-color: #CBD2B3;
}
</style>
border-color css
<style>
span { border-color: #CBD2B3; }
span { border-color: rgb(203,210,179); }
td.TdClassName
{
border-color: #CBD2B3;
}
.TagClassName
{
border-color: #CBD2B3;
}
</style>