Shades of Harp #C8CCBC
Tints of Harp #C8CCBC
RGB
CMYK
RGB Variations
Color information
#C8CCBC (or 0xC8CCBC) is known color: Harp. HEX triplet: C8, CC and BC. RGB value is (200,204,188). Sum of RGB (Red+Green+Blue) = 200+204+188=592 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.78% from 592); Green value is 204 (80.08% from 255 or 34.46% from 592); Blue value is 188 (73.83% from 255 or 31.76% from 592); Max value from RGB is 204 - color contains mainly: green. Hex color #C8CCBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8CCBC is #373343. Grayscale: #C9C9C9. Windows color (decimal): -3617604 or 12373192. OLE color: 12373192.
HSL color Cylindrical-coordinate representation of color #C8CCBC: hue angle of 75º 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 #C8CCBC is Cyan = 0.02, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 200 | 204 | 188 | - |
| CMYK | 0.02 | 0 | 0.08 | 0.2 |
| HSL | 75º | 0.14% | 0.77% | - |
| HSV(B) | 75º | 0.08% | 0.8% | - |
| XYZ | 54.49 | 59.1 | 56.11 | - |
| YUV | 200.98 | 120.67 | 127.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 204 | 188 | 0.02 | 0 | 0.08 | 0.2 | 75 | 0.14 | 0.77 |
| Hex | C8 | CC | BC | 2 | 0 | 8 | 14 | 4B | E | 4D |
| Octal | 310 | 314 | 274 | 2 | 0 | 10 | 24 | 113 | 16 | 115 |
| Binary | 11001000 | 11001100 | 10111100 | 10 | 0 | 1000 | 10100 | 1001011 | 1110 | 1001101 |
Color Harmonies of #C8CCBC
Complementary color
Monochromatic Colors of #C8CCBC
Black with #C8CCBC
Text Example
Text Example
White with #C8CCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CCBC; }
p { color: rgb(200,204,188); }
H1.HeaderClassName
{
color: #C8CCBC;
}
.AnyTagClassName
{
color: #C8CCBC;
}
</style>
background-color css
<style>
a { background-color: #C8CCBC; }
a { background-color: rgb(200,204,188); }
div.DivClassName
{
background-color: #C8CCBC;
}
.BgClassName
{
background-color: #C8CCBC;
}
</style>
border-color css
<style>
span { border-color: #C8CCBC; }
span { border-color: rgb(200,204,188); }
td.TdClassName
{
border-color: #C8CCBC;
}
.TagClassName
{
border-color: #C8CCBC;
}
</style>