Shades of Harp #C8CDB5
Tints of Harp #C8CDB5
RGB
CMYK
RGB Variations
Color information
#C8CDB5 (or 0xC8CDB5) is known color: Harp. HEX triplet: C8, CD and B5. RGB value is (200,205,181). Sum of RGB (Red+Green+Blue) = 200+205+181=586 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.13% from 586); Green value is 205 (80.47% from 255 or 34.98% from 586); Blue value is 181 (71.09% from 255 or 30.89% from 586); Max value from RGB is 205 - color contains mainly: green. Hex color #C8CDB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8CDB5 is #37324A. Grayscale: #C8C8C8. Windows color (decimal): -3617355 or 11914696. OLE color: 11914696.
HSL color Cylindrical-coordinate representation of color #C8CDB5: hue angle of 72.5º degrees, saturation: 0.19, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C8CDB5 is Cyan = 0.02, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 200 | 205 | 181 | - |
| CMYK | 0.02 | 0 | 0.12 | 0.20 |
| HSL | 72.5º | 0.19% | 0.76% | - |
| HSV(B) | 72.5º | 0.12% | 0.8% | - |
| XYZ | 53.99 | 59.28 | 52.31 | - |
| YUV | 200.77 | 116.84 | 127.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 205 | 181 | 0.02 | 0 | 0.12 | 0.20 | 72.5 | 0.19 | 0.76 |
| Hex | C8 | CD | B5 | 2 | 0 | C | 14 | 48 | 13 | 4C |
| Octal | 310 | 315 | 265 | 2 | 0 | 14 | 24 | 110 | 23 | 114 |
| Binary | 11001000 | 11001101 | 10110101 | 10 | 0 | 1100 | 10100 | 1001000 | 10011 | 1001100 |
Color Harmonies of #C8CDB5
Complementary color
Monochromatic Colors of #C8CDB5
Black with #C8CDB5
Text Example
Text Example
White with #C8CDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CDB5; }
p { color: rgb(200,205,181); }
H1.HeaderClassName
{
color: #C8CDB5;
}
.AnyTagClassName
{
color: #C8CDB5;
}
</style>
background-color css
<style>
a { background-color: #C8CDB5; }
a { background-color: rgb(200,205,181); }
div.DivClassName
{
background-color: #C8CDB5;
}
.BgClassName
{
background-color: #C8CDB5;
}
</style>
border-color css
<style>
span { border-color: #C8CDB5; }
span { border-color: rgb(200,205,181); }
td.TdClassName
{
border-color: #C8CDB5;
}
.TagClassName
{
border-color: #C8CDB5;
}
</style>