Shades of Pink Swan #C2BAB9
Tints of Pink Swan #C2BAB9
RGB
CMYK
RGB Variations
Color information
#C2BAB9 (or 0xC2BAB9) is known color: Pink Swan. HEX triplet: C2, BA and B9. RGB value is (194,186,185). Sum of RGB (Red+Green+Blue) = 194+186+185=565 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.34% from 565); Green value is 186 (73.05% from 255 or 32.92% from 565); Blue value is 185 (72.66% from 255 or 32.74% from 565); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BAB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BAB9 is #3D4546. Grayscale: #BCBCBC. Windows color (decimal): -4015431 or 12171970. OLE color: 12171970.
HSL color Cylindrical-coordinate representation of color #C2BAB9: hue angle of 6.67º degrees, saturation: 0.07, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C2BAB9 is Cyan = 0, Magento = 0.04, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
RGB | 194 | 186 | 185 | - |
CMYK | 0 | 0.04 | 0.05 | 0.24 |
HSL | 6.67º | 0.07% | 0.74% | - |
HSV(B) | 6.67º | 0.05% | 0.76% | - |
XYZ | 48.56 | 50.09 | 53.01 | - |
YUV | 188.28 | 126.15 | 132.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 186 | 185 | 0 | 0.04 | 0.05 | 0.24 | 6.67 | 0.07 | 0.74 |
Hex | C2 | BA | B9 | 0 | 4 | 5 | 18 | 7 | 7 | 4A |
Octal | 302 | 272 | 271 | 0 | 4 | 5 | 30 | 7 | 7 | 112 |
Binary | 11000010 | 10111010 | 10111001 | 0 | 100 | 101 | 11000 | 111 | 111 | 1001010 |
Color Harmonies of #C2BAB9
Complementary color
Monochromatic Colors of #C2BAB9
Black with #C2BAB9
Text Example
Text Example
White with #C2BAB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BAB9; }
p { color: rgb(194,186,185); }
H1.HeaderClassName
{
color: #C2BAB9;
}
.AnyTagClassName
{
color: #C2BAB9;
}
</style>
background-color css
<style>
a { background-color: #C2BAB9; }
a { background-color: rgb(194,186,185); }
div.DivClassName
{
background-color: #C2BAB9;
}
.BgClassName
{
background-color: #C2BAB9;
}
</style>
border-color css
<style>
span { border-color: #C2BAB9; }
span { border-color: rgb(194,186,185); }
td.TdClassName
{
border-color: #C2BAB9;
}
.TagClassName
{
border-color: #C2BAB9;
}
</style>