Shades of Pink Flare #C6AFB3
Tints of Pink Flare #C6AFB3
RGB
CMYK
RGB Variations
Color information
#C6AFB3 (or 0xC6AFB3) is known color: Pink Flare. HEX triplet: C6, AF and B3. RGB value is (198,175,179). Sum of RGB (Red+Green+Blue) = 198+175+179=552 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.87% from 552); Green value is 175 (68.75% from 255 or 31.70% from 552); Blue value is 179 (70.31% from 255 or 32.43% from 552); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AFB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6AFB3 is #39504C. Grayscale: #B6B6B6. Windows color (decimal): -3756109 or 11775942. OLE color: 11775942.
HSL color Cylindrical-coordinate representation of color #C6AFB3: hue angle of 349.57º 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 #C6AFB3 is Cyan = 0, Magento = 0.12, Yellow = 0.10 and Black (K on CMYK) = 0.22.
Color convert
RGB | 198 | 175 | 179 | - |
CMYK | 0 | 0.12 | 0.10 | 0.22 |
HSL | 349.57º | 0.17% | 0.73% | - |
HSV(B) | 349.57º | 0.12% | 0.78% | - |
XYZ | 46.76 | 45.92 | 49.05 | - |
YUV | 182.33 | 126.12 | 139.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 198 | 175 | 179 | 0 | 0.12 | 0.10 | 0.22 | 349.57 | 0.17 | 0.73 |
Hex | C6 | AF | B3 | 0 | C | A | 16 | 15E | 11 | 49 |
Octal | 306 | 257 | 263 | 0 | 14 | 12 | 26 | 536 | 21 | 111 |
Binary | 11000110 | 10101111 | 10110011 | 0 | 1100 | 1010 | 10110 | 101011110 | 10001 | 1001001 |
Color Harmonies of #C6AFB3
Complementary color
Monochromatic Colors of #C6AFB3
Black with #C6AFB3
Text Example
Text Example
White with #C6AFB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6AFB3; }
p { color: rgb(198,175,179); }
H1.HeaderClassName
{
color: #C6AFB3;
}
.AnyTagClassName
{
color: #C6AFB3;
}
</style>
background-color css
<style>
a { background-color: #C6AFB3; }
a { background-color: rgb(198,175,179); }
div.DivClassName
{
background-color: #C6AFB3;
}
.BgClassName
{
background-color: #C6AFB3;
}
</style>
border-color css
<style>
span { border-color: #C6AFB3; }
span { border-color: rgb(198,175,179); }
td.TdClassName
{
border-color: #C6AFB3;
}
.TagClassName
{
border-color: #C6AFB3;
}
</style>