Shades of Harp #CBD6B6
Tints of Harp #CBD6B6
RGB
CMYK
RGB Variations
Color information
#CBD6B6 (or 0xCBD6B6) is known color: Harp. HEX triplet: CB, D6 and B6. RGB value is (203,214,182). Sum of RGB (Red+Green+Blue) = 203+214+182=599 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.89% from 599); Green value is 214 (83.98% from 255 or 35.73% from 599); Blue value is 182 (71.48% from 255 or 30.38% from 599); Max value from RGB is 214 - color contains mainly: green. Hex color #CBD6B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD6B6 is #342949. Grayscale: #CFCFCF. Windows color (decimal): -3418442 or 11982539. OLE color: 11982539.
HSL color Cylindrical-coordinate representation of color #CBD6B6: hue angle of 80.62º degrees, saturation: 0.28, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CBD6B6 is Cyan = 0.05, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.16.
Color convert
RGB | 203 | 214 | 182 | - |
CMYK | 0.05 | 0 | 0.15 | 0.16 |
HSL | 80.63º | 0.28% | 0.78% | - |
HSV(B) | 80.63º | 0.15% | 0.84% | - |
XYZ | 57.12 | 64.17 | 53.63 | - |
YUV | 207.06 | 113.86 | 125.1 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 203 | 214 | 182 | 0.05 | 0 | 0.15 | 0.16 | 80.63 | 0.28 | 0.78 |
Hex | CB | D6 | B6 | 5 | 0 | F | 10 | 51 | 1C | 4E |
Octal | 313 | 326 | 266 | 5 | 0 | 17 | 20 | 121 | 34 | 116 |
Binary | 11001011 | 11010110 | 10110110 | 101 | 0 | 1111 | 10000 | 1010001 | 11100 | 1001110 |
Color Harmonies of #CBD6B6
Complementary color
Monochromatic Colors of #CBD6B6
Black with #CBD6B6
Text Example
Text Example
White with #CBD6B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD6B6; }
p { color: rgb(203,214,182); }
H1.HeaderClassName
{
color: #CBD6B6;
}
.AnyTagClassName
{
color: #CBD6B6;
}
</style>
background-color css
<style>
a { background-color: #CBD6B6; }
a { background-color: rgb(203,214,182); }
div.DivClassName
{
background-color: #CBD6B6;
}
.BgClassName
{
background-color: #CBD6B6;
}
</style>
border-color css
<style>
span { border-color: #CBD6B6; }
span { border-color: rgb(203,214,182); }
td.TdClassName
{
border-color: #CBD6B6;
}
.TagClassName
{
border-color: #CBD6B6;
}
</style>