Shades of Pink Swan #C2AFAC
Tints of Pink Swan #C2AFAC
RGB
CMYK
RGB Variations
Color information
#C2AFAC (or 0xC2AFAC) is known color: Pink Swan. HEX triplet: C2, AF and AC. RGB value is (194,175,172). Sum of RGB (Red+Green+Blue) = 194+175+172=541 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.86% from 541); Green value is 175 (68.75% from 255 or 32.35% from 541); Blue value is 172 (67.58% from 255 or 31.79% from 541); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AFAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2AFAC is #3D5053. Grayscale: #B4B4B4. Windows color (decimal): -4018260 or 11317186. OLE color: 11317186.
HSL color Cylindrical-coordinate representation of color #C2AFAC: hue angle of 8.18º 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 #C2AFAC is Cyan = 0, Magento = 0.10, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
RGB | 194 | 175 | 172 | - |
CMYK | 0 | 0.10 | 0.11 | 0.24 |
HSL | 8.18º | 0.15% | 0.72% | - |
HSV(B) | 8.18º | 0.11% | 0.76% | - |
XYZ | 45.02 | 45.11 | 45.36 | - |
YUV | 180.34 | 123.29 | 137.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 175 | 172 | 0 | 0.10 | 0.11 | 0.24 | 8.18 | 0.15 | 0.72 |
Hex | C2 | AF | AC | 0 | A | B | 18 | 8 | F | 48 |
Octal | 302 | 257 | 254 | 0 | 12 | 13 | 30 | 10 | 17 | 110 |
Binary | 11000010 | 10101111 | 10101100 | 0 | 1010 | 1011 | 11000 | 1000 | 1111 | 1001000 |
Color Harmonies of #C2AFAC
Complementary color
Monochromatic Colors of #C2AFAC
Black with #C2AFAC
Text Example
Text Example
White with #C2AFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AFAC; }
p { color: rgb(194,175,172); }
H1.HeaderClassName
{
color: #C2AFAC;
}
.AnyTagClassName
{
color: #C2AFAC;
}
</style>
background-color css
<style>
a { background-color: #C2AFAC; }
a { background-color: rgb(194,175,172); }
div.DivClassName
{
background-color: #C2AFAC;
}
.BgClassName
{
background-color: #C2AFAC;
}
</style>
border-color css
<style>
span { border-color: #C2AFAC; }
span { border-color: rgb(194,175,172); }
td.TdClassName
{
border-color: #C2AFAC;
}
.TagClassName
{
border-color: #C2AFAC;
}
</style>