Shades of Pink Swan #C5B0AF
Tints of Pink Swan #C5B0AF
RGB
CMYK
RGB Variations
Color information
#C5B0AF (or 0xC5B0AF) is known color: Pink Swan. HEX triplet: C5, B0 and AF. RGB value is (197,176,175). Sum of RGB (Red+Green+Blue) = 197+176+175=548 (72% of max value = 765). Red value is 197 (77.34% from 255 or 35.95% from 548); Green value is 176 (69.14% from 255 or 32.12% from 548); Blue value is 175 (68.75% from 255 or 31.93% from 548); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B0AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5B0AF is #3A4F50. Grayscale: #B6B6B6. Windows color (decimal): -3821393 or 11514053. OLE color: 11514053.
HSL color Cylindrical-coordinate representation of color #C5B0AF: hue angle of 2.73º degrees, saturation: 0.16, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C5B0AF is Cyan = 0, Magento = 0.11, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 176 | 175 | - |
| CMYK | 0 | 0.11 | 0.11 | 0.23 |
| HSL | 2.73º | 0.16% | 0.73% | - |
| HSV(B) | 2.73º | 0.11% | 0.77% | - |
| XYZ | 46.29 | 46.02 | 47 | - |
| YUV | 182.17 | 123.96 | 138.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 176 | 175 | 0 | 0.11 | 0.11 | 0.23 | 2.73 | 0.16 | 0.73 |
| Hex | C5 | B0 | AF | 0 | B | B | 17 | 3 | 10 | 49 |
| Octal | 305 | 260 | 257 | 0 | 13 | 13 | 27 | 3 | 20 | 111 |
| Binary | 11000101 | 10110000 | 10101111 | 0 | 1011 | 1011 | 10111 | 11 | 10000 | 1001001 |
Color Harmonies of #C5B0AF
Complementary color
Monochromatic Colors of #C5B0AF
Black with #C5B0AF
Text Example
Text Example
White with #C5B0AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B0AF; }
p { color: rgb(197,176,175); }
H1.HeaderClassName
{
color: #C5B0AF;
}
.AnyTagClassName
{
color: #C5B0AF;
}
</style>
background-color css
<style>
a { background-color: #C5B0AF; }
a { background-color: rgb(197,176,175); }
div.DivClassName
{
background-color: #C5B0AF;
}
.BgClassName
{
background-color: #C5B0AF;
}
</style>
border-color css
<style>
span { border-color: #C5B0AF; }
span { border-color: rgb(197,176,175); }
td.TdClassName
{
border-color: #C5B0AF;
}
.TagClassName
{
border-color: #C5B0AF;
}
</style>