Shades of Careys Pink #C59E9F
Tints of Careys Pink #C59E9F
RGB
CMYK
RGB Variations
Color information
#C59E9F (or 0xC59E9F) is known color: Careys Pink. HEX triplet: C5, 9E and 9F. RGB value is (197,158,159). Sum of RGB (Red+Green+Blue) = 197+158+159=514 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.33% from 514); Green value is 158 (62.11% from 255 or 30.74% from 514); Blue value is 159 (62.5% from 255 or 30.93% from 514); Max value from RGB is 197 - color contains mainly: red. Hex color #C59E9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C59E9F is #3A6160. Grayscale: #A9A9A9. Windows color (decimal): -3826017 or 10460869. OLE color: 10460869.
HSL color Cylindrical-coordinate representation of color #C59E9F: hue angle of 358.46º degrees, saturation: 0.25, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C59E9F is Cyan = 0, Magento = 0.20, Yellow = 0.19 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 158 | 159 | - |
| CMYK | 0 | 0.20 | 0.19 | 0.23 |
| HSL | 358.46º | 0.25% | 0.7% | - |
| HSV(B) | 358.46º | 0.2% | 0.77% | - |
| XYZ | 41.51 | 38.83 | 38.11 | - |
| YUV | 169.78 | 121.92 | 147.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 158 | 159 | 0 | 0.20 | 0.19 | 0.23 | 358.46 | 0.25 | 0.7 |
| Hex | C5 | 9E | 9F | 0 | 14 | 13 | 17 | 166 | 19 | 46 |
| Octal | 305 | 236 | 237 | 0 | 24 | 23 | 27 | 546 | 31 | 106 |
| Binary | 11000101 | 10011110 | 10011111 | 0 | 10100 | 10011 | 10111 | 101100110 | 11001 | 1000110 |
Color Harmonies of #C59E9F
Complementary color
Monochromatic Colors of #C59E9F
Black with #C59E9F
Text Example
Text Example
White with #C59E9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59E9F; }
p { color: rgb(197,158,159); }
H1.HeaderClassName
{
color: #C59E9F;
}
.AnyTagClassName
{
color: #C59E9F;
}
</style>
background-color css
<style>
a { background-color: #C59E9F; }
a { background-color: rgb(197,158,159); }
div.DivClassName
{
background-color: #C59E9F;
}
.BgClassName
{
background-color: #C59E9F;
}
</style>
border-color css
<style>
span { border-color: #C59E9F; }
span { border-color: rgb(197,158,159); }
td.TdClassName
{
border-color: #C59E9F;
}
.TagClassName
{
border-color: #C59E9F;
}
</style>