Shades of Harp #C8CBC0
Tints of Harp #C8CBC0
RGB
CMYK
RGB Variations
Color information
#C8CBC0 (or 0xC8CBC0) is known color: Harp. HEX triplet: C8, CB and C0. RGB value is (200,203,192). Sum of RGB (Red+Green+Blue) = 200+203+192=595 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.61% from 595); Green value is 203 (79.69% from 255 or 34.12% from 595); Blue value is 192 (75.39% from 255 or 32.27% from 595); Max value from RGB is 203 - color contains mainly: green. Hex color #C8CBC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8CBC0 is #37343F. Grayscale: #C8C8C8. Windows color (decimal): -3617856 or 12635080. OLE color: 12635080.
HSL color Cylindrical-coordinate representation of color #C8CBC0: hue angle of 76.36º degrees, saturation: 0.1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C8CBC0 is Cyan = 0.01, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
RGB | 200 | 203 | 192 | - |
CMYK | 0.01 | 0 | 0.05 | 0.20 |
HSL | 76.36º | 0.1% | 0.77% | - |
HSV(B) | 76.36º | 0.05% | 0.8% | - |
XYZ | 54.69 | 58.8 | 58.34 | - |
YUV | 200.85 | 123.01 | 127.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 203 | 192 | 0.01 | 0 | 0.05 | 0.20 | 76.36 | 0.1 | 0.77 |
Hex | C8 | CB | C0 | 1 | 0 | 5 | 14 | 4C | A | 4D |
Octal | 310 | 313 | 300 | 1 | 0 | 5 | 24 | 114 | 12 | 115 |
Binary | 11001000 | 11001011 | 11000000 | 1 | 0 | 101 | 10100 | 1001100 | 1010 | 1001101 |
Color Harmonies of #C8CBC0
Complementary color
Monochromatic Colors of #C8CBC0
Black with #C8CBC0
Text Example
Text Example
White with #C8CBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CBC0; }
p { color: rgb(200,203,192); }
H1.HeaderClassName
{
color: #C8CBC0;
}
.AnyTagClassName
{
color: #C8CBC0;
}
</style>
background-color css
<style>
a { background-color: #C8CBC0; }
a { background-color: rgb(200,203,192); }
div.DivClassName
{
background-color: #C8CBC0;
}
.BgClassName
{
background-color: #C8CBC0;
}
</style>
border-color css
<style>
span { border-color: #C8CBC0; }
span { border-color: rgb(200,203,192); }
td.TdClassName
{
border-color: #C8CBC0;
}
.TagClassName
{
border-color: #C8CBC0;
}
</style>