Shades of Pink Swan #C0B2AF
Tints of Pink Swan #C0B2AF
RGB
CMYK
RGB Variations
Color information
#C0B2AF (or 0xC0B2AF) is known color: Pink Swan. HEX triplet: C0, B2 and AF. RGB value is (192,178,175). Sum of RGB (Red+Green+Blue) = 192+178+175=545 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.23% from 545); Green value is 178 (69.92% from 255 or 32.66% from 545); Blue value is 175 (68.75% from 255 or 32.11% from 545); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B2AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0B2AF is #3F4D50. Grayscale: #B5B5B5. Windows color (decimal): -4148561 or 11514560. OLE color: 11514560.
HSL color Cylindrical-coordinate representation of color #C0B2AF: hue angle of 10.59º 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 #C0B2AF is Cyan = 0, Magento = 0.07, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 178 | 175 | - |
| CMYK | 0 | 0.07 | 0.09 | 0.25 |
| HSL | 10.59º | 0.12% | 0.72% | - |
| HSV(B) | 10.59º | 0.09% | 0.75% | - |
| XYZ | 45.4 | 46.14 | 47.07 | - |
| YUV | 181.84 | 124.14 | 135.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 178 | 175 | 0 | 0.07 | 0.09 | 0.25 | 10.59 | 0.12 | 0.72 |
| Hex | C0 | B2 | AF | 0 | 7 | 9 | 19 | B | C | 48 |
| Octal | 300 | 262 | 257 | 0 | 7 | 11 | 31 | 13 | 14 | 110 |
| Binary | 11000000 | 10110010 | 10101111 | 0 | 111 | 1001 | 11001 | 1011 | 1100 | 1001000 |
Color Harmonies of #C0B2AF
Complementary color
Monochromatic Colors of #C0B2AF
Black with #C0B2AF
Text Example
Text Example
White with #C0B2AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B2AF; }
p { color: rgb(192,178,175); }
H1.HeaderClassName
{
color: #C0B2AF;
}
.AnyTagClassName
{
color: #C0B2AF;
}
</style>
background-color css
<style>
a { background-color: #C0B2AF; }
a { background-color: rgb(192,178,175); }
div.DivClassName
{
background-color: #C0B2AF;
}
.BgClassName
{
background-color: #C0B2AF;
}
</style>
border-color css
<style>
span { border-color: #C0B2AF; }
span { border-color: rgb(192,178,175); }
td.TdClassName
{
border-color: #C0B2AF;
}
.TagClassName
{
border-color: #C0B2AF;
}
</style>