Shades of Harp #C8CFAE
Tints of Harp #C8CFAE
RGB
CMYK
RGB Variations
Color information
#C8CFAE (or 0xC8CFAE) is known color: Harp. HEX triplet: C8, CF and AE. RGB value is (200,207,174). Sum of RGB (Red+Green+Blue) = 200+207+174=581 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.42% from 581); Green value is 207 (81.25% from 255 or 35.63% from 581); Blue value is 174 (68.36% from 255 or 29.95% from 581); Max value from RGB is 207 - color contains mainly: green. Hex color #C8CFAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8CFAE is #373051. Grayscale: #C9C9C9. Windows color (decimal): -3616850 or 11456456. OLE color: 11456456.
HSL color Cylindrical-coordinate representation of color #C8CFAE: hue angle of 72.73º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C8CFAE is Cyan = 0.03, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 200 | 207 | 174 | - |
| CMYK | 0.03 | 0 | 0.16 | 0.19 |
| HSL | 72.73º | 0.26% | 0.75% | - |
| HSV(B) | 72.73º | 0.16% | 0.81% | - |
| XYZ | 53.77 | 59.96 | 48.78 | - |
| YUV | 201.15 | 112.68 | 127.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 207 | 174 | 0.03 | 0 | 0.16 | 0.19 | 72.73 | 0.26 | 0.75 |
| Hex | C8 | CF | AE | 3 | 0 | 10 | 13 | 49 | 1A | 4B |
| Octal | 310 | 317 | 256 | 3 | 0 | 20 | 23 | 111 | 32 | 113 |
| Binary | 11001000 | 11001111 | 10101110 | 11 | 0 | 10000 | 10011 | 1001001 | 11010 | 1001011 |
Color Harmonies of #C8CFAE
Complementary color
Monochromatic Colors of #C8CFAE
Black with #C8CFAE
Text Example
Text Example
White with #C8CFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CFAE; }
p { color: rgb(200,207,174); }
H1.HeaderClassName
{
color: #C8CFAE;
}
.AnyTagClassName
{
color: #C8CFAE;
}
</style>
background-color css
<style>
a { background-color: #C8CFAE; }
a { background-color: rgb(200,207,174); }
div.DivClassName
{
background-color: #C8CFAE;
}
.BgClassName
{
background-color: #C8CFAE;
}
</style>
border-color css
<style>
span { border-color: #C8CFAE; }
span { border-color: rgb(200,207,174); }
td.TdClassName
{
border-color: #C8CFAE;
}
.TagClassName
{
border-color: #C8CFAE;
}
</style>