Shades of Careys Pink #C9959F
Tints of Careys Pink #C9959F
RGB
CMYK
RGB Variations
Color information
#C9959F (or 0xC9959F) is known color: Careys Pink. HEX triplet: C9, 95 and 9F. RGB value is (201,149,159). Sum of RGB (Red+Green+Blue) = 201+149+159=509 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.49% from 509); Green value is 149 (58.59% from 255 or 29.27% from 509); Blue value is 159 (62.5% from 255 or 31.24% from 509); Max value from RGB is 201 - color contains mainly: red. Hex color #C9959F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9959F is #366A60. Grayscale: #A5A5A5. Windows color (decimal): -3566177 or 10458569. OLE color: 10458569.
HSL color Cylindrical-coordinate representation of color #C9959F: hue angle of 348.46º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C9959F is Cyan = 0, Magento = 0.26, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 149 | 159 | - |
| CMYK | 0 | 0.26 | 0.21 | 0.21 |
| HSL | 348.46º | 0.33% | 0.69% | - |
| HSV(B) | 348.46º | 0.26% | 0.79% | - |
| XYZ | 41.09 | 36.42 | 37.66 | - |
| YUV | 165.69 | 124.23 | 153.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 149 | 159 | 0 | 0.26 | 0.21 | 0.21 | 348.46 | 0.33 | 0.69 |
| Hex | C9 | 95 | 9F | 0 | 1A | 15 | 15 | 15C | 20 | 45 |
| Octal | 311 | 225 | 237 | 0 | 32 | 25 | 25 | 534 | 40 | 105 |
| Binary | 11001001 | 10010101 | 10011111 | 0 | 11010 | 10101 | 10101 | 101011100 | 100000 | 1000101 |
Color Harmonies of #C9959F
Complementary color
Monochromatic Colors of #C9959F
Black with #C9959F
Text Example
Text Example
White with #C9959F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9959F; }
p { color: rgb(201,149,159); }
H1.HeaderClassName
{
color: #C9959F;
}
.AnyTagClassName
{
color: #C9959F;
}
</style>
background-color css
<style>
a { background-color: #C9959F; }
a { background-color: rgb(201,149,159); }
div.DivClassName
{
background-color: #C9959F;
}
.BgClassName
{
background-color: #C9959F;
}
</style>
border-color css
<style>
span { border-color: #C9959F; }
span { border-color: rgb(201,149,159); }
td.TdClassName
{
border-color: #C9959F;
}
.TagClassName
{
border-color: #C9959F;
}
</style>