Shades of Harp #C6CBB0
Tints of Harp #C6CBB0
RGB
CMYK
RGB Variations
Color information
#C6CBB0 (or 0xC6CBB0) is known color: Harp. HEX triplet: C6, CB and B0. RGB value is (198,203,176). Sum of RGB (Red+Green+Blue) = 198+203+176=577 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.32% from 577); Green value is 203 (79.69% from 255 or 35.18% from 577); Blue value is 176 (69.14% from 255 or 30.50% from 577); Max value from RGB is 203 - color contains mainly: green. Hex color #C6CBB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6CBB0 is #39344F. Grayscale: #C6C6C6. Windows color (decimal): -3748944 or 11586502. OLE color: 11586502.
HSL color Cylindrical-coordinate representation of color #C6CBB0: hue angle of 71.11º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C6CBB0 is Cyan = 0.02, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 198 | 203 | 176 | - |
| CMYK | 0.02 | 0 | 0.13 | 0.20 |
| HSL | 71.11º | 0.21% | 0.74% | - |
| HSV(B) | 71.11º | 0.13% | 0.8% | - |
| XYZ | 52.48 | 57.85 | 49.47 | - |
| YUV | 198.43 | 115.34 | 127.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 203 | 176 | 0.02 | 0 | 0.13 | 0.20 | 71.11 | 0.21 | 0.74 |
| Hex | C6 | CB | B0 | 2 | 0 | D | 14 | 47 | 15 | 4A |
| Octal | 306 | 313 | 260 | 2 | 0 | 15 | 24 | 107 | 25 | 112 |
| Binary | 11000110 | 11001011 | 10110000 | 10 | 0 | 1101 | 10100 | 1000111 | 10101 | 1001010 |
Color Harmonies of #C6CBB0
Complementary color
Monochromatic Colors of #C6CBB0
Black with #C6CBB0
Text Example
Text Example
White with #C6CBB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6CBB0; }
p { color: rgb(198,203,176); }
H1.HeaderClassName
{
color: #C6CBB0;
}
.AnyTagClassName
{
color: #C6CBB0;
}
</style>
background-color css
<style>
a { background-color: #C6CBB0; }
a { background-color: rgb(198,203,176); }
div.DivClassName
{
background-color: #C6CBB0;
}
.BgClassName
{
background-color: #C6CBB0;
}
</style>
border-color css
<style>
span { border-color: #C6CBB0; }
span { border-color: rgb(198,203,176); }
td.TdClassName
{
border-color: #C6CBB0;
}
.TagClassName
{
border-color: #C6CBB0;
}
</style>