Shades of Harp #C7CEB3
Tints of Harp #C7CEB3
RGB
CMYK
RGB Variations
Color information
#C7CEB3 (or 0xC7CEB3) is known color: Harp. HEX triplet: C7, CE and B3. RGB value is (199,206,179). Sum of RGB (Red+Green+Blue) = 199+206+179=584 (77% of max value = 765). Red value is 199 (78.12% from 255 or 34.08% from 584); Green value is 206 (80.86% from 255 or 35.27% from 584); Blue value is 179 (70.31% from 255 or 30.65% from 584); Max value from RGB is 206 - color contains mainly: green. Hex color #C7CEB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7CEB3 is #38314C. Grayscale: #C8C8C8. Windows color (decimal): -3682637 or 11783879. OLE color: 11783879.
HSL color Cylindrical-coordinate representation of color #C7CEB3: hue angle of 75.56º degrees, saturation: 0.22, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C7CEB3 is Cyan = 0.03, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 199 | 206 | 179 | - |
| CMYK | 0.03 | 0 | 0.13 | 0.19 |
| HSL | 75.56º | 0.22% | 0.75% | - |
| HSV(B) | 75.56º | 0.13% | 0.81% | - |
| XYZ | 53.76 | 59.54 | 51.31 | - |
| YUV | 200.83 | 115.68 | 126.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 206 | 179 | 0.03 | 0 | 0.13 | 0.19 | 75.56 | 0.22 | 0.75 |
| Hex | C7 | CE | B3 | 3 | 0 | D | 13 | 4C | 16 | 4B |
| Octal | 307 | 316 | 263 | 3 | 0 | 15 | 23 | 114 | 26 | 113 |
| Binary | 11000111 | 11001110 | 10110011 | 11 | 0 | 1101 | 10011 | 1001100 | 10110 | 1001011 |
Color Harmonies of #C7CEB3
Complementary color
Monochromatic Colors of #C7CEB3
Black with #C7CEB3
Text Example
Text Example
White with #C7CEB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7CEB3; }
p { color: rgb(199,206,179); }
H1.HeaderClassName
{
color: #C7CEB3;
}
.AnyTagClassName
{
color: #C7CEB3;
}
</style>
background-color css
<style>
a { background-color: #C7CEB3; }
a { background-color: rgb(199,206,179); }
div.DivClassName
{
background-color: #C7CEB3;
}
.BgClassName
{
background-color: #C7CEB3;
}
</style>
border-color css
<style>
span { border-color: #C7CEB3; }
span { border-color: rgb(199,206,179); }
td.TdClassName
{
border-color: #C7CEB3;
}
.TagClassName
{
border-color: #C7CEB3;
}
</style>