Shades of Pink Swan #C6AFAF
Tints of Pink Swan #C6AFAF
RGB
CMYK
RGB Variations
Color information
#C6AFAF (or 0xC6AFAF) is known color: Pink Swan. HEX triplet: C6, AF and AF. RGB value is (198,175,175). Sum of RGB (Red+Green+Blue) = 198+175+175=548 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.13% from 548); Green value is 175 (68.75% from 255 or 31.93% from 548); Blue value is 175 (68.75% from 255 or 31.93% from 548); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AFAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6AFAF is #395050. Grayscale: #B5B5B5. Windows color (decimal): -3756113 or 11513798. OLE color: 11513798.
HSL color Cylindrical-coordinate representation of color #C6AFAF: hue angle of 0º degrees, saturation: 0.17, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C6AFAF is Cyan = 0, Magento = 0.12, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 175 | 175 | - |
| CMYK | 0 | 0.12 | 0.12 | 0.22 |
| HSL | 0º | 0.17% | 0.73% | - |
| HSV(B) | 0º | 0.12% | 0.78% | - |
| XYZ | 46.36 | 45.76 | 46.95 | - |
| YUV | 181.88 | 124.12 | 139.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 175 | 175 | 0 | 0.12 | 0.12 | 0.22 | 0 | 0.17 | 0.73 |
| Hex | C6 | AF | AF | 0 | C | C | 16 | 0 | 11 | 49 |
| Octal | 306 | 257 | 257 | 0 | 14 | 14 | 26 | 0 | 21 | 111 |
| Binary | 11000110 | 10101111 | 10101111 | 0 | 1100 | 1100 | 10110 | 0 | 10001 | 1001001 |
Color Harmonies of #C6AFAF
Complementary color
Monochromatic Colors of #C6AFAF
Black with #C6AFAF
Text Example
Text Example
White with #C6AFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6AFAF; }
p { color: rgb(198,175,175); }
H1.HeaderClassName
{
color: #C6AFAF;
}
.AnyTagClassName
{
color: #C6AFAF;
}
</style>
background-color css
<style>
a { background-color: #C6AFAF; }
a { background-color: rgb(198,175,175); }
div.DivClassName
{
background-color: #C6AFAF;
}
.BgClassName
{
background-color: #C6AFAF;
}
</style>
border-color css
<style>
span { border-color: #C6AFAF; }
span { border-color: rgb(198,175,175); }
td.TdClassName
{
border-color: #C6AFAF;
}
.TagClassName
{
border-color: #C6AFAF;
}
</style>