Shades of Careys Pink #C49193
Tints of Careys Pink #C49193
RGB
CMYK
RGB Variations
Color information
#C49193 (or 0xC49193) is known color: Careys Pink. HEX triplet: C4, 91 and 93. RGB value is (196,145,147). Sum of RGB (Red+Green+Blue) = 196+145+147=488 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.16% from 488); Green value is 145 (57.03% from 255 or 29.71% from 488); Blue value is 147 (57.81% from 255 or 30.12% from 488); Max value from RGB is 196 - color contains mainly: red. Hex color #C49193 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49193 is #3B6E6C. Grayscale: #A0A0A0. Windows color (decimal): -3894893 or 9671108. OLE color: 9671108.
HSL color Cylindrical-coordinate representation of color #C49193: hue angle of 357.65º degrees, saturation: 0.3, 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 #C49193 is Cyan = 0, Magento = 0.26, Yellow = 0.25 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 145 | 147 | - |
| CMYK | 0 | 0.26 | 0.25 | 0.23 |
| HSL | 357.65º | 0.3% | 0.67% | - |
| HSV(B) | 357.65º | 0.26% | 0.77% | - |
| XYZ | 38.16 | 34.09 | 32.17 | - |
| YUV | 160.48 | 120.4 | 153.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 145 | 147 | 0 | 0.26 | 0.25 | 0.23 | 357.65 | 0.3 | 0.67 |
| Hex | C4 | 91 | 93 | 0 | 1A | 19 | 17 | 166 | 1E | 43 |
| Octal | 304 | 221 | 223 | 0 | 32 | 31 | 27 | 546 | 36 | 103 |
| Binary | 11000100 | 10010001 | 10010011 | 0 | 11010 | 11001 | 10111 | 101100110 | 11110 | 1000011 |
Color Harmonies of #C49193
Complementary color
Monochromatic Colors of #C49193
Black with #C49193
Text Example
Text Example
White with #C49193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49193; }
p { color: rgb(196,145,147); }
H1.HeaderClassName
{
color: #C49193;
}
.AnyTagClassName
{
color: #C49193;
}
</style>
background-color css
<style>
a { background-color: #C49193; }
a { background-color: rgb(196,145,147); }
div.DivClassName
{
background-color: #C49193;
}
.BgClassName
{
background-color: #C49193;
}
</style>
border-color css
<style>
span { border-color: #C49193; }
span { border-color: rgb(196,145,147); }
td.TdClassName
{
border-color: #C49193;
}
.TagClassName
{
border-color: #C49193;
}
</style>