Shades of Pink Flare #C4AEAF
Tints of Pink Flare #C4AEAF
RGB
CMYK
RGB Variations
Color information
#C4AEAF (or 0xC4AEAF) is known color: Pink Flare. HEX triplet: C4, AE and AF. RGB value is (196,174,175). Sum of RGB (Red+Green+Blue) = 196+174+175=545 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.96% from 545); Green value is 174 (68.36% from 255 or 31.93% from 545); Blue value is 175 (68.75% from 255 or 32.11% from 545); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AEAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4AEAF is #3B5150. Grayscale: #B4B4B4. Windows color (decimal): -3887441 or 11513540. OLE color: 11513540.
HSL color Cylindrical-coordinate representation of color #C4AEAF: hue angle of 357.27º degrees, saturation: 0.16, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C4AEAF is Cyan = 0, Magento = 0.11, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 174 | 175 | - |
| CMYK | 0 | 0.11 | 0.11 | 0.23 |
| HSL | 357.27º | 0.16% | 0.73% | - |
| HSV(B) | 357.27º | 0.11% | 0.77% | - |
| XYZ | 45.64 | 45.1 | 46.86 | - |
| YUV | 180.69 | 124.79 | 138.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 174 | 175 | 0 | 0.11 | 0.11 | 0.23 | 357.27 | 0.16 | 0.73 |
| Hex | C4 | AE | AF | 0 | B | B | 17 | 165 | 10 | 49 |
| Octal | 304 | 256 | 257 | 0 | 13 | 13 | 27 | 545 | 20 | 111 |
| Binary | 11000100 | 10101110 | 10101111 | 0 | 1011 | 1011 | 10111 | 101100101 | 10000 | 1001001 |
Color Harmonies of #C4AEAF
Complementary color
Monochromatic Colors of #C4AEAF
Black with #C4AEAF
Text Example
Text Example
White with #C4AEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4AEAF; }
p { color: rgb(196,174,175); }
H1.HeaderClassName
{
color: #C4AEAF;
}
.AnyTagClassName
{
color: #C4AEAF;
}
</style>
background-color css
<style>
a { background-color: #C4AEAF; }
a { background-color: rgb(196,174,175); }
div.DivClassName
{
background-color: #C4AEAF;
}
.BgClassName
{
background-color: #C4AEAF;
}
</style>
border-color css
<style>
span { border-color: #C4AEAF; }
span { border-color: rgb(196,174,175); }
td.TdClassName
{
border-color: #C4AEAF;
}
.TagClassName
{
border-color: #C4AEAF;
}
</style>