Shades of Harp #C7CEB5
Tints of Harp #C7CEB5
RGB
CMYK
RGB Variations
Color information
#C7CEB5 (or 0xC7CEB5) is known color: Harp. HEX triplet: C7, CE and B5. RGB value is (199,206,181). Sum of RGB (Red+Green+Blue) = 199+206+181=586 (77% of max value = 765). Red value is 199 (78.12% from 255 or 33.96% from 586); Green value is 206 (80.86% from 255 or 35.15% from 586); Blue value is 181 (71.09% from 255 or 30.89% from 586); Max value from RGB is 206 - color contains mainly: green. Hex color #C7CEB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7CEB5 is #38314A. Grayscale: #C9C9C9. Windows color (decimal): -3682635 or 11914951. OLE color: 11914951.
HSL color Cylindrical-coordinate representation of color #C7CEB5: hue angle of 76.8º degrees, saturation: 0.2, 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 #C7CEB5 is Cyan = 0.03, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
RGB | 199 | 206 | 181 | - |
CMYK | 0.03 | 0 | 0.12 | 0.19 |
HSL | 76.8º | 0.2% | 0.76% | - |
HSV(B) | 76.8º | 0.12% | 0.81% | - |
XYZ | 53.96 | 59.62 | 52.38 | - |
YUV | 201.06 | 116.68 | 126.53 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 206 | 181 | 0.03 | 0 | 0.12 | 0.19 | 76.8 | 0.2 | 0.76 |
Hex | C7 | CE | B5 | 3 | 0 | C | 13 | 4D | 14 | 4C |
Octal | 307 | 316 | 265 | 3 | 0 | 14 | 23 | 115 | 24 | 114 |
Binary | 11000111 | 11001110 | 10110101 | 11 | 0 | 1100 | 10011 | 1001101 | 10100 | 1001100 |
Color Harmonies of #C7CEB5
Complementary color
Monochromatic Colors of #C7CEB5
Black with #C7CEB5
Text Example
Text Example
White with #C7CEB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7CEB5; }
p { color: rgb(199,206,181); }
H1.HeaderClassName
{
color: #C7CEB5;
}
.AnyTagClassName
{
color: #C7CEB5;
}
</style>
background-color css
<style>
a { background-color: #C7CEB5; }
a { background-color: rgb(199,206,181); }
div.DivClassName
{
background-color: #C7CEB5;
}
.BgClassName
{
background-color: #C7CEB5;
}
</style>
border-color css
<style>
span { border-color: #C7CEB5; }
span { border-color: rgb(199,206,181); }
td.TdClassName
{
border-color: #C7CEB5;
}
.TagClassName
{
border-color: #C7CEB5;
}
</style>