Shades of Careys Pink #C99FAC
Tints of Careys Pink #C99FAC
RGB
CMYK
RGB Variations
Color information
#C99FAC (or 0xC99FAC) is known color: Careys Pink. HEX triplet: C9, 9F and AC. RGB value is (201,159,172). Sum of RGB (Red+Green+Blue) = 201+159+172=532 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.78% from 532); Green value is 159 (62.5% from 255 or 29.89% from 532); Blue value is 172 (67.58% from 255 or 32.33% from 532); Max value from RGB is 201 - color contains mainly: red. Hex color #C99FAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99FAC is #366053. Grayscale: #ADADAD. Windows color (decimal): -3563604 or 11313097. OLE color: 11313097.
HSL color Cylindrical-coordinate representation of color #C99FAC: hue angle of 341.43º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C99FAC is Cyan = 0, Magento = 0.21, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 159 | 172 | - |
| CMYK | 0 | 0.21 | 0.14 | 0.21 |
| HSL | 341.43º | 0.28% | 0.71% | - |
| HSV(B) | 341.43º | 0.21% | 0.79% | - |
| XYZ | 43.93 | 40.19 | 44.47 | - |
| YUV | 173.04 | 127.41 | 147.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 159 | 172 | 0 | 0.21 | 0.14 | 0.21 | 341.43 | 0.28 | 0.71 |
| Hex | C9 | 9F | AC | 0 | 15 | E | 15 | 155 | 1C | 47 |
| Octal | 311 | 237 | 254 | 0 | 25 | 16 | 25 | 525 | 34 | 107 |
| Binary | 11001001 | 10011111 | 10101100 | 0 | 10101 | 1110 | 10101 | 101010101 | 11100 | 1000111 |
Color Harmonies of #C99FAC
Complementary color
Monochromatic Colors of #C99FAC
Black with #C99FAC
Text Example
Text Example
White with #C99FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99FAC; }
p { color: rgb(201,159,172); }
H1.HeaderClassName
{
color: #C99FAC;
}
.AnyTagClassName
{
color: #C99FAC;
}
</style>
background-color css
<style>
a { background-color: #C99FAC; }
a { background-color: rgb(201,159,172); }
div.DivClassName
{
background-color: #C99FAC;
}
.BgClassName
{
background-color: #C99FAC;
}
</style>
border-color css
<style>
span { border-color: #C99FAC; }
span { border-color: rgb(201,159,172); }
td.TdClassName
{
border-color: #C99FAC;
}
.TagClassName
{
border-color: #C99FAC;
}
</style>