Shades of Pink Flare #C7AFB2
Tints of Pink Flare #C7AFB2
RGB
CMYK
RGB Variations
Color information
#C7AFB2 (or 0xC7AFB2) is known color: Pink Flare. HEX triplet: C7, AF and B2. RGB value is (199,175,178). Sum of RGB (Red+Green+Blue) = 199+175+178=552 (73% of max value = 765). Red value is 199 (78.12% from 255 or 36.05% from 552); Green value is 175 (68.75% from 255 or 31.70% from 552); Blue value is 178 (69.92% from 255 or 32.25% from 552); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AFB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7AFB2 is #38504D. Grayscale: #B6B6B6. Windows color (decimal): -3690574 or 11710407. OLE color: 11710407.
HSL color Cylindrical-coordinate representation of color #C7AFB2: hue angle of 352.5º degrees, saturation: 0.18, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C7AFB2 is Cyan = 0, Magento = 0.12, Yellow = 0.11 and Black (K on CMYK) = 0.22.
Color convert
RGB | 199 | 175 | 178 | - |
CMYK | 0 | 0.12 | 0.11 | 0.22 |
HSL | 352.5º | 0.18% | 0.73% | - |
HSV(B) | 352.5º | 0.12% | 0.78% | - |
XYZ | 46.92 | 46.02 | 48.53 | - |
YUV | 182.52 | 125.45 | 139.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 175 | 178 | 0 | 0.12 | 0.11 | 0.22 | 352.5 | 0.18 | 0.73 |
Hex | C7 | AF | B2 | 0 | C | B | 16 | 160 | 12 | 49 |
Octal | 307 | 257 | 262 | 0 | 14 | 13 | 26 | 540 | 22 | 111 |
Binary | 11000111 | 10101111 | 10110010 | 0 | 1100 | 1011 | 10110 | 101100000 | 10010 | 1001001 |
Color Harmonies of #C7AFB2
Complementary color
Monochromatic Colors of #C7AFB2
Black with #C7AFB2
Text Example
Text Example
White with #C7AFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7AFB2; }
p { color: rgb(199,175,178); }
H1.HeaderClassName
{
color: #C7AFB2;
}
.AnyTagClassName
{
color: #C7AFB2;
}
</style>
background-color css
<style>
a { background-color: #C7AFB2; }
a { background-color: rgb(199,175,178); }
div.DivClassName
{
background-color: #C7AFB2;
}
.BgClassName
{
background-color: #C7AFB2;
}
</style>
border-color css
<style>
span { border-color: #C7AFB2; }
span { border-color: rgb(199,175,178); }
td.TdClassName
{
border-color: #C7AFB2;
}
.TagClassName
{
border-color: #C7AFB2;
}
</style>