Shades of Harp #CBD5B1
Tints of Harp #CBD5B1
RGB
CMYK
RGB Variations
Color information
#CBD5B1 (or 0xCBD5B1) is known color: Harp. HEX triplet: CB, D5 and B1. RGB value is (203,213,177). Sum of RGB (Red+Green+Blue) = 203+213+177=593 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.23% from 593); Green value is 213 (83.59% from 255 or 35.92% from 593); Blue value is 177 (69.53% from 255 or 29.85% from 593); Max value from RGB is 213 - color contains mainly: green. Hex color #CBD5B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBD5B1 is #342A4E. Grayscale: #CECECE. Windows color (decimal): -3418703 or 11654603. OLE color: 11654603.
HSL color Cylindrical-coordinate representation of color #CBD5B1: hue angle of 76.67º degrees, saturation: 0.3, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CBD5B1 is Cyan = 0.05, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 203 | 213 | 177 | - |
| CMYK | 0.05 | 0 | 0.17 | 0.16 |
| HSL | 76.67º | 0.3% | 0.76% | - |
| HSV(B) | 76.67º | 0.17% | 0.84% | - |
| XYZ | 56.36 | 63.46 | 50.87 | - |
| YUV | 205.91 | 111.69 | 125.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 213 | 177 | 0.05 | 0 | 0.17 | 0.16 | 76.67 | 0.3 | 0.76 |
| Hex | CB | D5 | B1 | 5 | 0 | 11 | 10 | 4D | 1E | 4C |
| Octal | 313 | 325 | 261 | 5 | 0 | 21 | 20 | 115 | 36 | 114 |
| Binary | 11001011 | 11010101 | 10110001 | 101 | 0 | 10001 | 10000 | 1001101 | 11110 | 1001100 |
Color Harmonies of #CBD5B1
Complementary color
Monochromatic Colors of #CBD5B1
Black with #CBD5B1
Text Example
Text Example
White with #CBD5B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD5B1; }
p { color: rgb(203,213,177); }
H1.HeaderClassName
{
color: #CBD5B1;
}
.AnyTagClassName
{
color: #CBD5B1;
}
</style>
background-color css
<style>
a { background-color: #CBD5B1; }
a { background-color: rgb(203,213,177); }
div.DivClassName
{
background-color: #CBD5B1;
}
.BgClassName
{
background-color: #CBD5B1;
}
</style>
border-color css
<style>
span { border-color: #CBD5B1; }
span { border-color: rgb(203,213,177); }
td.TdClassName
{
border-color: #CBD5B1;
}
.TagClassName
{
border-color: #CBD5B1;
}
</style>