Shades of Harp #CBD1C1
Tints of Harp #CBD1C1
RGB
CMYK
RGB Variations
Color information
#CBD1C1 (or 0xCBD1C1) is known color: Harp. HEX triplet: CB, D1 and C1. RGB value is (203,209,193). Sum of RGB (Red+Green+Blue) = 203+209+193=605 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.55% from 605); Green value is 209 (82.03% from 255 or 34.55% from 605); Blue value is 193 (75.78% from 255 or 31.90% from 605); Max value from RGB is 209 - color contains mainly: green. Hex color #CBD1C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD1C1 is #342E3E. Grayscale: #CDCDCD. Windows color (decimal): -3419711 or 12702155. OLE color: 12702155.
HSL color Cylindrical-coordinate representation of color #CBD1C1: hue angle of 82.5º degrees, saturation: 0.15, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CBD1C1 is Cyan = 0.03, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 203 | 209 | 193 | - |
| CMYK | 0.03 | 0 | 0.08 | 0.18 |
| HSL | 82.5º | 0.15% | 0.79% | - |
| HSV(B) | 82.5º | 0.08% | 0.82% | - |
| XYZ | 57.05 | 62.15 | 59.44 | - |
| YUV | 205.38 | 121.01 | 126.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 209 | 193 | 0.03 | 0 | 0.08 | 0.18 | 82.5 | 0.15 | 0.79 |
| Hex | CB | D1 | C1 | 3 | 0 | 8 | 12 | 52 | F | 4F |
| Octal | 313 | 321 | 301 | 3 | 0 | 10 | 22 | 122 | 17 | 117 |
| Binary | 11001011 | 11010001 | 11000001 | 11 | 0 | 1000 | 10010 | 1010010 | 1111 | 1001111 |
Color Harmonies of #CBD1C1
Complementary color
Monochromatic Colors of #CBD1C1
Black with #CBD1C1
Text Example
Text Example
White with #CBD1C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD1C1; }
p { color: rgb(203,209,193); }
H1.HeaderClassName
{
color: #CBD1C1;
}
.AnyTagClassName
{
color: #CBD1C1;
}
</style>
background-color css
<style>
a { background-color: #CBD1C1; }
a { background-color: rgb(203,209,193); }
div.DivClassName
{
background-color: #CBD1C1;
}
.BgClassName
{
background-color: #CBD1C1;
}
</style>
border-color css
<style>
span { border-color: #CBD1C1; }
span { border-color: rgb(203,209,193); }
td.TdClassName
{
border-color: #CBD1C1;
}
.TagClassName
{
border-color: #CBD1C1;
}
</style>