Shades of Pink Swan #C0B3AF
Tints of Pink Swan #C0B3AF
RGB
CMYK
RGB Variations
Color information
#C0B3AF (or 0xC0B3AF) is known color: Pink Swan. HEX triplet: C0, B3 and AF. RGB value is (192,179,175). Sum of RGB (Red+Green+Blue) = 192+179+175=546 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.16% from 546); Green value is 179 (70.31% from 255 or 32.78% from 546); Blue value is 175 (68.75% from 255 or 32.05% from 546); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B3AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0B3AF is #3F4C50. Grayscale: #B6B6B6. Windows color (decimal): -4148305 or 11514816. OLE color: 11514816.
HSL color Cylindrical-coordinate representation of color #C0B3AF: hue angle of 14.12º degrees, saturation: 0.12, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C0B3AF is Cyan = 0, Magento = 0.07, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 179 | 175 | - |
| CMYK | 0 | 0.07 | 0.09 | 0.25 |
| HSL | 14.12º | 0.12% | 0.72% | - |
| HSV(B) | 14.12º | 0.09% | 0.75% | - |
| XYZ | 45.6 | 46.54 | 47.14 | - |
| YUV | 182.43 | 123.81 | 134.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 179 | 175 | 0 | 0.07 | 0.09 | 0.25 | 14.12 | 0.12 | 0.72 |
| Hex | C0 | B3 | AF | 0 | 7 | 9 | 19 | E | C | 48 |
| Octal | 300 | 263 | 257 | 0 | 7 | 11 | 31 | 16 | 14 | 110 |
| Binary | 11000000 | 10110011 | 10101111 | 0 | 111 | 1001 | 11001 | 1110 | 1100 | 1001000 |
Color Harmonies of #C0B3AF
Complementary color
Monochromatic Colors of #C0B3AF
Black with #C0B3AF
Text Example
Text Example
White with #C0B3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B3AF; }
p { color: rgb(192,179,175); }
H1.HeaderClassName
{
color: #C0B3AF;
}
.AnyTagClassName
{
color: #C0B3AF;
}
</style>
background-color css
<style>
a { background-color: #C0B3AF; }
a { background-color: rgb(192,179,175); }
div.DivClassName
{
background-color: #C0B3AF;
}
.BgClassName
{
background-color: #C0B3AF;
}
</style>
border-color css
<style>
span { border-color: #C0B3AF; }
span { border-color: rgb(192,179,175); }
td.TdClassName
{
border-color: #C0B3AF;
}
.TagClassName
{
border-color: #C0B3AF;
}
</style>