Shades of Pink Flare #C6AFB5
Tints of Pink Flare #C6AFB5
RGB
CMYK
RGB Variations
Color information
#C6AFB5 (or 0xC6AFB5) is known color: Pink Flare. HEX triplet: C6, AF and B5. RGB value is (198,175,181). Sum of RGB (Red+Green+Blue) = 198+175+181=554 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.74% from 554); Green value is 175 (68.75% from 255 or 31.59% from 554); Blue value is 181 (71.09% from 255 or 32.67% from 554); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AFB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6AFB5 is #39504A. Grayscale: #B6B6B6. Windows color (decimal): -3756107 or 11907014. OLE color: 11907014.
HSL color Cylindrical-coordinate representation of color #C6AFB5: hue angle of 344.35º degrees, saturation: 0.17, 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 #C6AFB5 is Cyan = 0, Magento = 0.12, Yellow = 0.09 and Black (K on CMYK) = 0.22.
Color convert
RGB | 198 | 175 | 181 | - |
CMYK | 0 | 0.12 | 0.09 | 0.22 |
HSL | 344.35º | 0.17% | 0.73% | - |
HSV(B) | 344.35º | 0.12% | 0.78% | - |
XYZ | 46.96 | 46 | 50.12 | - |
YUV | 182.56 | 127.12 | 139.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 198 | 175 | 181 | 0 | 0.12 | 0.09 | 0.22 | 344.35 | 0.17 | 0.73 |
Hex | C6 | AF | B5 | 0 | C | 9 | 16 | 158 | 11 | 49 |
Octal | 306 | 257 | 265 | 0 | 14 | 11 | 26 | 530 | 21 | 111 |
Binary | 11000110 | 10101111 | 10110101 | 0 | 1100 | 1001 | 10110 | 101011000 | 10001 | 1001001 |
Color Harmonies of #C6AFB5
Complementary color
Monochromatic Colors of #C6AFB5
Black with #C6AFB5
Text Example
Text Example
White with #C6AFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6AFB5; }
p { color: rgb(198,175,181); }
H1.HeaderClassName
{
color: #C6AFB5;
}
.AnyTagClassName
{
color: #C6AFB5;
}
</style>
background-color css
<style>
a { background-color: #C6AFB5; }
a { background-color: rgb(198,175,181); }
div.DivClassName
{
background-color: #C6AFB5;
}
.BgClassName
{
background-color: #C6AFB5;
}
</style>
border-color css
<style>
span { border-color: #C6AFB5; }
span { border-color: rgb(198,175,181); }
td.TdClassName
{
border-color: #C6AFB5;
}
.TagClassName
{
border-color: #C6AFB5;
}
</style>