Shades of Careys Pink #C8959F
Tints of Careys Pink #C8959F
RGB
CMYK
RGB Variations
Color information
#C8959F (or 0xC8959F) is known color: Careys Pink. HEX triplet: C8, 95 and 9F. RGB value is (200,149,159). Sum of RGB (Red+Green+Blue) = 200+149+159=508 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.37% from 508); Green value is 149 (58.59% from 255 or 29.33% from 508); Blue value is 159 (62.5% from 255 or 31.30% from 508); Max value from RGB is 200 - color contains mainly: red. Hex color #C8959F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8959F is #376A60. Grayscale: #A5A5A5. Windows color (decimal): -3631713 or 10458568. OLE color: 10458568.
HSL color Cylindrical-coordinate representation of color #C8959F: hue angle of 348.24º degrees, saturation: 0.32, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C8959F is Cyan = 0, Magento = 0.26, Yellow = 0.20 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 149 | 159 | - |
| CMYK | 0 | 0.26 | 0.20 | 0.22 |
| HSL | 348.24º | 0.32% | 0.68% | - |
| HSV(B) | 348.24º | 0.26% | 0.78% | - |
| XYZ | 40.82 | 36.28 | 37.65 | - |
| YUV | 165.39 | 124.4 | 152.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 149 | 159 | 0 | 0.26 | 0.20 | 0.22 | 348.24 | 0.32 | 0.68 |
| Hex | C8 | 95 | 9F | 0 | 1A | 14 | 16 | 15C | 20 | 44 |
| Octal | 310 | 225 | 237 | 0 | 32 | 24 | 26 | 534 | 40 | 104 |
| Binary | 11001000 | 10010101 | 10011111 | 0 | 11010 | 10100 | 10110 | 101011100 | 100000 | 1000100 |
Color Harmonies of #C8959F
Complementary color
Monochromatic Colors of #C8959F
Black with #C8959F
Text Example
Text Example
White with #C8959F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8959F; }
p { color: rgb(200,149,159); }
H1.HeaderClassName
{
color: #C8959F;
}
.AnyTagClassName
{
color: #C8959F;
}
</style>
background-color css
<style>
a { background-color: #C8959F; }
a { background-color: rgb(200,149,159); }
div.DivClassName
{
background-color: #C8959F;
}
.BgClassName
{
background-color: #C8959F;
}
</style>
border-color css
<style>
span { border-color: #C8959F; }
span { border-color: rgb(200,149,159); }
td.TdClassName
{
border-color: #C8959F;
}
.TagClassName
{
border-color: #C8959F;
}
</style>