Shades of Pink Flare #C2ADAF
Tints of Pink Flare #C2ADAF
RGB
CMYK
RGB Variations
Color information
#C2ADAF (or 0xC2ADAF) is known color: Pink Flare. HEX triplet: C2, AD and AF. RGB value is (194,173,175). Sum of RGB (Red+Green+Blue) = 194+173+175=542 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.79% from 542); Green value is 173 (67.97% from 255 or 31.92% from 542); Blue value is 175 (68.75% from 255 or 32.29% from 542); Max value from RGB is 194 - color contains mainly: red. Hex color #C2ADAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2ADAF is #3D5250. Grayscale: #B3B3B3. Windows color (decimal): -4018769 or 11513282. OLE color: 11513282.
HSL color Cylindrical-coordinate representation of color #C2ADAF: hue angle of 354.29º degrees, saturation: 0.15, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C2ADAF is Cyan = 0, Magento = 0.11, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
RGB | 194 | 173 | 175 | - |
CMYK | 0 | 0.11 | 0.10 | 0.24 |
HSL | 354.29º | 0.15% | 0.72% | - |
HSV(B) | 354.29º | 0.11% | 0.76% | - |
XYZ | 44.93 | 44.45 | 46.77 | - |
YUV | 179.51 | 125.46 | 138.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 173 | 175 | 0 | 0.11 | 0.10 | 0.24 | 354.29 | 0.15 | 0.72 |
Hex | C2 | AD | AF | 0 | B | A | 18 | 162 | F | 48 |
Octal | 302 | 255 | 257 | 0 | 13 | 12 | 30 | 542 | 17 | 110 |
Binary | 11000010 | 10101101 | 10101111 | 0 | 1011 | 1010 | 11000 | 101100010 | 1111 | 1001000 |
Color Harmonies of #C2ADAF
Complementary color
Monochromatic Colors of #C2ADAF
Black with #C2ADAF
Text Example
Text Example
White with #C2ADAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2ADAF; }
p { color: rgb(194,173,175); }
H1.HeaderClassName
{
color: #C2ADAF;
}
.AnyTagClassName
{
color: #C2ADAF;
}
</style>
background-color css
<style>
a { background-color: #C2ADAF; }
a { background-color: rgb(194,173,175); }
div.DivClassName
{
background-color: #C2ADAF;
}
.BgClassName
{
background-color: #C2ADAF;
}
</style>
border-color css
<style>
span { border-color: #C2ADAF; }
span { border-color: rgb(194,173,175); }
td.TdClassName
{
border-color: #C2ADAF;
}
.TagClassName
{
border-color: #C2ADAF;
}
</style>