Shades of Harp #C7CCBE
Tints of Harp #C7CCBE
RGB
CMYK
RGB Variations
Color information
#C7CCBE (or 0xC7CCBE) is known color: Harp. HEX triplet: C7, CC and BE. RGB value is (199,204,190). Sum of RGB (Red+Green+Blue) = 199+204+190=593 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.56% from 593); Green value is 204 (80.08% from 255 or 34.40% from 593); Blue value is 190 (74.61% from 255 or 32.04% from 593); Max value from RGB is 204 - color contains mainly: green. Hex color #C7CCBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7CCBE is #383341. Grayscale: #C8C8C8. Windows color (decimal): -3683138 or 12504263. OLE color: 12504263.
HSL color Cylindrical-coordinate representation of color #C7CCBE: hue angle of 81.43º degrees, saturation: 0.12, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C7CCBE is Cyan = 0.02, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
RGB | 199 | 204 | 190 | - |
CMYK | 0.02 | 0 | 0.07 | 0.2 |
HSL | 81.43º | 0.12% | 0.77% | - |
HSV(B) | 81.43º | 0.07% | 0.8% | - |
XYZ | 54.44 | 59.05 | 57.24 | - |
YUV | 200.91 | 121.84 | 126.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 204 | 190 | 0.02 | 0 | 0.07 | 0.2 | 81.43 | 0.12 | 0.77 |
Hex | C7 | CC | BE | 2 | 0 | 7 | 14 | 51 | C | 4D |
Octal | 307 | 314 | 276 | 2 | 0 | 7 | 24 | 121 | 14 | 115 |
Binary | 11000111 | 11001100 | 10111110 | 10 | 0 | 111 | 10100 | 1010001 | 1100 | 1001101 |
Color Harmonies of #C7CCBE
Complementary color
Monochromatic Colors of #C7CCBE
Black with #C7CCBE
Text Example
Text Example
White with #C7CCBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7CCBE; }
p { color: rgb(199,204,190); }
H1.HeaderClassName
{
color: #C7CCBE;
}
.AnyTagClassName
{
color: #C7CCBE;
}
</style>
background-color css
<style>
a { background-color: #C7CCBE; }
a { background-color: rgb(199,204,190); }
div.DivClassName
{
background-color: #C7CCBE;
}
.BgClassName
{
background-color: #C7CCBE;
}
</style>
border-color css
<style>
span { border-color: #C7CCBE; }
span { border-color: rgb(199,204,190); }
td.TdClassName
{
border-color: #C7CCBE;
}
.TagClassName
{
border-color: #C7CCBE;
}
</style>