Shades of Careys Pink #C5959B
Tints of Careys Pink #C5959B
RGB
CMYK
RGB Variations
Color information
#C5959B (or 0xC5959B) is known color: Careys Pink. HEX triplet: C5, 95 and 9B. RGB value is (197,149,155). Sum of RGB (Red+Green+Blue) = 197+149+155=501 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.32% from 501); Green value is 149 (58.59% from 255 or 29.74% from 501); Blue value is 155 (60.94% from 255 or 30.94% from 501); Max value from RGB is 197 - color contains mainly: red. Hex color #C5959B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5959B is #3A6A64. Grayscale: #A4A4A4. Windows color (decimal): -3828325 or 10196421. OLE color: 10196421.
HSL color Cylindrical-coordinate representation of color #C5959B: hue angle of 352.5º degrees, saturation: 0.29, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C5959B is Cyan = 0, Magento = 0.24, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 149 | 155 | - |
| CMYK | 0 | 0.24 | 0.21 | 0.23 |
| HSL | 352.5º | 0.29% | 0.68% | - |
| HSV(B) | 352.5º | 0.24% | 0.77% | - |
| XYZ | 39.69 | 35.73 | 35.82 | - |
| YUV | 164.04 | 122.9 | 151.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 149 | 155 | 0 | 0.24 | 0.21 | 0.23 | 352.5 | 0.29 | 0.68 |
| Hex | C5 | 95 | 9B | 0 | 18 | 15 | 17 | 160 | 1D | 44 |
| Octal | 305 | 225 | 233 | 0 | 30 | 25 | 27 | 540 | 35 | 104 |
| Binary | 11000101 | 10010101 | 10011011 | 0 | 11000 | 10101 | 10111 | 101100000 | 11101 | 1000100 |
Color Harmonies of #C5959B
Complementary color
Monochromatic Colors of #C5959B
Black with #C5959B
Text Example
Text Example
White with #C5959B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5959B; }
p { color: rgb(197,149,155); }
H1.HeaderClassName
{
color: #C5959B;
}
.AnyTagClassName
{
color: #C5959B;
}
</style>
background-color css
<style>
a { background-color: #C5959B; }
a { background-color: rgb(197,149,155); }
div.DivClassName
{
background-color: #C5959B;
}
.BgClassName
{
background-color: #C5959B;
}
</style>
border-color css
<style>
span { border-color: #C5959B; }
span { border-color: rgb(197,149,155); }
td.TdClassName
{
border-color: #C5959B;
}
.TagClassName
{
border-color: #C5959B;
}
</style>