Shades of Pink Swan #C3ABAB
Tints of Pink Swan #C3ABAB
RGB
CMYK
RGB Variations
Color information
#C3ABAB (or 0xC3ABAB) is known color: Pink Swan. HEX triplet: C3, AB and AB. RGB value is (195,171,171). Sum of RGB (Red+Green+Blue) = 195+171+171=537 (71% of max value = 765). Red value is 195 (76.56% from 255 or 36.31% from 537); Green value is 171 (67.19% from 255 or 31.84% from 537); Blue value is 171 (67.19% from 255 or 31.84% from 537); Max value from RGB is 195 - color contains mainly: red. Hex color #C3ABAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3ABAB is #3C5454. Grayscale: #B2B2B2. Windows color (decimal): -3953749 or 11250627. OLE color: 11250627.
HSL color Cylindrical-coordinate representation of color #C3ABAB: hue angle of 0º degrees, saturation: 0.17, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C3ABAB is Cyan = 0, Magento = 0.12, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 171 | 171 | - |
| CMYK | 0 | 0.12 | 0.12 | 0.24 |
| HSL | 0º | 0.17% | 0.72% | - |
| HSV(B) | 0º | 0.12% | 0.76% | - |
| XYZ | 44.42 | 43.67 | 44.62 | - |
| YUV | 178.18 | 123.95 | 140 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 171 | 171 | 0 | 0.12 | 0.12 | 0.24 | 0 | 0.17 | 0.72 |
| Hex | C3 | AB | AB | 0 | C | C | 18 | 0 | 11 | 48 |
| Octal | 303 | 253 | 253 | 0 | 14 | 14 | 30 | 0 | 21 | 110 |
| Binary | 11000011 | 10101011 | 10101011 | 0 | 1100 | 1100 | 11000 | 0 | 10001 | 1001000 |
Color Harmonies of #C3ABAB
Complementary color
Monochromatic Colors of #C3ABAB
Black with #C3ABAB
Text Example
Text Example
White with #C3ABAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3ABAB; }
p { color: rgb(195,171,171); }
H1.HeaderClassName
{
color: #C3ABAB;
}
.AnyTagClassName
{
color: #C3ABAB;
}
</style>
background-color css
<style>
a { background-color: #C3ABAB; }
a { background-color: rgb(195,171,171); }
div.DivClassName
{
background-color: #C3ABAB;
}
.BgClassName
{
background-color: #C3ABAB;
}
</style>
border-color css
<style>
span { border-color: #C3ABAB; }
span { border-color: rgb(195,171,171); }
td.TdClassName
{
border-color: #C3ABAB;
}
.TagClassName
{
border-color: #C3ABAB;
}
</style>