Shades of Pink Swan #C8ABAB
Tints of Pink Swan #C8ABAB
RGB
CMYK
RGB Variations
Color information
#C8ABAB (or 0xC8ABAB) is known color: Pink Swan. HEX triplet: C8, AB and AB. RGB value is (200,171,171). Sum of RGB (Red+Green+Blue) = 200+171+171=542 (71% of max value = 765). Red value is 200 (78.52% from 255 or 36.90% from 542); Green value is 171 (67.19% from 255 or 31.55% from 542); Blue value is 171 (67.19% from 255 or 31.55% from 542); Max value from RGB is 200 - color contains mainly: red. Hex color #C8ABAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8ABAB is #375454. Grayscale: #B3B3B3. Windows color (decimal): -3626069 or 11250632. OLE color: 11250632.
HSL color Cylindrical-coordinate representation of color #C8ABAB: hue angle of 0º degrees, saturation: 0.21, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C8ABAB is Cyan = 0, Magento = 0.14, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 171 | 171 | - |
| CMYK | 0 | 0.14 | 0.14 | 0.22 |
| HSL | 0º | 0.21% | 0.73% | - |
| HSV(B) | 0º | 0.15% | 0.78% | - |
| XYZ | 45.73 | 44.35 | 44.68 | - |
| YUV | 179.67 | 123.11 | 142.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 171 | 171 | 0 | 0.14 | 0.14 | 0.22 | 0 | 0.21 | 0.73 |
| Hex | C8 | AB | AB | 0 | E | E | 16 | 0 | 15 | 49 |
| Octal | 310 | 253 | 253 | 0 | 16 | 16 | 26 | 0 | 25 | 111 |
| Binary | 11001000 | 10101011 | 10101011 | 0 | 1110 | 1110 | 10110 | 0 | 10101 | 1001001 |
Color Harmonies of #C8ABAB
Complementary color
Monochromatic Colors of #C8ABAB
Black with #C8ABAB
Text Example
Text Example
White with #C8ABAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8ABAB; }
p { color: rgb(200,171,171); }
H1.HeaderClassName
{
color: #C8ABAB;
}
.AnyTagClassName
{
color: #C8ABAB;
}
</style>
background-color css
<style>
a { background-color: #C8ABAB; }
a { background-color: rgb(200,171,171); }
div.DivClassName
{
background-color: #C8ABAB;
}
.BgClassName
{
background-color: #C8ABAB;
}
</style>
border-color css
<style>
span { border-color: #C8ABAB; }
span { border-color: rgb(200,171,171); }
td.TdClassName
{
border-color: #C8ABAB;
}
.TagClassName
{
border-color: #C8ABAB;
}
</style>