Shades of Pink Swan #C1B3B2
Tints of Pink Swan #C1B3B2
RGB
CMYK
RGB Variations
Color information
#C1B3B2 (or 0xC1B3B2) is known color: Pink Swan. HEX triplet: C1, B3 and B2. RGB value is (193,179,178). Sum of RGB (Red+Green+Blue) = 193+179+178=550 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.09% from 550); Green value is 179 (70.31% from 255 or 32.55% from 550); Blue value is 178 (69.92% from 255 or 32.36% from 550); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B3B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1B3B2 is #3E4C4D. Grayscale: #B7B7B7. Windows color (decimal): -4082766 or 11711425. OLE color: 11711425.
HSL color Cylindrical-coordinate representation of color #C1B3B2: hue angle of 4º degrees, saturation: 0.11, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C1B3B2 is Cyan = 0, Magento = 0.07, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 179 | 178 | - |
| CMYK | 0 | 0.07 | 0.08 | 0.24 |
| HSL | 4º | 0.11% | 0.73% | - |
| HSV(B) | 4º | 0.08% | 0.76% | - |
| XYZ | 46.15 | 46.79 | 48.72 | - |
| YUV | 183.07 | 125.14 | 135.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 179 | 178 | 0 | 0.07 | 0.08 | 0.24 | 4 | 0.11 | 0.73 |
| Hex | C1 | B3 | B2 | 0 | 7 | 8 | 18 | 4 | B | 49 |
| Octal | 301 | 263 | 262 | 0 | 7 | 10 | 30 | 4 | 13 | 111 |
| Binary | 11000001 | 10110011 | 10110010 | 0 | 111 | 1000 | 11000 | 100 | 1011 | 1001001 |
Color Harmonies of #C1B3B2
Complementary color
Monochromatic Colors of #C1B3B2
Black with #C1B3B2
Text Example
Text Example
White with #C1B3B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1B3B2; }
p { color: rgb(193,179,178); }
H1.HeaderClassName
{
color: #C1B3B2;
}
.AnyTagClassName
{
color: #C1B3B2;
}
</style>
background-color css
<style>
a { background-color: #C1B3B2; }
a { background-color: rgb(193,179,178); }
div.DivClassName
{
background-color: #C1B3B2;
}
.BgClassName
{
background-color: #C1B3B2;
}
</style>
border-color css
<style>
span { border-color: #C1B3B2; }
span { border-color: rgb(193,179,178); }
td.TdClassName
{
border-color: #C1B3B2;
}
.TagClassName
{
border-color: #C1B3B2;
}
</style>