Shades of Pink Flare #C6AEB5
Tints of Pink Flare #C6AEB5
RGB
CMYK
RGB Variations
Color information
#C6AEB5 (or 0xC6AEB5) is known color: Pink Flare. HEX triplet: C6, AE and B5. RGB value is (198,174,181). Sum of RGB (Red+Green+Blue) = 198+174+181=553 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.80% from 553); Green value is 174 (68.36% from 255 or 31.46% from 553); Blue value is 181 (71.09% from 255 or 32.73% from 553); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AEB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6AEB5 is #39514A. Grayscale: #B5B5B5. Windows color (decimal): -3756363 or 11906758. OLE color: 11906758.
HSL color Cylindrical-coordinate representation of color #C6AEB5: hue angle of 342.5º 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 #C6AEB5 is Cyan = 0, Magento = 0.12, Yellow = 0.09 and Black (K on CMYK) = 0.22.
Color convert
RGB | 198 | 174 | 181 | - |
CMYK | 0 | 0.12 | 0.09 | 0.22 |
HSL | 342.5º | 0.17% | 0.73% | - |
HSV(B) | 342.5º | 0.12% | 0.78% | - |
XYZ | 46.77 | 45.61 | 50.06 | - |
YUV | 181.97 | 127.45 | 139.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 198 | 174 | 181 | 0 | 0.12 | 0.09 | 0.22 | 342.5 | 0.17 | 0.73 |
Hex | C6 | AE | B5 | 0 | C | 9 | 16 | 156 | 11 | 49 |
Octal | 306 | 256 | 265 | 0 | 14 | 11 | 26 | 526 | 21 | 111 |
Binary | 11000110 | 10101110 | 10110101 | 0 | 1100 | 1001 | 10110 | 101010110 | 10001 | 1001001 |
Color Harmonies of #C6AEB5
Complementary color
Monochromatic Colors of #C6AEB5
Black with #C6AEB5
Text Example
Text Example
White with #C6AEB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6AEB5; }
p { color: rgb(198,174,181); }
H1.HeaderClassName
{
color: #C6AEB5;
}
.AnyTagClassName
{
color: #C6AEB5;
}
</style>
background-color css
<style>
a { background-color: #C6AEB5; }
a { background-color: rgb(198,174,181); }
div.DivClassName
{
background-color: #C6AEB5;
}
.BgClassName
{
background-color: #C6AEB5;
}
</style>
border-color css
<style>
span { border-color: #C6AEB5; }
span { border-color: rgb(198,174,181); }
td.TdClassName
{
border-color: #C6AEB5;
}
.TagClassName
{
border-color: #C6AEB5;
}
</style>