Shades of Harp #C4C8B8
Tints of Harp #C4C8B8
RGB
CMYK
RGB Variations
Color information
#C4C8B8 (or 0xC4C8B8) is known color: Harp. HEX triplet: C4, C8 and B8. RGB value is (196,200,184). Sum of RGB (Red+Green+Blue) = 196+200+184=580 (76% of max value = 765). Red value is 196 (76.95% from 255 or 33.79% from 580); Green value is 200 (78.52% from 255 or 34.48% from 580); Blue value is 184 (72.27% from 255 or 31.72% from 580); Max value from RGB is 200 - color contains mainly: green. Hex color #C4C8B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4C8B8 is #3B3747. Grayscale: #C5C5C5. Windows color (decimal): -3880776 or 12110020. OLE color: 12110020.
HSL color Cylindrical-coordinate representation of color #C4C8B8: hue angle of 75º degrees, saturation: 0.13, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C4C8B8 is Cyan = 0.02, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 196 | 200 | 184 | - |
| CMYK | 0.02 | 0 | 0.08 | 0.22 |
| HSL | 75º | 0.13% | 0.75% | - |
| HSV(B) | 75º | 0.08% | 0.78% | - |
| XYZ | 52.07 | 56.51 | 53.51 | - |
| YUV | 196.98 | 120.67 | 127.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 200 | 184 | 0.02 | 0 | 0.08 | 0.22 | 75 | 0.13 | 0.75 |
| Hex | C4 | C8 | B8 | 2 | 0 | 8 | 16 | 4B | D | 4B |
| Octal | 304 | 310 | 270 | 2 | 0 | 10 | 26 | 113 | 15 | 113 |
| Binary | 11000100 | 11001000 | 10111000 | 10 | 0 | 1000 | 10110 | 1001011 | 1101 | 1001011 |
Color Harmonies of #C4C8B8
Complementary color
Monochromatic Colors of #C4C8B8
Black with #C4C8B8
Text Example
Text Example
White with #C4C8B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C8B8; }
p { color: rgb(196,200,184); }
H1.HeaderClassName
{
color: #C4C8B8;
}
.AnyTagClassName
{
color: #C4C8B8;
}
</style>
background-color css
<style>
a { background-color: #C4C8B8; }
a { background-color: rgb(196,200,184); }
div.DivClassName
{
background-color: #C4C8B8;
}
.BgClassName
{
background-color: #C4C8B8;
}
</style>
border-color css
<style>
span { border-color: #C4C8B8; }
span { border-color: rgb(196,200,184); }
td.TdClassName
{
border-color: #C4C8B8;
}
.TagClassName
{
border-color: #C4C8B8;
}
</style>