Shades of Pink Swan #C2AEAC
Tints of Pink Swan #C2AEAC
RGB
CMYK
RGB Variations
Color information
#C2AEAC (or 0xC2AEAC) is known color: Pink Swan. HEX triplet: C2, AE and AC. RGB value is (194,174,172). Sum of RGB (Red+Green+Blue) = 194+174+172=540 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.93% from 540); Green value is 174 (68.36% from 255 or 32.22% from 540); Blue value is 172 (67.58% from 255 or 31.85% from 540); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AEAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2AEAC is #3D5153. Grayscale: #B3B3B3. Windows color (decimal): -4018516 or 11316930. OLE color: 11316930.
HSL color Cylindrical-coordinate representation of color #C2AEAC: hue angle of 5.45º 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 #C2AEAC is Cyan = 0, Magento = 0.10, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
RGB | 194 | 174 | 172 | - |
CMYK | 0 | 0.10 | 0.11 | 0.24 |
HSL | 5.45º | 0.15% | 0.72% | - |
HSV(B) | 5.45º | 0.11% | 0.76% | - |
XYZ | 44.83 | 44.72 | 45.3 | - |
YUV | 179.75 | 123.63 | 138.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 174 | 172 | 0 | 0.10 | 0.11 | 0.24 | 5.45 | 0.15 | 0.72 |
Hex | C2 | AE | AC | 0 | A | B | 18 | 5 | F | 48 |
Octal | 302 | 256 | 254 | 0 | 12 | 13 | 30 | 5 | 17 | 110 |
Binary | 11000010 | 10101110 | 10101100 | 0 | 1010 | 1011 | 11000 | 101 | 1111 | 1001000 |
Color Harmonies of #C2AEAC
Complementary color
Monochromatic Colors of #C2AEAC
Black with #C2AEAC
Text Example
Text Example
White with #C2AEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AEAC; }
p { color: rgb(194,174,172); }
H1.HeaderClassName
{
color: #C2AEAC;
}
.AnyTagClassName
{
color: #C2AEAC;
}
</style>
background-color css
<style>
a { background-color: #C2AEAC; }
a { background-color: rgb(194,174,172); }
div.DivClassName
{
background-color: #C2AEAC;
}
.BgClassName
{
background-color: #C2AEAC;
}
</style>
border-color css
<style>
span { border-color: #C2AEAC; }
span { border-color: rgb(194,174,172); }
td.TdClassName
{
border-color: #C2AEAC;
}
.TagClassName
{
border-color: #C2AEAC;
}
</style>