Shades of Careys Pink #C59D9E
Tints of Careys Pink #C59D9E
RGB
CMYK
RGB Variations
Color information
#C59D9E (or 0xC59D9E) is known color: Careys Pink. HEX triplet: C5, 9D and 9E. RGB value is (197,157,158). Sum of RGB (Red+Green+Blue) = 197+157+158=512 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.48% from 512); Green value is 157 (61.72% from 255 or 30.66% from 512); Blue value is 158 (62.11% from 255 or 30.86% from 512); Max value from RGB is 197 - color contains mainly: red. Hex color #C59D9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C59D9E is #3A6261. Grayscale: #A9A9A9. Windows color (decimal): -3826274 or 10395077. OLE color: 10395077.
HSL color Cylindrical-coordinate representation of color #C59D9E: hue angle of 358.5º degrees, saturation: 0.26, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C59D9E is Cyan = 0, Magento = 0.20, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 157 | 158 | - |
| CMYK | 0 | 0.20 | 0.20 | 0.23 |
| HSL | 358.5º | 0.26% | 0.69% | - |
| HSV(B) | 358.5º | 0.2% | 0.77% | - |
| XYZ | 41.25 | 38.45 | 37.6 | - |
| YUV | 169.07 | 121.75 | 147.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 157 | 158 | 0 | 0.20 | 0.20 | 0.23 | 358.5 | 0.26 | 0.69 |
| Hex | C5 | 9D | 9E | 0 | 14 | 14 | 17 | 166 | 1A | 45 |
| Octal | 305 | 235 | 236 | 0 | 24 | 24 | 27 | 546 | 32 | 105 |
| Binary | 11000101 | 10011101 | 10011110 | 0 | 10100 | 10100 | 10111 | 101100110 | 11010 | 1000101 |
Color Harmonies of #C59D9E
Complementary color
Monochromatic Colors of #C59D9E
Black with #C59D9E
Text Example
Text Example
White with #C59D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59D9E; }
p { color: rgb(197,157,158); }
H1.HeaderClassName
{
color: #C59D9E;
}
.AnyTagClassName
{
color: #C59D9E;
}
</style>
background-color css
<style>
a { background-color: #C59D9E; }
a { background-color: rgb(197,157,158); }
div.DivClassName
{
background-color: #C59D9E;
}
.BgClassName
{
background-color: #C59D9E;
}
</style>
border-color css
<style>
span { border-color: #C59D9E; }
span { border-color: rgb(197,157,158); }
td.TdClassName
{
border-color: #C59D9E;
}
.TagClassName
{
border-color: #C59D9E;
}
</style>