Shades of Pink Swan #C2B0AE
Tints of Pink Swan #C2B0AE
RGB
CMYK
RGB Variations
Color information
#C2B0AE (or 0xC2B0AE) is known color: Pink Swan. HEX triplet: C2, B0 and AE. RGB value is (194,176,174). Sum of RGB (Red+Green+Blue) = 194+176+174=544 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.66% from 544); Green value is 176 (69.14% from 255 or 32.35% from 544); Blue value is 174 (68.36% from 255 or 31.99% from 544); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B0AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2B0AE is #3D4F51. Grayscale: #B5B5B5. Windows color (decimal): -4018002 or 11448514. OLE color: 11448514.
HSL color Cylindrical-coordinate representation of color #C2B0AE: hue angle of 6º degrees, saturation: 0.14, 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 #C2B0AE is Cyan = 0, Magento = 0.09, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 176 | 174 | - |
| CMYK | 0 | 0.09 | 0.10 | 0.24 |
| HSL | 6º | 0.14% | 0.72% | - |
| HSV(B) | 6º | 0.1% | 0.76% | - |
| XYZ | 45.41 | 45.58 | 46.45 | - |
| YUV | 181.15 | 123.96 | 137.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 176 | 174 | 0 | 0.09 | 0.10 | 0.24 | 6 | 0.14 | 0.72 |
| Hex | C2 | B0 | AE | 0 | 9 | A | 18 | 6 | E | 48 |
| Octal | 302 | 260 | 256 | 0 | 11 | 12 | 30 | 6 | 16 | 110 |
| Binary | 11000010 | 10110000 | 10101110 | 0 | 1001 | 1010 | 11000 | 110 | 1110 | 1001000 |
Color Harmonies of #C2B0AE
Complementary color
Monochromatic Colors of #C2B0AE
Black with #C2B0AE
Text Example
Text Example
White with #C2B0AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B0AE; }
p { color: rgb(194,176,174); }
H1.HeaderClassName
{
color: #C2B0AE;
}
.AnyTagClassName
{
color: #C2B0AE;
}
</style>
background-color css
<style>
a { background-color: #C2B0AE; }
a { background-color: rgb(194,176,174); }
div.DivClassName
{
background-color: #C2B0AE;
}
.BgClassName
{
background-color: #C2B0AE;
}
</style>
border-color css
<style>
span { border-color: #C2B0AE; }
span { border-color: rgb(194,176,174); }
td.TdClassName
{
border-color: #C2B0AE;
}
.TagClassName
{
border-color: #C2B0AE;
}
</style>