Shades of Pink Swan #C9ACAC
Tints of Pink Swan #C9ACAC
RGB
CMYK
RGB Variations
Color information
#C9ACAC (or 0xC9ACAC) is known color: Pink Swan. HEX triplet: C9, AC and AC. RGB value is (201,172,172). Sum of RGB (Red+Green+Blue) = 201+172+172=545 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.88% from 545); Green value is 172 (67.58% from 255 or 31.56% from 545); Blue value is 172 (67.58% from 255 or 31.56% from 545); Max value from RGB is 201 - color contains mainly: red. Hex color #C9ACAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9ACAC is #365353. Grayscale: #B4B4B4. Windows color (decimal): -3560276 or 11316425. OLE color: 11316425.
HSL color Cylindrical-coordinate representation of color #C9ACAC: hue angle of 0º degrees, saturation: 0.21, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C9ACAC is Cyan = 0, Magento = 0.14, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
RGB | 201 | 172 | 172 | - |
CMYK | 0 | 0.14 | 0.14 | 0.21 |
HSL | 0º | 0.21% | 0.73% | - |
HSV(B) | 0º | 0.14% | 0.79% | - |
XYZ | 46.29 | 44.9 | 45.26 | - |
YUV | 180.67 | 123.11 | 142.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 172 | 172 | 0 | 0.14 | 0.14 | 0.21 | 0 | 0.21 | 0.73 |
Hex | C9 | AC | AC | 0 | E | E | 15 | 0 | 15 | 49 |
Octal | 311 | 254 | 254 | 0 | 16 | 16 | 25 | 0 | 25 | 111 |
Binary | 11001001 | 10101100 | 10101100 | 0 | 1110 | 1110 | 10101 | 0 | 10101 | 1001001 |
Color Harmonies of #C9ACAC
Complementary color
Monochromatic Colors of #C9ACAC
Black with #C9ACAC
Text Example
Text Example
White with #C9ACAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9ACAC; }
p { color: rgb(201,172,172); }
H1.HeaderClassName
{
color: #C9ACAC;
}
.AnyTagClassName
{
color: #C9ACAC;
}
</style>
background-color css
<style>
a { background-color: #C9ACAC; }
a { background-color: rgb(201,172,172); }
div.DivClassName
{
background-color: #C9ACAC;
}
.BgClassName
{
background-color: #C9ACAC;
}
</style>
border-color css
<style>
span { border-color: #C9ACAC; }
span { border-color: rgb(201,172,172); }
td.TdClassName
{
border-color: #C9ACAC;
}
.TagClassName
{
border-color: #C9ACAC;
}
</style>