Shades of Careys Pink #C8959D
Tints of Careys Pink #C8959D
RGB
CMYK
RGB Variations
Color information
#C8959D (or 0xC8959D) is known color: Careys Pink. HEX triplet: C8, 95 and 9D. RGB value is (200,149,157). Sum of RGB (Red+Green+Blue) = 200+149+157=506 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.53% from 506); Green value is 149 (58.59% from 255 or 29.45% from 506); Blue value is 157 (61.72% from 255 or 31.03% from 506); Max value from RGB is 200 - color contains mainly: red. Hex color #C8959D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8959D is #376A62. Grayscale: #A5A5A5. Windows color (decimal): -3631715 or 10327496. OLE color: 10327496.
HSL color Cylindrical-coordinate representation of color #C8959D: hue angle of 350.59º 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 #C8959D is Cyan = 0, Magento = 0.26, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 149 | 157 | - |
| CMYK | 0 | 0.26 | 0.22 | 0.22 |
| HSL | 350.59º | 0.32% | 0.68% | - |
| HSV(B) | 350.59º | 0.26% | 0.78% | - |
| XYZ | 40.65 | 36.21 | 36.74 | - |
| YUV | 165.16 | 123.4 | 152.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 149 | 157 | 0 | 0.26 | 0.22 | 0.22 | 350.59 | 0.32 | 0.68 |
| Hex | C8 | 95 | 9D | 0 | 1A | 16 | 16 | 15F | 20 | 44 |
| Octal | 310 | 225 | 235 | 0 | 32 | 26 | 26 | 537 | 40 | 104 |
| Binary | 11001000 | 10010101 | 10011101 | 0 | 11010 | 10110 | 10110 | 101011111 | 100000 | 1000100 |
Color Harmonies of #C8959D
Complementary color
Monochromatic Colors of #C8959D
Black with #C8959D
Text Example
Text Example
White with #C8959D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8959D; }
p { color: rgb(200,149,157); }
H1.HeaderClassName
{
color: #C8959D;
}
.AnyTagClassName
{
color: #C8959D;
}
</style>
background-color css
<style>
a { background-color: #C8959D; }
a { background-color: rgb(200,149,157); }
div.DivClassName
{
background-color: #C8959D;
}
.BgClassName
{
background-color: #C8959D;
}
</style>
border-color css
<style>
span { border-color: #C8959D; }
span { border-color: rgb(200,149,157); }
td.TdClassName
{
border-color: #C8959D;
}
.TagClassName
{
border-color: #C8959D;
}
</style>