Shades of Harp #C8CFB6
Tints of Harp #C8CFB6
RGB
CMYK
RGB Variations
Color information
#C8CFB6 (or 0xC8CFB6) is known color: Harp. HEX triplet: C8, CF and B6. RGB value is (200,207,182). Sum of RGB (Red+Green+Blue) = 200+207+182=589 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.96% from 589); Green value is 207 (81.25% from 255 or 35.14% from 589); Blue value is 182 (71.48% from 255 or 30.90% from 589); Max value from RGB is 207 - color contains mainly: green. Hex color #C8CFB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8CFB6 is #373049. Grayscale: #CACACA. Windows color (decimal): -3616842 or 11980744. OLE color: 11980744.
HSL color Cylindrical-coordinate representation of color #C8CFB6: hue angle of 76.8º degrees, saturation: 0.21, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C8CFB6 is Cyan = 0.03, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 200 | 207 | 182 | - |
| CMYK | 0.03 | 0 | 0.12 | 0.19 |
| HSL | 76.8º | 0.21% | 0.76% | - |
| HSV(B) | 76.8º | 0.12% | 0.81% | - |
| XYZ | 54.58 | 60.28 | 53.02 | - |
| YUV | 202.06 | 116.68 | 126.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 207 | 182 | 0.03 | 0 | 0.12 | 0.19 | 76.8 | 0.21 | 0.76 |
| Hex | C8 | CF | B6 | 3 | 0 | C | 13 | 4D | 15 | 4C |
| Octal | 310 | 317 | 266 | 3 | 0 | 14 | 23 | 115 | 25 | 114 |
| Binary | 11001000 | 11001111 | 10110110 | 11 | 0 | 1100 | 10011 | 1001101 | 10101 | 1001100 |
Color Harmonies of #C8CFB6
Complementary color
Monochromatic Colors of #C8CFB6
Black with #C8CFB6
Text Example
Text Example
White with #C8CFB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CFB6; }
p { color: rgb(200,207,182); }
H1.HeaderClassName
{
color: #C8CFB6;
}
.AnyTagClassName
{
color: #C8CFB6;
}
</style>
background-color css
<style>
a { background-color: #C8CFB6; }
a { background-color: rgb(200,207,182); }
div.DivClassName
{
background-color: #C8CFB6;
}
.BgClassName
{
background-color: #C8CFB6;
}
</style>
border-color css
<style>
span { border-color: #C8CFB6; }
span { border-color: rgb(200,207,182); }
td.TdClassName
{
border-color: #C8CFB6;
}
.TagClassName
{
border-color: #C8CFB6;
}
</style>