Shades of Harp #C8CAB8
Tints of Harp #C8CAB8
RGB
CMYK
RGB Variations
Color information
#C8CAB8 (or 0xC8CAB8) is known color: Harp. HEX triplet: C8, CA and B8. RGB value is (200,202,184). Sum of RGB (Red+Green+Blue) = 200+202+184=586 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.13% from 586); Green value is 202 (79.30% from 255 or 34.47% from 586); Blue value is 184 (72.27% from 255 or 31.40% from 586); Max value from RGB is 202 - color contains mainly: green. Hex color #C8CAB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8CAB8 is #373547. Grayscale: #C7C7C7. Windows color (decimal): -3618120 or 12110536. OLE color: 12110536.
HSL color Cylindrical-coordinate representation of color #C8CAB8: hue angle of 66.67º degrees, saturation: 0.15, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C8CAB8 is Cyan = 0.01, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 200 | 202 | 184 | - |
| CMYK | 0.01 | 0 | 0.09 | 0.21 |
| HSL | 66.67º | 0.15% | 0.76% | - |
| HSV(B) | 66.67º | 0.09% | 0.79% | - |
| XYZ | 53.59 | 57.98 | 53.71 | - |
| YUV | 199.35 | 119.34 | 128.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 202 | 184 | 0.01 | 0 | 0.09 | 0.21 | 66.67 | 0.15 | 0.76 |
| Hex | C8 | CA | B8 | 1 | 0 | 9 | 15 | 43 | F | 4C |
| Octal | 310 | 312 | 270 | 1 | 0 | 11 | 25 | 103 | 17 | 114 |
| Binary | 11001000 | 11001010 | 10111000 | 1 | 0 | 1001 | 10101 | 1000011 | 1111 | 1001100 |
Color Harmonies of #C8CAB8
Complementary color
Monochromatic Colors of #C8CAB8
Black with #C8CAB8
Text Example
Text Example
White with #C8CAB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CAB8; }
p { color: rgb(200,202,184); }
H1.HeaderClassName
{
color: #C8CAB8;
}
.AnyTagClassName
{
color: #C8CAB8;
}
</style>
background-color css
<style>
a { background-color: #C8CAB8; }
a { background-color: rgb(200,202,184); }
div.DivClassName
{
background-color: #C8CAB8;
}
.BgClassName
{
background-color: #C8CAB8;
}
</style>
border-color css
<style>
span { border-color: #C8CAB8; }
span { border-color: rgb(200,202,184); }
td.TdClassName
{
border-color: #C8CAB8;
}
.TagClassName
{
border-color: #C8CAB8;
}
</style>