Shades of Pink Swan #C4B2B0
Tints of Pink Swan #C4B2B0
RGB
CMYK
RGB Variations
Color information
#C4B2B0 (or 0xC4B2B0) is known color: Pink Swan. HEX triplet: C4, B2 and B0. RGB value is (196,178,176). Sum of RGB (Red+Green+Blue) = 196+178+176=550 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.64% from 550); Green value is 178 (69.92% from 255 or 32.36% from 550); Blue value is 176 (69.14% from 255 or 32% from 550); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B2B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4B2B0 is #3B4D4F. Grayscale: #B7B7B7. Windows color (decimal): -3886416 or 11580100. OLE color: 11580100.
HSL color Cylindrical-coordinate representation of color #C4B2B0: hue angle of 6º degrees, saturation: 0.14, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C4B2B0 is Cyan = 0, Magento = 0.09, Yellow = 0.10 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 178 | 176 | - |
| CMYK | 0 | 0.09 | 0.10 | 0.23 |
| HSL | 6º | 0.14% | 0.73% | - |
| HSV(B) | 6º | 0.1% | 0.77% | - |
| XYZ | 46.52 | 46.71 | 47.64 | - |
| YUV | 183.15 | 123.96 | 137.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 178 | 176 | 0 | 0.09 | 0.10 | 0.23 | 6 | 0.14 | 0.73 |
| Hex | C4 | B2 | B0 | 0 | 9 | A | 17 | 6 | E | 49 |
| Octal | 304 | 262 | 260 | 0 | 11 | 12 | 27 | 6 | 16 | 111 |
| Binary | 11000100 | 10110010 | 10110000 | 0 | 1001 | 1010 | 10111 | 110 | 1110 | 1001001 |
Color Harmonies of #C4B2B0
Complementary color
Monochromatic Colors of #C4B2B0
Black with #C4B2B0
Text Example
Text Example
White with #C4B2B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B2B0; }
p { color: rgb(196,178,176); }
H1.HeaderClassName
{
color: #C4B2B0;
}
.AnyTagClassName
{
color: #C4B2B0;
}
</style>
background-color css
<style>
a { background-color: #C4B2B0; }
a { background-color: rgb(196,178,176); }
div.DivClassName
{
background-color: #C4B2B0;
}
.BgClassName
{
background-color: #C4B2B0;
}
</style>
border-color css
<style>
span { border-color: #C4B2B0; }
span { border-color: rgb(196,178,176); }
td.TdClassName
{
border-color: #C4B2B0;
}
.TagClassName
{
border-color: #C4B2B0;
}
</style>