Shades of Harp #C6CFB8
Tints of Harp #C6CFB8
RGB
CMYK
RGB Variations
Color information
#C6CFB8 (or 0xC6CFB8) is known color: Harp. HEX triplet: C6, CF and B8. RGB value is (198,207,184). Sum of RGB (Red+Green+Blue) = 198+207+184=589 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.62% from 589); Green value is 207 (81.25% from 255 or 35.14% from 589); Blue value is 184 (72.27% from 255 or 31.24% from 589); Max value from RGB is 207 - color contains mainly: green. Hex color #C6CFB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6CFB8 is #393047. Grayscale: #C9C9C9. Windows color (decimal): -3747912 or 12111814. OLE color: 12111814.
HSL color Cylindrical-coordinate representation of color #C6CFB8: hue angle of 83.48º degrees, saturation: 0.19, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C6CFB8 is Cyan = 0.04, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 198 | 207 | 184 | - |
| CMYK | 0.04 | 0 | 0.11 | 0.19 |
| HSL | 83.48º | 0.19% | 0.77% | - |
| HSV(B) | 83.48º | 0.11% | 0.81% | - |
| XYZ | 54.25 | 60.09 | 54.09 | - |
| YUV | 201.69 | 118.02 | 125.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 207 | 184 | 0.04 | 0 | 0.11 | 0.19 | 83.48 | 0.19 | 0.77 |
| Hex | C6 | CF | B8 | 4 | 0 | B | 13 | 53 | 13 | 4D |
| Octal | 306 | 317 | 270 | 4 | 0 | 13 | 23 | 123 | 23 | 115 |
| Binary | 11000110 | 11001111 | 10111000 | 100 | 0 | 1011 | 10011 | 1010011 | 10011 | 1001101 |
Color Harmonies of #C6CFB8
Complementary color
Monochromatic Colors of #C6CFB8
Black with #C6CFB8
Text Example
Text Example
White with #C6CFB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6CFB8; }
p { color: rgb(198,207,184); }
H1.HeaderClassName
{
color: #C6CFB8;
}
.AnyTagClassName
{
color: #C6CFB8;
}
</style>
background-color css
<style>
a { background-color: #C6CFB8; }
a { background-color: rgb(198,207,184); }
div.DivClassName
{
background-color: #C6CFB8;
}
.BgClassName
{
background-color: #C6CFB8;
}
</style>
border-color css
<style>
span { border-color: #C6CFB8; }
span { border-color: rgb(198,207,184); }
td.TdClassName
{
border-color: #C6CFB8;
}
.TagClassName
{
border-color: #C6CFB8;
}
</style>