Shades of Harp #C6CBBB
Tints of Harp #C6CBBB
RGB
CMYK
RGB Variations
Color information
#C6CBBB (or 0xC6CBBB) is known color: Harp. HEX triplet: C6, CB and BB. RGB value is (198,203,187). Sum of RGB (Red+Green+Blue) = 198+203+187=588 (77% of max value = 765). Red value is 198 (77.73% from 255 or 33.67% from 588); Green value is 203 (79.69% from 255 or 34.52% from 588); Blue value is 187 (73.44% from 255 or 31.80% from 588); Max value from RGB is 203 - color contains mainly: green. Hex color #C6CBBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6CBBB is #393444. Grayscale: #C7C7C7. Windows color (decimal): -3748933 or 12307398. OLE color: 12307398.
HSL color Cylindrical-coordinate representation of color #C6CBBB: hue angle of 78.75º degrees, saturation: 0.13, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C6CBBB is Cyan = 0.02, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 198 | 203 | 187 | - |
| CMYK | 0.02 | 0 | 0.08 | 0.20 |
| HSL | 78.75º | 0.13% | 0.76% | - |
| HSV(B) | 78.75º | 0.08% | 0.8% | - |
| XYZ | 53.61 | 58.31 | 55.44 | - |
| YUV | 199.68 | 120.84 | 126.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 203 | 187 | 0.02 | 0 | 0.08 | 0.20 | 78.75 | 0.13 | 0.76 |
| Hex | C6 | CB | BB | 2 | 0 | 8 | 14 | 4F | D | 4C |
| Octal | 306 | 313 | 273 | 2 | 0 | 10 | 24 | 117 | 15 | 114 |
| Binary | 11000110 | 11001011 | 10111011 | 10 | 0 | 1000 | 10100 | 1001111 | 1101 | 1001100 |
Color Harmonies of #C6CBBB
Complementary color
Monochromatic Colors of #C6CBBB
Black with #C6CBBB
Text Example
Text Example
White with #C6CBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6CBBB; }
p { color: rgb(198,203,187); }
H1.HeaderClassName
{
color: #C6CBBB;
}
.AnyTagClassName
{
color: #C6CBBB;
}
</style>
background-color css
<style>
a { background-color: #C6CBBB; }
a { background-color: rgb(198,203,187); }
div.DivClassName
{
background-color: #C6CBBB;
}
.BgClassName
{
background-color: #C6CBBB;
}
</style>
border-color css
<style>
span { border-color: #C6CBBB; }
span { border-color: rgb(198,203,187); }
td.TdClassName
{
border-color: #C6CBBB;
}
.TagClassName
{
border-color: #C6CBBB;
}
</style>