Shades of Pink Flare #C7AFB5
Tints of Pink Flare #C7AFB5
RGB
CMYK
RGB Variations
Color information
#C7AFB5 (or 0xC7AFB5) is known color: Pink Flare. HEX triplet: C7, AF and B5. RGB value is (199,175,181). Sum of RGB (Red+Green+Blue) = 199+175+181=555 (73% of max value = 765). Red value is 199 (78.12% from 255 or 35.86% from 555); Green value is 175 (68.75% from 255 or 31.53% from 555); Blue value is 181 (71.09% from 255 or 32.61% from 555); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AFB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7AFB5 is #38504A. Grayscale: #B6B6B6. Windows color (decimal): -3690571 or 11907015. OLE color: 11907015.
HSL color Cylindrical-coordinate representation of color #C7AFB5: hue angle of 345º 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 #C7AFB5 is Cyan = 0, Magento = 0.12, Yellow = 0.09 and Black (K on CMYK) = 0.22.
Color convert
RGB | 199 | 175 | 181 | - |
CMYK | 0 | 0.12 | 0.09 | 0.22 |
HSL | 345º | 0.18% | 0.73% | - |
HSV(B) | 345º | 0.12% | 0.78% | - |
XYZ | 47.22 | 46.14 | 50.13 | - |
YUV | 182.86 | 126.95 | 139.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 175 | 181 | 0 | 0.12 | 0.09 | 0.22 | 345 | 0.18 | 0.73 |
Hex | C7 | AF | B5 | 0 | C | 9 | 16 | 159 | 12 | 49 |
Octal | 307 | 257 | 265 | 0 | 14 | 11 | 26 | 531 | 22 | 111 |
Binary | 11000111 | 10101111 | 10110101 | 0 | 1100 | 1001 | 10110 | 101011001 | 10010 | 1001001 |
Color Harmonies of #C7AFB5
Complementary color
Monochromatic Colors of #C7AFB5
Black with #C7AFB5
Text Example
Text Example
White with #C7AFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7AFB5; }
p { color: rgb(199,175,181); }
H1.HeaderClassName
{
color: #C7AFB5;
}
.AnyTagClassName
{
color: #C7AFB5;
}
</style>
background-color css
<style>
a { background-color: #C7AFB5; }
a { background-color: rgb(199,175,181); }
div.DivClassName
{
background-color: #C7AFB5;
}
.BgClassName
{
background-color: #C7AFB5;
}
</style>
border-color css
<style>
span { border-color: #C7AFB5; }
span { border-color: rgb(199,175,181); }
td.TdClassName
{
border-color: #C7AFB5;
}
.TagClassName
{
border-color: #C7AFB5;
}
</style>