Shades of Pink Flare #C4ADAF
Tints of Pink Flare #C4ADAF
RGB
CMYK
RGB Variations
Color information
#C4ADAF (or 0xC4ADAF) is known color: Pink Flare. HEX triplet: C4, AD and AF. RGB value is (196,173,175). Sum of RGB (Red+Green+Blue) = 196+173+175=544 (72% of max value = 765). Red value is 196 (76.95% from 255 or 36.03% from 544); Green value is 173 (67.97% from 255 or 31.80% from 544); Blue value is 175 (68.75% from 255 or 32.17% from 544); Max value from RGB is 196 - color contains mainly: red. Hex color #C4ADAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4ADAF is #3B5250. Grayscale: #B4B4B4. Windows color (decimal): -3887697 or 11513284. OLE color: 11513284.
HSL color Cylindrical-coordinate representation of color #C4ADAF: hue angle of 354.78º degrees, saturation: 0.16, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C4ADAF is Cyan = 0, Magento = 0.12, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 173 | 175 | - |
| CMYK | 0 | 0.12 | 0.11 | 0.23 |
| HSL | 354.78º | 0.16% | 0.72% | - |
| HSV(B) | 354.78º | 0.12% | 0.77% | - |
| XYZ | 45.45 | 44.72 | 46.79 | - |
| YUV | 180.11 | 125.12 | 139.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 173 | 175 | 0 | 0.12 | 0.11 | 0.23 | 354.78 | 0.16 | 0.72 |
| Hex | C4 | AD | AF | 0 | C | B | 17 | 163 | 10 | 48 |
| Octal | 304 | 255 | 257 | 0 | 14 | 13 | 27 | 543 | 20 | 110 |
| Binary | 11000100 | 10101101 | 10101111 | 0 | 1100 | 1011 | 10111 | 101100011 | 10000 | 1001000 |
Color Harmonies of #C4ADAF
Complementary color
Monochromatic Colors of #C4ADAF
Black with #C4ADAF
Text Example
Text Example
White with #C4ADAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4ADAF; }
p { color: rgb(196,173,175); }
H1.HeaderClassName
{
color: #C4ADAF;
}
.AnyTagClassName
{
color: #C4ADAF;
}
</style>
background-color css
<style>
a { background-color: #C4ADAF; }
a { background-color: rgb(196,173,175); }
div.DivClassName
{
background-color: #C4ADAF;
}
.BgClassName
{
background-color: #C4ADAF;
}
</style>
border-color css
<style>
span { border-color: #C4ADAF; }
span { border-color: rgb(196,173,175); }
td.TdClassName
{
border-color: #C4ADAF;
}
.TagClassName
{
border-color: #C4ADAF;
}
</style>