Shades of Pink Swan #C2AFAF
Tints of Pink Swan #C2AFAF
RGB
CMYK
RGB Variations
Color information
#C2AFAF (or 0xC2AFAF) is known color: Pink Swan. HEX triplet: C2, AF and AF. RGB value is (194,175,175). Sum of RGB (Red+Green+Blue) = 194+175+175=544 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.66% from 544); Green value is 175 (68.75% from 255 or 32.17% from 544); Blue value is 175 (68.75% from 255 or 32.17% from 544); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AFAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2AFAF is #3D5050. Grayscale: #B4B4B4. Windows color (decimal): -4018257 or 11513794. OLE color: 11513794.
HSL color Cylindrical-coordinate representation of color #C2AFAF: hue angle of 0º degrees, saturation: 0.13, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C2AFAF is Cyan = 0, Magento = 0.10, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 175 | 175 | - |
| CMYK | 0 | 0.10 | 0.10 | 0.24 |
| HSL | 0º | 0.13% | 0.72% | - |
| HSV(B) | 0º | 0.1% | 0.76% | - |
| XYZ | 45.32 | 45.22 | 46.9 | - |
| YUV | 180.68 | 124.79 | 137.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 175 | 175 | 0 | 0.10 | 0.10 | 0.24 | 0 | 0.13 | 0.72 |
| Hex | C2 | AF | AF | 0 | A | A | 18 | 0 | D | 48 |
| Octal | 302 | 257 | 257 | 0 | 12 | 12 | 30 | 0 | 15 | 110 |
| Binary | 11000010 | 10101111 | 10101111 | 0 | 1010 | 1010 | 11000 | 0 | 1101 | 1001000 |
Color Harmonies of #C2AFAF
Complementary color
Monochromatic Colors of #C2AFAF
Black with #C2AFAF
Text Example
Text Example
White with #C2AFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AFAF; }
p { color: rgb(194,175,175); }
H1.HeaderClassName
{
color: #C2AFAF;
}
.AnyTagClassName
{
color: #C2AFAF;
}
</style>
background-color css
<style>
a { background-color: #C2AFAF; }
a { background-color: rgb(194,175,175); }
div.DivClassName
{
background-color: #C2AFAF;
}
.BgClassName
{
background-color: #C2AFAF;
}
</style>
border-color css
<style>
span { border-color: #C2AFAF; }
span { border-color: rgb(194,175,175); }
td.TdClassName
{
border-color: #C2AFAF;
}
.TagClassName
{
border-color: #C2AFAF;
}
</style>