Shades of Careys Pink #C59394
Tints of Careys Pink #C59394
RGB
CMYK
RGB Variations
Color information
#C59394 (or 0xC59394) is known color: Careys Pink. HEX triplet: C5, 93 and 94. RGB value is (197,147,148). Sum of RGB (Red+Green+Blue) = 197+147+148=492 (65% of max value = 765). Red value is 197 (77.34% from 255 or 40.04% from 492); Green value is 147 (57.81% from 255 or 29.88% from 492); Blue value is 148 (58.20% from 255 or 30.08% from 492); Max value from RGB is 197 - color contains mainly: red. Hex color #C59394 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C59394 is #3A6C6B. Grayscale: #A2A2A2. Windows color (decimal): -3828844 or 9737157. OLE color: 9737157.
HSL color Cylindrical-coordinate representation of color #C59394: hue angle of 358.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 #C59394 is Cyan = 0, Magento = 0.25, Yellow = 0.25 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 147 | 148 | - |
| CMYK | 0 | 0.25 | 0.25 | 0.23 |
| HSL | 358.8º | 0.3% | 0.67% | - |
| HSV(B) | 358.8º | 0.25% | 0.77% | - |
| XYZ | 38.8 | 34.88 | 32.7 | - |
| YUV | 162.06 | 120.07 | 152.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 147 | 148 | 0 | 0.25 | 0.25 | 0.23 | 358.8 | 0.3 | 0.67 |
| Hex | C5 | 93 | 94 | 0 | 19 | 19 | 17 | 167 | 1E | 43 |
| Octal | 305 | 223 | 224 | 0 | 31 | 31 | 27 | 547 | 36 | 103 |
| Binary | 11000101 | 10010011 | 10010100 | 0 | 11001 | 11001 | 10111 | 101100111 | 11110 | 1000011 |
Color Harmonies of #C59394
Complementary color
Monochromatic Colors of #C59394
Black with #C59394
Text Example
Text Example
White with #C59394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59394; }
p { color: rgb(197,147,148); }
H1.HeaderClassName
{
color: #C59394;
}
.AnyTagClassName
{
color: #C59394;
}
</style>
background-color css
<style>
a { background-color: #C59394; }
a { background-color: rgb(197,147,148); }
div.DivClassName
{
background-color: #C59394;
}
.BgClassName
{
background-color: #C59394;
}
</style>
border-color css
<style>
span { border-color: #C59394; }
span { border-color: rgb(197,147,148); }
td.TdClassName
{
border-color: #C59394;
}
.TagClassName
{
border-color: #C59394;
}
</style>