Shades of Pink Swan #C2B4B1
Tints of Pink Swan #C2B4B1
RGB
CMYK
RGB Variations
Color information
#C2B4B1 (or 0xC2B4B1) is known color: Pink Swan. HEX triplet: C2, B4 and B1. RGB value is (194,180,177). Sum of RGB (Red+Green+Blue) = 194+180+177=551 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.21% from 551); Green value is 180 (70.70% from 255 or 32.67% from 551); Blue value is 177 (69.53% from 255 or 32.12% from 551); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B4B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B4B1 is #3D4B4E. Grayscale: #B7B7B7. Windows color (decimal): -4016975 or 11646146. OLE color: 11646146.
HSL color Cylindrical-coordinate representation of color #C2B4B1: hue angle of 10.59º degrees, saturation: 0.12, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C2B4B1 is Cyan = 0, Magento = 0.07, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 180 | 177 | - |
| CMYK | 0 | 0.07 | 0.09 | 0.24 |
| HSL | 10.59º | 0.12% | 0.73% | - |
| HSV(B) | 10.59º | 0.09% | 0.76% | - |
| XYZ | 46.51 | 47.29 | 48.27 | - |
| YUV | 183.84 | 124.14 | 135.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 180 | 177 | 0 | 0.07 | 0.09 | 0.24 | 10.59 | 0.12 | 0.73 |
| Hex | C2 | B4 | B1 | 0 | 7 | 9 | 18 | B | C | 49 |
| Octal | 302 | 264 | 261 | 0 | 7 | 11 | 30 | 13 | 14 | 111 |
| Binary | 11000010 | 10110100 | 10110001 | 0 | 111 | 1001 | 11000 | 1011 | 1100 | 1001001 |
Color Harmonies of #C2B4B1
Complementary color
Monochromatic Colors of #C2B4B1
Black with #C2B4B1
Text Example
Text Example
White with #C2B4B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B4B1; }
p { color: rgb(194,180,177); }
H1.HeaderClassName
{
color: #C2B4B1;
}
.AnyTagClassName
{
color: #C2B4B1;
}
</style>
background-color css
<style>
a { background-color: #C2B4B1; }
a { background-color: rgb(194,180,177); }
div.DivClassName
{
background-color: #C2B4B1;
}
.BgClassName
{
background-color: #C2B4B1;
}
</style>
border-color css
<style>
span { border-color: #C2B4B1; }
span { border-color: rgb(194,180,177); }
td.TdClassName
{
border-color: #C2B4B1;
}
.TagClassName
{
border-color: #C2B4B1;
}
</style>