Shades of Pink Flare #C7C0C1
Tints of Pink Flare #C7C0C1
RGB
CMYK
RGB Variations
Color information
#C7C0C1 (or 0xC7C0C1) is known color: Pink Flare. HEX triplet: C7, C0 and C1. RGB value is (199,192,193). Sum of RGB (Red+Green+Blue) = 199+192+193=584 (77% of max value = 765). Red value is 199 (78.12% from 255 or 34.08% from 584); Green value is 192 (75.39% from 255 or 32.88% from 584); Blue value is 193 (75.78% from 255 or 33.05% from 584); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C0C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7C0C1 is #383F3E. Grayscale: #C2C2C2. Windows color (decimal): -3686207 or 12697799. OLE color: 12697799.
HSL color Cylindrical-coordinate representation of color #C7C0C1: hue angle of 351.43º degrees, saturation: 0.06, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C7C0C1 is Cyan = 0, Magento = 0.04, Yellow = 0.03 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 192 | 193 | - |
| CMYK | 0 | 0.04 | 0.03 | 0.22 |
| HSL | 351.43º | 0.06% | 0.77% | - |
| HSV(B) | 351.43º | 0.04% | 0.78% | - |
| XYZ | 52.03 | 53.69 | 58.07 | - |
| YUV | 194.21 | 127.32 | 131.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 192 | 193 | 0 | 0.04 | 0.03 | 0.22 | 351.43 | 0.06 | 0.77 |
| Hex | C7 | C0 | C1 | 0 | 4 | 3 | 16 | 15F | 6 | 4D |
| Octal | 307 | 300 | 301 | 0 | 4 | 3 | 26 | 537 | 6 | 115 |
| Binary | 11000111 | 11000000 | 11000001 | 0 | 100 | 11 | 10110 | 101011111 | 110 | 1001101 |
Color Harmonies of #C7C0C1
Complementary color
Monochromatic Colors of #C7C0C1
Black with #C7C0C1
Text Example
Text Example
White with #C7C0C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C0C1; }
p { color: rgb(199,192,193); }
H1.HeaderClassName
{
color: #C7C0C1;
}
.AnyTagClassName
{
color: #C7C0C1;
}
</style>
background-color css
<style>
a { background-color: #C7C0C1; }
a { background-color: rgb(199,192,193); }
div.DivClassName
{
background-color: #C7C0C1;
}
.BgClassName
{
background-color: #C7C0C1;
}
</style>
border-color css
<style>
span { border-color: #C7C0C1; }
span { border-color: rgb(199,192,193); }
td.TdClassName
{
border-color: #C7C0C1;
}
.TagClassName
{
border-color: #C7C0C1;
}
</style>