Shades of Harp #C8CFBF
Tints of Harp #C8CFBF
RGB
CMYK
RGB Variations
Color information
#C8CFBF (or 0xC8CFBF) is known color: Harp. HEX triplet: C8, CF and BF. RGB value is (200,207,191). Sum of RGB (Red+Green+Blue) = 200+207+191=598 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.44% from 598); Green value is 207 (81.25% from 255 or 34.62% from 598); Blue value is 191 (75% from 255 or 31.94% from 598); Max value from RGB is 207 - color contains mainly: green. Hex color #C8CFBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8CFBF is #373040. Grayscale: #CBCBCB. Windows color (decimal): -3616833 or 12570568. OLE color: 12570568.
HSL color Cylindrical-coordinate representation of color #C8CFBF: hue angle of 86.25º degrees, saturation: 0.14, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C8CFBF is Cyan = 0.03, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 200 | 207 | 191 | - |
| CMYK | 0.03 | 0 | 0.08 | 0.19 |
| HSL | 86.25º | 0.14% | 0.78% | - |
| HSV(B) | 86.25º | 0.08% | 0.81% | - |
| XYZ | 55.54 | 60.67 | 58.07 | - |
| YUV | 203.08 | 121.18 | 125.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 207 | 191 | 0.03 | 0 | 0.08 | 0.19 | 86.25 | 0.14 | 0.78 |
| Hex | C8 | CF | BF | 3 | 0 | 8 | 13 | 56 | E | 4E |
| Octal | 310 | 317 | 277 | 3 | 0 | 10 | 23 | 126 | 16 | 116 |
| Binary | 11001000 | 11001111 | 10111111 | 11 | 0 | 1000 | 10011 | 1010110 | 1110 | 1001110 |
Color Harmonies of #C8CFBF
Complementary color
Monochromatic Colors of #C8CFBF
Black with #C8CFBF
Text Example
Text Example
White with #C8CFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CFBF; }
p { color: rgb(200,207,191); }
H1.HeaderClassName
{
color: #C8CFBF;
}
.AnyTagClassName
{
color: #C8CFBF;
}
</style>
background-color css
<style>
a { background-color: #C8CFBF; }
a { background-color: rgb(200,207,191); }
div.DivClassName
{
background-color: #C8CFBF;
}
.BgClassName
{
background-color: #C8CFBF;
}
</style>
border-color css
<style>
span { border-color: #C8CFBF; }
span { border-color: rgb(200,207,191); }
td.TdClassName
{
border-color: #C8CFBF;
}
.TagClassName
{
border-color: #C8CFBF;
}
</style>