Shades of Pink Flare #C7ACB2
Tints of Pink Flare #C7ACB2
RGB
CMYK
RGB Variations
Color information
#C7ACB2 (or 0xC7ACB2) is known color: Pink Flare. HEX triplet: C7, AC and B2. RGB value is (199,172,178). Sum of RGB (Red+Green+Blue) = 199+172+178=549 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.25% from 549); Green value is 172 (67.58% from 255 or 31.33% from 549); Blue value is 178 (69.92% from 255 or 32.42% from 549); Max value from RGB is 199 - color contains mainly: red. Hex color #C7ACB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7ACB2 is #38534D. Grayscale: #B4B4B4. Windows color (decimal): -3691342 or 11709639. OLE color: 11709639.
HSL color Cylindrical-coordinate representation of color #C7ACB2: hue angle of 346.67º degrees, saturation: 0.19, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C7ACB2 is Cyan = 0, Magento = 0.14, Yellow = 0.11 and Black (K on CMYK) = 0.22.
Color convert
RGB | 199 | 172 | 178 | - |
CMYK | 0 | 0.14 | 0.11 | 0.22 |
HSL | 346.67º | 0.19% | 0.73% | - |
HSV(B) | 346.67º | 0.14% | 0.78% | - |
XYZ | 46.34 | 44.86 | 48.34 | - |
YUV | 180.76 | 126.45 | 141.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 172 | 178 | 0 | 0.14 | 0.11 | 0.22 | 346.67 | 0.19 | 0.73 |
Hex | C7 | AC | B2 | 0 | E | B | 16 | 15B | 13 | 49 |
Octal | 307 | 254 | 262 | 0 | 16 | 13 | 26 | 533 | 23 | 111 |
Binary | 11000111 | 10101100 | 10110010 | 0 | 1110 | 1011 | 10110 | 101011011 | 10011 | 1001001 |
Color Harmonies of #C7ACB2
Complementary color
Monochromatic Colors of #C7ACB2
Black with #C7ACB2
Text Example
Text Example
White with #C7ACB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7ACB2; }
p { color: rgb(199,172,178); }
H1.HeaderClassName
{
color: #C7ACB2;
}
.AnyTagClassName
{
color: #C7ACB2;
}
</style>
background-color css
<style>
a { background-color: #C7ACB2; }
a { background-color: rgb(199,172,178); }
div.DivClassName
{
background-color: #C7ACB2;
}
.BgClassName
{
background-color: #C7ACB2;
}
</style>
border-color css
<style>
span { border-color: #C7ACB2; }
span { border-color: rgb(199,172,178); }
td.TdClassName
{
border-color: #C7ACB2;
}
.TagClassName
{
border-color: #C7ACB2;
}
</style>