Shades of Careys Pink #C49093
Tints of Careys Pink #C49093
RGB
CMYK
RGB Variations
Color information
#C49093 (or 0xC49093) is known color: Careys Pink. HEX triplet: C4, 90 and 93. RGB value is (196,144,147). Sum of RGB (Red+Green+Blue) = 196+144+147=487 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.25% from 487); Green value is 144 (56.64% from 255 or 29.57% from 487); Blue value is 147 (57.81% from 255 or 30.18% from 487); Max value from RGB is 196 - color contains mainly: red. Hex color #C49093 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49093 is #3B6F6C. Grayscale: #9F9F9F. Windows color (decimal): -3895149 or 9670852. OLE color: 9670852.
HSL color Cylindrical-coordinate representation of color #C49093: 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.27%. Process color model (Four color, CMYK) of #C49093 is Cyan = 0, Magento = 0.27, Yellow = 0.25 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 144 | 147 | - |
| CMYK | 0 | 0.27 | 0.25 | 0.23 |
| HSL | 356.54º | 0.31% | 0.67% | - |
| HSV(B) | 356.54º | 0.27% | 0.77% | - |
| XYZ | 38 | 33.79 | 32.12 | - |
| YUV | 159.89 | 120.73 | 153.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 144 | 147 | 0 | 0.27 | 0.25 | 0.23 | 356.54 | 0.31 | 0.67 |
| Hex | C4 | 90 | 93 | 0 | 1B | 19 | 17 | 165 | 1F | 43 |
| Octal | 304 | 220 | 223 | 0 | 33 | 31 | 27 | 545 | 37 | 103 |
| Binary | 11000100 | 10010000 | 10010011 | 0 | 11011 | 11001 | 10111 | 101100101 | 11111 | 1000011 |
Color Harmonies of #C49093
Complementary color
Monochromatic Colors of #C49093
Black with #C49093
Text Example
Text Example
White with #C49093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49093; }
p { color: rgb(196,144,147); }
H1.HeaderClassName
{
color: #C49093;
}
.AnyTagClassName
{
color: #C49093;
}
</style>
background-color css
<style>
a { background-color: #C49093; }
a { background-color: rgb(196,144,147); }
div.DivClassName
{
background-color: #C49093;
}
.BgClassName
{
background-color: #C49093;
}
</style>
border-color css
<style>
span { border-color: #C49093; }
span { border-color: rgb(196,144,147); }
td.TdClassName
{
border-color: #C49093;
}
.TagClassName
{
border-color: #C49093;
}
</style>