Shades of Harp #C7CFB3
Tints of Harp #C7CFB3
RGB
CMYK
RGB Variations
Color information
#C7CFB3 (or 0xC7CFB3) is known color: Harp. HEX triplet: C7, CF and B3. RGB value is (199,207,179). Sum of RGB (Red+Green+Blue) = 199+207+179=585 (77% of max value = 765). Red value is 199 (78.12% from 255 or 34.02% from 585); Green value is 207 (81.25% from 255 or 35.38% from 585); Blue value is 179 (70.31% from 255 or 30.60% from 585); Max value from RGB is 207 - color contains mainly: green. Hex color #C7CFB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7CFB3 is #38304C. Grayscale: #C9C9C9. Windows color (decimal): -3682381 or 11784135. OLE color: 11784135.
HSL color Cylindrical-coordinate representation of color #C7CFB3: hue angle of 77.14º degrees, saturation: 0.23, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C7CFB3 is Cyan = 0.04, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 199 | 207 | 179 | - |
| CMYK | 0.04 | 0 | 0.14 | 0.19 |
| HSL | 77.14º | 0.23% | 0.76% | - |
| HSV(B) | 77.14º | 0.14% | 0.81% | - |
| XYZ | 54 | 60.02 | 51.39 | - |
| YUV | 201.42 | 115.35 | 126.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 207 | 179 | 0.04 | 0 | 0.14 | 0.19 | 77.14 | 0.23 | 0.76 |
| Hex | C7 | CF | B3 | 4 | 0 | E | 13 | 4D | 17 | 4C |
| Octal | 307 | 317 | 263 | 4 | 0 | 16 | 23 | 115 | 27 | 114 |
| Binary | 11000111 | 11001111 | 10110011 | 100 | 0 | 1110 | 10011 | 1001101 | 10111 | 1001100 |
Color Harmonies of #C7CFB3
Complementary color
Monochromatic Colors of #C7CFB3
Black with #C7CFB3
Text Example
Text Example
White with #C7CFB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7CFB3; }
p { color: rgb(199,207,179); }
H1.HeaderClassName
{
color: #C7CFB3;
}
.AnyTagClassName
{
color: #C7CFB3;
}
</style>
background-color css
<style>
a { background-color: #C7CFB3; }
a { background-color: rgb(199,207,179); }
div.DivClassName
{
background-color: #C7CFB3;
}
.BgClassName
{
background-color: #C7CFB3;
}
</style>
border-color css
<style>
span { border-color: #C7CFB3; }
span { border-color: rgb(199,207,179); }
td.TdClassName
{
border-color: #C7CFB3;
}
.TagClassName
{
border-color: #C7CFB3;
}
</style>