Shades of Harp #C7CEAF
Tints of Harp #C7CEAF
RGB
CMYK
RGB Variations
Color information
#C7CEAF (or 0xC7CEAF) is known color: Harp. HEX triplet: C7, CE and AF. RGB value is (199,206,175). Sum of RGB (Red+Green+Blue) = 199+206+175=580 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.31% from 580); Green value is 206 (80.86% from 255 or 35.52% from 580); Blue value is 175 (68.75% from 255 or 30.17% from 580); Max value from RGB is 206 - color contains mainly: green. Hex color #C7CEAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7CEAF is #383150. Grayscale: #C8C8C8. Windows color (decimal): -3682641 or 11521735. OLE color: 11521735.
HSL color Cylindrical-coordinate representation of color #C7CEAF: hue angle of 73.55º degrees, saturation: 0.24, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C7CEAF is Cyan = 0.03, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
RGB | 199 | 206 | 175 | - |
CMYK | 0.03 | 0 | 0.15 | 0.19 |
HSL | 73.55º | 0.24% | 0.75% | - |
HSV(B) | 73.55º | 0.15% | 0.81% | - |
XYZ | 53.36 | 59.38 | 49.21 | - |
YUV | 200.37 | 113.68 | 127.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 206 | 175 | 0.03 | 0 | 0.15 | 0.19 | 73.55 | 0.24 | 0.75 |
Hex | C7 | CE | AF | 3 | 0 | F | 13 | 4A | 18 | 4B |
Octal | 307 | 316 | 257 | 3 | 0 | 17 | 23 | 112 | 30 | 113 |
Binary | 11000111 | 11001110 | 10101111 | 11 | 0 | 1111 | 10011 | 1001010 | 11000 | 1001011 |
Color Harmonies of #C7CEAF
Complementary color
Monochromatic Colors of #C7CEAF
Black with #C7CEAF
Text Example
Text Example
White with #C7CEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7CEAF; }
p { color: rgb(199,206,175); }
H1.HeaderClassName
{
color: #C7CEAF;
}
.AnyTagClassName
{
color: #C7CEAF;
}
</style>
background-color css
<style>
a { background-color: #C7CEAF; }
a { background-color: rgb(199,206,175); }
div.DivClassName
{
background-color: #C7CEAF;
}
.BgClassName
{
background-color: #C7CEAF;
}
</style>
border-color css
<style>
span { border-color: #C7CEAF; }
span { border-color: rgb(199,206,175); }
td.TdClassName
{
border-color: #C7CEAF;
}
.TagClassName
{
border-color: #C7CEAF;
}
</style>