Shades of Pink Flare #C8ACAF
Tints of Pink Flare #C8ACAF
RGB
CMYK
RGB Variations
Color information
#C8ACAF (or 0xC8ACAF) is known color: Pink Flare. HEX triplet: C8, AC and AF. RGB value is (200,172,175). Sum of RGB (Red+Green+Blue) = 200+172+175=547 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.56% from 547); Green value is 172 (67.58% from 255 or 31.44% from 547); Blue value is 175 (68.75% from 255 or 31.99% from 547); Max value from RGB is 200 - color contains mainly: red. Hex color #C8ACAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8ACAF is #375350. Grayscale: #B4B4B4. Windows color (decimal): -3625809 or 11513032. OLE color: 11513032.
HSL color Cylindrical-coordinate representation of color #C8ACAF: hue angle of 353.57º degrees, saturation: 0.2, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C8ACAF is Cyan = 0, Magento = 0.14, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
RGB | 200 | 172 | 175 | - |
CMYK | 0 | 0.14 | 0.12 | 0.22 |
HSL | 353.57º | 0.2% | 0.73% | - |
HSV(B) | 353.57º | 0.14% | 0.78% | - |
XYZ | 46.31 | 44.88 | 46.78 | - |
YUV | 180.71 | 124.78 | 141.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 172 | 175 | 0 | 0.14 | 0.12 | 0.22 | 353.57 | 0.2 | 0.73 |
Hex | C8 | AC | AF | 0 | E | C | 16 | 162 | 14 | 49 |
Octal | 310 | 254 | 257 | 0 | 16 | 14 | 26 | 542 | 24 | 111 |
Binary | 11001000 | 10101100 | 10101111 | 0 | 1110 | 1100 | 10110 | 101100010 | 10100 | 1001001 |
Color Harmonies of #C8ACAF
Complementary color
Monochromatic Colors of #C8ACAF
Black with #C8ACAF
Text Example
Text Example
White with #C8ACAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8ACAF; }
p { color: rgb(200,172,175); }
H1.HeaderClassName
{
color: #C8ACAF;
}
.AnyTagClassName
{
color: #C8ACAF;
}
</style>
background-color css
<style>
a { background-color: #C8ACAF; }
a { background-color: rgb(200,172,175); }
div.DivClassName
{
background-color: #C8ACAF;
}
.BgClassName
{
background-color: #C8ACAF;
}
</style>
border-color css
<style>
span { border-color: #C8ACAF; }
span { border-color: rgb(200,172,175); }
td.TdClassName
{
border-color: #C8ACAF;
}
.TagClassName
{
border-color: #C8ACAF;
}
</style>