Shades of Careys Pink #C59399
Tints of Careys Pink #C59399
RGB
CMYK
RGB Variations
Color information
#C59399 (or 0xC59399) is known color: Careys Pink. HEX triplet: C5, 93 and 99. RGB value is (197,147,153). Sum of RGB (Red+Green+Blue) = 197+147+153=497 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.64% from 497); Green value is 147 (57.81% from 255 or 29.58% from 497); Blue value is 153 (60.16% from 255 or 30.78% from 497); Max value from RGB is 197 - color contains mainly: red. Hex color #C59399 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C59399 is #3A6C66. Grayscale: #A2A2A2. Windows color (decimal): -3828839 or 10064837. OLE color: 10064837.
HSL color Cylindrical-coordinate representation of color #C59399: hue angle of 352.8º degrees, saturation: 0.3, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C59399 is Cyan = 0, Magento = 0.25, Yellow = 0.22 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 147 | 153 | - |
| CMYK | 0 | 0.25 | 0.22 | 0.23 |
| HSL | 352.8º | 0.3% | 0.67% | - |
| HSV(B) | 352.8º | 0.25% | 0.77% | - |
| XYZ | 39.21 | 35.04 | 34.83 | - |
| YUV | 162.63 | 122.57 | 152.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 147 | 153 | 0 | 0.25 | 0.22 | 0.23 | 352.8 | 0.3 | 0.67 |
| Hex | C5 | 93 | 99 | 0 | 19 | 16 | 17 | 161 | 1E | 43 |
| Octal | 305 | 223 | 231 | 0 | 31 | 26 | 27 | 541 | 36 | 103 |
| Binary | 11000101 | 10010011 | 10011001 | 0 | 11001 | 10110 | 10111 | 101100001 | 11110 | 1000011 |
Color Harmonies of #C59399
Complementary color
Monochromatic Colors of #C59399
Black with #C59399
Text Example
Text Example
White with #C59399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59399; }
p { color: rgb(197,147,153); }
H1.HeaderClassName
{
color: #C59399;
}
.AnyTagClassName
{
color: #C59399;
}
</style>
background-color css
<style>
a { background-color: #C59399; }
a { background-color: rgb(197,147,153); }
div.DivClassName
{
background-color: #C59399;
}
.BgClassName
{
background-color: #C59399;
}
</style>
border-color css
<style>
span { border-color: #C59399; }
span { border-color: rgb(197,147,153); }
td.TdClassName
{
border-color: #C59399;
}
.TagClassName
{
border-color: #C59399;
}
</style>