Shades of Harp #C8CCBD
Tints of Harp #C8CCBD
RGB
CMYK
RGB Variations
Color information
#C8CCBD (or 0xC8CCBD) is known color: Harp. HEX triplet: C8, CC and BD. RGB value is (200,204,189). Sum of RGB (Red+Green+Blue) = 200+204+189=593 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.73% from 593); Green value is 204 (80.08% from 255 or 34.40% from 593); Blue value is 189 (74.22% from 255 or 31.87% from 593); Max value from RGB is 204 - color contains mainly: green. Hex color #C8CCBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8CCBD is #373342. Grayscale: #C9C9C9. Windows color (decimal): -3617603 or 12438728. OLE color: 12438728.
HSL color Cylindrical-coordinate representation of color #C8CCBD: hue angle of 76º degrees, saturation: 0.13, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C8CCBD is Cyan = 0.02, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 200 | 204 | 189 | - |
| CMYK | 0.02 | 0 | 0.07 | 0.2 |
| HSL | 76º | 0.13% | 0.77% | - |
| HSV(B) | 76º | 0.07% | 0.8% | - |
| XYZ | 54.6 | 59.14 | 56.68 | - |
| YUV | 201.09 | 121.17 | 127.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 204 | 189 | 0.02 | 0 | 0.07 | 0.2 | 76 | 0.13 | 0.77 |
| Hex | C8 | CC | BD | 2 | 0 | 7 | 14 | 4C | D | 4D |
| Octal | 310 | 314 | 275 | 2 | 0 | 7 | 24 | 114 | 15 | 115 |
| Binary | 11001000 | 11001100 | 10111101 | 10 | 0 | 111 | 10100 | 1001100 | 1101 | 1001101 |
Color Harmonies of #C8CCBD
Complementary color
Monochromatic Colors of #C8CCBD
Black with #C8CCBD
Text Example
Text Example
White with #C8CCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CCBD; }
p { color: rgb(200,204,189); }
H1.HeaderClassName
{
color: #C8CCBD;
}
.AnyTagClassName
{
color: #C8CCBD;
}
</style>
background-color css
<style>
a { background-color: #C8CCBD; }
a { background-color: rgb(200,204,189); }
div.DivClassName
{
background-color: #C8CCBD;
}
.BgClassName
{
background-color: #C8CCBD;
}
</style>
border-color css
<style>
span { border-color: #C8CCBD; }
span { border-color: rgb(200,204,189); }
td.TdClassName
{
border-color: #C8CCBD;
}
.TagClassName
{
border-color: #C8CCBD;
}
</style>