Shades of Harp #C6CEBC
Tints of Harp #C6CEBC
RGB
CMYK
RGB Variations
Color information
#C6CEBC (or 0xC6CEBC) is known color: Harp. HEX triplet: C6, CE and BC. RGB value is (198,206,188). Sum of RGB (Red+Green+Blue) = 198+206+188=592 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.45% from 592); Green value is 206 (80.86% from 255 or 34.80% from 592); Blue value is 188 (73.83% from 255 or 31.76% from 592); Max value from RGB is 206 - color contains mainly: green. Hex color #C6CEBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6CEBC is #393143. Grayscale: #C9C9C9. Windows color (decimal): -3748164 or 12373702. OLE color: 12373702.
HSL color Cylindrical-coordinate representation of color #C6CEBC: hue angle of 86.67º degrees, saturation: 0.16, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C6CEBC is Cyan = 0.04, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 198 | 206 | 188 | - |
| CMYK | 0.04 | 0 | 0.09 | 0.19 |
| HSL | 86.67º | 0.16% | 0.77% | - |
| HSV(B) | 86.67º | 0.09% | 0.81% | - |
| XYZ | 54.44 | 59.78 | 56.25 | - |
| YUV | 201.56 | 120.35 | 125.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 206 | 188 | 0.04 | 0 | 0.09 | 0.19 | 86.67 | 0.16 | 0.77 |
| Hex | C6 | CE | BC | 4 | 0 | 9 | 13 | 57 | 10 | 4D |
| Octal | 306 | 316 | 274 | 4 | 0 | 11 | 23 | 127 | 20 | 115 |
| Binary | 11000110 | 11001110 | 10111100 | 100 | 0 | 1001 | 10011 | 1010111 | 10000 | 1001101 |
Color Harmonies of #C6CEBC
Complementary color
Monochromatic Colors of #C6CEBC
Black with #C6CEBC
Text Example
Text Example
White with #C6CEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6CEBC; }
p { color: rgb(198,206,188); }
H1.HeaderClassName
{
color: #C6CEBC;
}
.AnyTagClassName
{
color: #C6CEBC;
}
</style>
background-color css
<style>
a { background-color: #C6CEBC; }
a { background-color: rgb(198,206,188); }
div.DivClassName
{
background-color: #C6CEBC;
}
.BgClassName
{
background-color: #C6CEBC;
}
</style>
border-color css
<style>
span { border-color: #C6CEBC; }
span { border-color: rgb(198,206,188); }
td.TdClassName
{
border-color: #C6CEBC;
}
.TagClassName
{
border-color: #C6CEBC;
}
</style>