Shades of Harp #C6CDBD
Tints of Harp #C6CDBD
RGB
CMYK
RGB Variations
Color information
#C6CDBD (or 0xC6CDBD) is known color: Harp. HEX triplet: C6, CD and BD. RGB value is (198,205,189). Sum of RGB (Red+Green+Blue) = 198+205+189=592 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.45% from 592); Green value is 205 (80.47% from 255 or 34.63% from 592); Blue value is 189 (74.22% from 255 or 31.93% from 592); Max value from RGB is 205 - color contains mainly: green. Hex color #C6CDBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6CDBD is #393242. Grayscale: #C9C9C9. Windows color (decimal): -3748419 or 12438982. OLE color: 12438982.
HSL color Cylindrical-coordinate representation of color #C6CDBD: hue angle of 86.25º degrees, saturation: 0.14, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C6CDBD is Cyan = 0.03, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 198 | 205 | 189 | - |
| CMYK | 0.03 | 0 | 0.08 | 0.20 |
| HSL | 86.25º | 0.14% | 0.77% | - |
| HSV(B) | 86.25º | 0.08% | 0.8% | - |
| XYZ | 54.31 | 59.34 | 56.74 | - |
| YUV | 201.08 | 121.18 | 125.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 205 | 189 | 0.03 | 0 | 0.08 | 0.20 | 86.25 | 0.14 | 0.77 |
| Hex | C6 | CD | BD | 3 | 0 | 8 | 14 | 56 | E | 4D |
| Octal | 306 | 315 | 275 | 3 | 0 | 10 | 24 | 126 | 16 | 115 |
| Binary | 11000110 | 11001101 | 10111101 | 11 | 0 | 1000 | 10100 | 1010110 | 1110 | 1001101 |
Color Harmonies of #C6CDBD
Complementary color
Monochromatic Colors of #C6CDBD
Black with #C6CDBD
Text Example
Text Example
White with #C6CDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6CDBD; }
p { color: rgb(198,205,189); }
H1.HeaderClassName
{
color: #C6CDBD;
}
.AnyTagClassName
{
color: #C6CDBD;
}
</style>
background-color css
<style>
a { background-color: #C6CDBD; }
a { background-color: rgb(198,205,189); }
div.DivClassName
{
background-color: #C6CDBD;
}
.BgClassName
{
background-color: #C6CDBD;
}
</style>
border-color css
<style>
span { border-color: #C6CDBD; }
span { border-color: rgb(198,205,189); }
td.TdClassName
{
border-color: #C6CDBD;
}
.TagClassName
{
border-color: #C6CDBD;
}
</style>