Shades of Pink Flare #C2ADB1
Tints of Pink Flare #C2ADB1
RGB
CMYK
RGB Variations
Color information
#C2ADB1 (or 0xC2ADB1) is known color: Pink Flare. HEX triplet: C2, AD and B1. RGB value is (194,173,177). Sum of RGB (Red+Green+Blue) = 194+173+177=544 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.66% from 544); Green value is 173 (67.97% from 255 or 31.80% from 544); Blue value is 177 (69.53% from 255 or 32.54% from 544); Max value from RGB is 194 - color contains mainly: red. Hex color #C2ADB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2ADB1 is #3D524E. Grayscale: #B3B3B3. Windows color (decimal): -4018767 or 11644354. OLE color: 11644354.
HSL color Cylindrical-coordinate representation of color #C2ADB1: hue angle of 348.57º 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 #C2ADB1 is Cyan = 0, Magento = 0.11, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 173 | 177 | - |
| CMYK | 0 | 0.11 | 0.09 | 0.24 |
| HSL | 348.57º | 0.15% | 0.72% | - |
| HSV(B) | 348.57º | 0.11% | 0.76% | - |
| XYZ | 45.13 | 44.53 | 47.81 | - |
| YUV | 179.74 | 126.46 | 138.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 173 | 177 | 0 | 0.11 | 0.09 | 0.24 | 348.57 | 0.15 | 0.72 |
| Hex | C2 | AD | B1 | 0 | B | 9 | 18 | 15D | F | 48 |
| Octal | 302 | 255 | 261 | 0 | 13 | 11 | 30 | 535 | 17 | 110 |
| Binary | 11000010 | 10101101 | 10110001 | 0 | 1011 | 1001 | 11000 | 101011101 | 1111 | 1001000 |
Color Harmonies of #C2ADB1
Complementary color
Monochromatic Colors of #C2ADB1
Black with #C2ADB1
Text Example
Text Example
White with #C2ADB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2ADB1; }
p { color: rgb(194,173,177); }
H1.HeaderClassName
{
color: #C2ADB1;
}
.AnyTagClassName
{
color: #C2ADB1;
}
</style>
background-color css
<style>
a { background-color: #C2ADB1; }
a { background-color: rgb(194,173,177); }
div.DivClassName
{
background-color: #C2ADB1;
}
.BgClassName
{
background-color: #C2ADB1;
}
</style>
border-color css
<style>
span { border-color: #C2ADB1; }
span { border-color: rgb(194,173,177); }
td.TdClassName
{
border-color: #C2ADB1;
}
.TagClassName
{
border-color: #C2ADB1;
}
</style>