Shades of Pink Swan #C7ADAC
Tints of Pink Swan #C7ADAC
RGB
CMYK
RGB Variations
Color information
#C7ADAC (or 0xC7ADAC) is known color: Pink Swan. HEX triplet: C7, AD and AC. RGB value is (199,173,172). Sum of RGB (Red+Green+Blue) = 199+173+172=544 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.58% from 544); Green value is 173 (67.97% from 255 or 31.80% from 544); Blue value is 172 (67.58% from 255 or 31.62% from 544); Max value from RGB is 199 - color contains mainly: red. Hex color #C7ADAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7ADAC is #385253. Grayscale: #B4B4B4. Windows color (decimal): -3691092 or 11316679. OLE color: 11316679.
HSL color Cylindrical-coordinate representation of color #C7ADAC: hue angle of 2.22º degrees, saturation: 0.19, 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 #C7ADAC is Cyan = 0, Magento = 0.13, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 173 | 172 | - |
| CMYK | 0 | 0.13 | 0.14 | 0.22 |
| HSL | 2.22º | 0.19% | 0.73% | - |
| HSV(B) | 2.22º | 0.14% | 0.78% | - |
| XYZ | 45.94 | 45.01 | 45.3 | - |
| YUV | 180.66 | 123.11 | 141.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 173 | 172 | 0 | 0.13 | 0.14 | 0.22 | 2.22 | 0.19 | 0.73 |
| Hex | C7 | AD | AC | 0 | D | E | 16 | 2 | 13 | 49 |
| Octal | 307 | 255 | 254 | 0 | 15 | 16 | 26 | 2 | 23 | 111 |
| Binary | 11000111 | 10101101 | 10101100 | 0 | 1101 | 1110 | 10110 | 10 | 10011 | 1001001 |
Color Harmonies of #C7ADAC
Complementary color
Monochromatic Colors of #C7ADAC
Black with #C7ADAC
Text Example
Text Example
White with #C7ADAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7ADAC; }
p { color: rgb(199,173,172); }
H1.HeaderClassName
{
color: #C7ADAC;
}
.AnyTagClassName
{
color: #C7ADAC;
}
</style>
background-color css
<style>
a { background-color: #C7ADAC; }
a { background-color: rgb(199,173,172); }
div.DivClassName
{
background-color: #C7ADAC;
}
.BgClassName
{
background-color: #C7ADAC;
}
</style>
border-color css
<style>
span { border-color: #C7ADAC; }
span { border-color: rgb(199,173,172); }
td.TdClassName
{
border-color: #C7ADAC;
}
.TagClassName
{
border-color: #C7ADAC;
}
</style>