Shades of Pink Swan #C0B2B1
Tints of Pink Swan #C0B2B1
RGB
CMYK
RGB Variations
Color information
#C0B2B1 (or 0xC0B2B1) is known color: Pink Swan. HEX triplet: C0, B2 and B1. RGB value is (192,178,177). Sum of RGB (Red+Green+Blue) = 192+178+177=547 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.10% from 547); Green value is 178 (69.92% from 255 or 32.54% from 547); Blue value is 177 (69.53% from 255 or 32.36% from 547); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B2B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0B2B1 is #3F4D4E. Grayscale: #B6B6B6. Windows color (decimal): -4148559 or 11645632. OLE color: 11645632.
HSL color Cylindrical-coordinate representation of color #C0B2B1: hue angle of 4º degrees, saturation: 0.11, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C0B2B1 is Cyan = 0, Magento = 0.07, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 178 | 177 | - |
| CMYK | 0 | 0.07 | 0.08 | 0.25 |
| HSL | 4º | 0.11% | 0.72% | - |
| HSV(B) | 4º | 0.08% | 0.75% | - |
| XYZ | 45.59 | 46.22 | 48.11 | - |
| YUV | 182.07 | 125.14 | 135.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 178 | 177 | 0 | 0.07 | 0.08 | 0.25 | 4 | 0.11 | 0.72 |
| Hex | C0 | B2 | B1 | 0 | 7 | 8 | 19 | 4 | B | 48 |
| Octal | 300 | 262 | 261 | 0 | 7 | 10 | 31 | 4 | 13 | 110 |
| Binary | 11000000 | 10110010 | 10110001 | 0 | 111 | 1000 | 11001 | 100 | 1011 | 1001000 |
Color Harmonies of #C0B2B1
Complementary color
Monochromatic Colors of #C0B2B1
Black with #C0B2B1
Text Example
Text Example
White with #C0B2B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B2B1; }
p { color: rgb(192,178,177); }
H1.HeaderClassName
{
color: #C0B2B1;
}
.AnyTagClassName
{
color: #C0B2B1;
}
</style>
background-color css
<style>
a { background-color: #C0B2B1; }
a { background-color: rgb(192,178,177); }
div.DivClassName
{
background-color: #C0B2B1;
}
.BgClassName
{
background-color: #C0B2B1;
}
</style>
border-color css
<style>
span { border-color: #C0B2B1; }
span { border-color: rgb(192,178,177); }
td.TdClassName
{
border-color: #C0B2B1;
}
.TagClassName
{
border-color: #C0B2B1;
}
</style>