Shades of Harp #C8CFB2
Tints of Harp #C8CFB2
RGB
CMYK
RGB Variations
Color information
#C8CFB2 (or 0xC8CFB2) is known color: Harp. HEX triplet: C8, CF and B2. RGB value is (200,207,178). Sum of RGB (Red+Green+Blue) = 200+207+178=585 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.19% from 585); Green value is 207 (81.25% from 255 or 35.38% from 585); Blue value is 178 (69.92% from 255 or 30.43% from 585); Max value from RGB is 207 - color contains mainly: green. Hex color #C8CFB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8CFB2 is #37304D. Grayscale: #C9C9C9. Windows color (decimal): -3616846 or 11718600. OLE color: 11718600.
HSL color Cylindrical-coordinate representation of color #C8CFB2: hue angle of 74.48º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C8CFB2 is Cyan = 0.03, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 200 | 207 | 178 | - |
| CMYK | 0.03 | 0 | 0.14 | 0.19 |
| HSL | 74.48º | 0.23% | 0.75% | - |
| HSV(B) | 74.48º | 0.14% | 0.81% | - |
| XYZ | 54.17 | 60.12 | 50.87 | - |
| YUV | 201.6 | 114.68 | 126.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 207 | 178 | 0.03 | 0 | 0.14 | 0.19 | 74.48 | 0.23 | 0.75 |
| Hex | C8 | CF | B2 | 3 | 0 | E | 13 | 4A | 17 | 4B |
| Octal | 310 | 317 | 262 | 3 | 0 | 16 | 23 | 112 | 27 | 113 |
| Binary | 11001000 | 11001111 | 10110010 | 11 | 0 | 1110 | 10011 | 1001010 | 10111 | 1001011 |
Color Harmonies of #C8CFB2
Complementary color
Monochromatic Colors of #C8CFB2
Black with #C8CFB2
Text Example
Text Example
White with #C8CFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CFB2; }
p { color: rgb(200,207,178); }
H1.HeaderClassName
{
color: #C8CFB2;
}
.AnyTagClassName
{
color: #C8CFB2;
}
</style>
background-color css
<style>
a { background-color: #C8CFB2; }
a { background-color: rgb(200,207,178); }
div.DivClassName
{
background-color: #C8CFB2;
}
.BgClassName
{
background-color: #C8CFB2;
}
</style>
border-color css
<style>
span { border-color: #C8CFB2; }
span { border-color: rgb(200,207,178); }
td.TdClassName
{
border-color: #C8CFB2;
}
.TagClassName
{
border-color: #C8CFB2;
}
</style>