Shades of Careys Pink #C59194
Tints of Careys Pink #C59194
RGB
CMYK
RGB Variations
Color information
#C59194 (or 0xC59194) is known color: Careys Pink. HEX triplet: C5, 91 and 94. RGB value is (197,145,148). Sum of RGB (Red+Green+Blue) = 197+145+148=490 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.20% from 490); Green value is 145 (57.03% from 255 or 29.59% from 490); Blue value is 148 (58.20% from 255 or 30.20% from 490); Max value from RGB is 197 - color contains mainly: red. Hex color #C59194 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C59194 is #3A6E6B. Grayscale: #A0A0A0. Windows color (decimal): -3829356 or 9736645. OLE color: 9736645.
HSL color Cylindrical-coordinate representation of color #C59194: hue angle of 356.54º 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 #C59194 is Cyan = 0, Magento = 0.26, Yellow = 0.25 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 145 | 148 | - |
| CMYK | 0 | 0.26 | 0.25 | 0.23 |
| HSL | 356.54º | 0.31% | 0.67% | - |
| HSV(B) | 356.54º | 0.26% | 0.77% | - |
| XYZ | 38.5 | 34.26 | 32.6 | - |
| YUV | 160.89 | 120.73 | 153.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 145 | 148 | 0 | 0.26 | 0.25 | 0.23 | 356.54 | 0.31 | 0.67 |
| Hex | C5 | 91 | 94 | 0 | 1A | 19 | 17 | 165 | 1F | 43 |
| Octal | 305 | 221 | 224 | 0 | 32 | 31 | 27 | 545 | 37 | 103 |
| Binary | 11000101 | 10010001 | 10010100 | 0 | 11010 | 11001 | 10111 | 101100101 | 11111 | 1000011 |
Color Harmonies of #C59194
Complementary color
Monochromatic Colors of #C59194
Black with #C59194
Text Example
Text Example
White with #C59194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59194; }
p { color: rgb(197,145,148); }
H1.HeaderClassName
{
color: #C59194;
}
.AnyTagClassName
{
color: #C59194;
}
</style>
background-color css
<style>
a { background-color: #C59194; }
a { background-color: rgb(197,145,148); }
div.DivClassName
{
background-color: #C59194;
}
.BgClassName
{
background-color: #C59194;
}
</style>
border-color css
<style>
span { border-color: #C59194; }
span { border-color: rgb(197,145,148); }
td.TdClassName
{
border-color: #C59194;
}
.TagClassName
{
border-color: #C59194;
}
</style>