Shades of Harp #C8CAC5
Tints of Harp #C8CAC5
RGB
CMYK
RGB Variations
Color information
#C8CAC5 (or 0xC8CAC5) is known color: Harp. HEX triplet: C8, CA and C5. RGB value is (200,202,197). Sum of RGB (Red+Green+Blue) = 200+202+197=599 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.39% from 599); Green value is 202 (79.30% from 255 or 33.72% from 599); Blue value is 197 (77.34% from 255 or 32.89% from 599); Max value from RGB is 202 - color contains mainly: green. Hex color #C8CAC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8CAC5 is #37353A. Grayscale: #C8C8C8. Windows color (decimal): -3618107 or 12962504. OLE color: 12962504.
HSL color Cylindrical-coordinate representation of color #C8CAC5: hue angle of 84º degrees, saturation: 0.05, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #C8CAC5 is Cyan = 0.01, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
RGB | 200 | 202 | 197 | - |
CMYK | 0.01 | 0 | 0.02 | 0.21 |
HSL | 84º | 0.05% | 0.78% | - |
HSV(B) | 84º | 0.02% | 0.79% | - |
XYZ | 55.02 | 58.55 | 61.23 | - |
YUV | 200.83 | 125.84 | 127.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 202 | 197 | 0.01 | 0 | 0.02 | 0.21 | 84 | 0.05 | 0.78 |
Hex | C8 | CA | C5 | 1 | 0 | 2 | 15 | 54 | 5 | 4E |
Octal | 310 | 312 | 305 | 1 | 0 | 2 | 25 | 124 | 5 | 116 |
Binary | 11001000 | 11001010 | 11000101 | 1 | 0 | 10 | 10101 | 1010100 | 101 | 1001110 |
Color Harmonies of #C8CAC5
Complementary color
Monochromatic Colors of #C8CAC5
Black with #C8CAC5
Text Example
Text Example
White with #C8CAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CAC5; }
p { color: rgb(200,202,197); }
H1.HeaderClassName
{
color: #C8CAC5;
}
.AnyTagClassName
{
color: #C8CAC5;
}
</style>
background-color css
<style>
a { background-color: #C8CAC5; }
a { background-color: rgb(200,202,197); }
div.DivClassName
{
background-color: #C8CAC5;
}
.BgClassName
{
background-color: #C8CAC5;
}
</style>
border-color css
<style>
span { border-color: #C8CAC5; }
span { border-color: rgb(200,202,197); }
td.TdClassName
{
border-color: #C8CAC5;
}
.TagClassName
{
border-color: #C8CAC5;
}
</style>