Shades of Careys Pink #C8959B
Tints of Careys Pink #C8959B
RGB
CMYK
RGB Variations
Color information
#C8959B (or 0xC8959B) is known color: Careys Pink. HEX triplet: C8, 95 and 9B. RGB value is (200,149,155). Sum of RGB (Red+Green+Blue) = 200+149+155=504 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.68% from 504); Green value is 149 (58.59% from 255 or 29.56% from 504); Blue value is 155 (60.94% from 255 or 30.75% from 504); Max value from RGB is 200 - color contains mainly: red. Hex color #C8959B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8959B is #376A64. Grayscale: #A4A4A4. Windows color (decimal): -3631717 or 10196424. OLE color: 10196424.
HSL color Cylindrical-coordinate representation of color #C8959B: hue angle of 352.94º 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 #C8959B is Cyan = 0, Magento = 0.26, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 149 | 155 | - |
| CMYK | 0 | 0.26 | 0.22 | 0.22 |
| HSL | 352.94º | 0.32% | 0.68% | - |
| HSV(B) | 352.94º | 0.26% | 0.78% | - |
| XYZ | 40.48 | 36.14 | 35.85 | - |
| YUV | 164.93 | 122.4 | 153.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 149 | 155 | 0 | 0.26 | 0.22 | 0.22 | 352.94 | 0.32 | 0.68 |
| Hex | C8 | 95 | 9B | 0 | 1A | 16 | 16 | 161 | 20 | 44 |
| Octal | 310 | 225 | 233 | 0 | 32 | 26 | 26 | 541 | 40 | 104 |
| Binary | 11001000 | 10010101 | 10011011 | 0 | 11010 | 10110 | 10110 | 101100001 | 100000 | 1000100 |
Color Harmonies of #C8959B
Complementary color
Monochromatic Colors of #C8959B
Black with #C8959B
Text Example
Text Example
White with #C8959B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8959B; }
p { color: rgb(200,149,155); }
H1.HeaderClassName
{
color: #C8959B;
}
.AnyTagClassName
{
color: #C8959B;
}
</style>
background-color css
<style>
a { background-color: #C8959B; }
a { background-color: rgb(200,149,155); }
div.DivClassName
{
background-color: #C8959B;
}
.BgClassName
{
background-color: #C8959B;
}
</style>
border-color css
<style>
span { border-color: #C8959B; }
span { border-color: rgb(200,149,155); }
td.TdClassName
{
border-color: #C8959B;
}
.TagClassName
{
border-color: #C8959B;
}
</style>