Shades of Careys Pink #C59195
Tints of Careys Pink #C59195
RGB
CMYK
RGB Variations
Color information
#C59195 (or 0xC59195) is known color: Careys Pink. HEX triplet: C5, 91 and 95. RGB value is (197,145,149). Sum of RGB (Red+Green+Blue) = 197+145+149=491 (65% of max value = 765). Red value is 197 (77.34% from 255 or 40.12% from 491); Green value is 145 (57.03% from 255 or 29.53% from 491); Blue value is 149 (58.59% from 255 or 30.35% from 491); Max value from RGB is 197 - color contains mainly: red. Hex color #C59195 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C59195 is #3A6E6A. Grayscale: #A1A1A1. Windows color (decimal): -3829355 or 9802181. OLE color: 9802181.
HSL color Cylindrical-coordinate representation of color #C59195: hue angle of 355.38º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C59195 is Cyan = 0, Magento = 0.26, Yellow = 0.24 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 145 | 149 | - |
| CMYK | 0 | 0.26 | 0.24 | 0.23 |
| HSL | 355.38º | 0.31% | 0.67% | - |
| HSV(B) | 355.38º | 0.26% | 0.77% | - |
| XYZ | 38.58 | 34.29 | 33.02 | - |
| YUV | 161 | 121.23 | 153.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 145 | 149 | 0 | 0.26 | 0.24 | 0.23 | 355.38 | 0.31 | 0.67 |
| Hex | C5 | 91 | 95 | 0 | 1A | 18 | 17 | 163 | 1F | 43 |
| Octal | 305 | 221 | 225 | 0 | 32 | 30 | 27 | 543 | 37 | 103 |
| Binary | 11000101 | 10010001 | 10010101 | 0 | 11010 | 11000 | 10111 | 101100011 | 11111 | 1000011 |
Color Harmonies of #C59195
Complementary color
Monochromatic Colors of #C59195
Black with #C59195
Text Example
Text Example
White with #C59195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59195; }
p { color: rgb(197,145,149); }
H1.HeaderClassName
{
color: #C59195;
}
.AnyTagClassName
{
color: #C59195;
}
</style>
background-color css
<style>
a { background-color: #C59195; }
a { background-color: rgb(197,145,149); }
div.DivClassName
{
background-color: #C59195;
}
.BgClassName
{
background-color: #C59195;
}
</style>
border-color css
<style>
span { border-color: #C59195; }
span { border-color: rgb(197,145,149); }
td.TdClassName
{
border-color: #C59195;
}
.TagClassName
{
border-color: #C59195;
}
</style>