Shades of Pink Swan #C6AEAD
Tints of Pink Swan #C6AEAD
RGB
CMYK
RGB Variations
Color information
#C6AEAD (or 0xC6AEAD) is known color: Pink Swan. HEX triplet: C6, AE and AD. RGB value is (198,174,173). Sum of RGB (Red+Green+Blue) = 198+174+173=545 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.33% from 545); Green value is 174 (68.36% from 255 or 31.93% from 545); Blue value is 173 (67.97% from 255 or 31.74% from 545); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AEAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6AEAD is #395152. Grayscale: #B5B5B5. Windows color (decimal): -3756371 or 11382470. OLE color: 11382470.
HSL color Cylindrical-coordinate representation of color #C6AEAD: hue angle of 2.4º degrees, saturation: 0.18, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C6AEAD is Cyan = 0, Magento = 0.12, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 174 | 173 | - |
| CMYK | 0 | 0.12 | 0.13 | 0.22 |
| HSL | 2.4º | 0.18% | 0.73% | - |
| HSV(B) | 2.4º | 0.13% | 0.78% | - |
| XYZ | 45.97 | 45.3 | 45.86 | - |
| YUV | 181.06 | 123.45 | 140.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 174 | 173 | 0 | 0.12 | 0.13 | 0.22 | 2.4 | 0.18 | 0.73 |
| Hex | C6 | AE | AD | 0 | C | D | 16 | 2 | 12 | 49 |
| Octal | 306 | 256 | 255 | 0 | 14 | 15 | 26 | 2 | 22 | 111 |
| Binary | 11000110 | 10101110 | 10101101 | 0 | 1100 | 1101 | 10110 | 10 | 10010 | 1001001 |
Color Harmonies of #C6AEAD
Complementary color
Monochromatic Colors of #C6AEAD
Black with #C6AEAD
Text Example
Text Example
White with #C6AEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6AEAD; }
p { color: rgb(198,174,173); }
H1.HeaderClassName
{
color: #C6AEAD;
}
.AnyTagClassName
{
color: #C6AEAD;
}
</style>
background-color css
<style>
a { background-color: #C6AEAD; }
a { background-color: rgb(198,174,173); }
div.DivClassName
{
background-color: #C6AEAD;
}
.BgClassName
{
background-color: #C6AEAD;
}
</style>
border-color css
<style>
span { border-color: #C6AEAD; }
span { border-color: rgb(198,174,173); }
td.TdClassName
{
border-color: #C6AEAD;
}
.TagClassName
{
border-color: #C6AEAD;
}
</style>