Shades of Harp #C8CAC3
Tints of Harp #C8CAC3
RGB
CMYK
RGB Variations
Color information
#C8CAC3 (or 0xC8CAC3) is known color: Harp. HEX triplet: C8, CA and C3. RGB value is (200,202,195). Sum of RGB (Red+Green+Blue) = 200+202+195=597 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.50% from 597); Green value is 202 (79.30% from 255 or 33.84% from 597); Blue value is 195 (76.56% from 255 or 32.66% from 597); Max value from RGB is 202 - color contains mainly: green. Hex color #C8CAC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8CAC3 is #37353C. Grayscale: #C8C8C8. Windows color (decimal): -3618109 or 12831432. OLE color: 12831432.
HSL color Cylindrical-coordinate representation of color #C8CAC3: hue angle of 77.14º degrees, saturation: 0.06, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #C8CAC3 is Cyan = 0.01, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.21.
Color convert
RGB | 200 | 202 | 195 | - |
CMYK | 0.01 | 0 | 0.03 | 0.21 |
HSL | 77.14º | 0.06% | 0.78% | - |
HSV(B) | 77.14º | 0.03% | 0.79% | - |
XYZ | 54.79 | 58.46 | 60.03 | - |
YUV | 200.6 | 124.84 | 127.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 202 | 195 | 0.01 | 0 | 0.03 | 0.21 | 77.14 | 0.06 | 0.78 |
Hex | C8 | CA | C3 | 1 | 0 | 3 | 15 | 4D | 6 | 4E |
Octal | 310 | 312 | 303 | 1 | 0 | 3 | 25 | 115 | 6 | 116 |
Binary | 11001000 | 11001010 | 11000011 | 1 | 0 | 11 | 10101 | 1001101 | 110 | 1001110 |
Color Harmonies of #C8CAC3
Complementary color
Monochromatic Colors of #C8CAC3
Black with #C8CAC3
Text Example
Text Example
White with #C8CAC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CAC3; }
p { color: rgb(200,202,195); }
H1.HeaderClassName
{
color: #C8CAC3;
}
.AnyTagClassName
{
color: #C8CAC3;
}
</style>
background-color css
<style>
a { background-color: #C8CAC3; }
a { background-color: rgb(200,202,195); }
div.DivClassName
{
background-color: #C8CAC3;
}
.BgClassName
{
background-color: #C8CAC3;
}
</style>
border-color css
<style>
span { border-color: #C8CAC3; }
span { border-color: rgb(200,202,195); }
td.TdClassName
{
border-color: #C8CAC3;
}
.TagClassName
{
border-color: #C8CAC3;
}
</style>