Shades of Careys Pink #C49092
Tints of Careys Pink #C49092
RGB
CMYK
RGB Variations
Color information
#C49092 (or 0xC49092) is known color: Careys Pink. HEX triplet: C4, 90 and 92. RGB value is (196,144,146). Sum of RGB (Red+Green+Blue) = 196+144+146=486 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.33% from 486); Green value is 144 (56.64% from 255 or 29.63% from 486); Blue value is 146 (57.42% from 255 or 30.04% from 486); Max value from RGB is 196 - color contains mainly: red. Hex color #C49092 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49092 is #3B6F6D. Grayscale: #9F9F9F. Windows color (decimal): -3895150 or 9605316. OLE color: 9605316.
HSL color Cylindrical-coordinate representation of color #C49092: hue angle of 357.69º 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 #C49092 is Cyan = 0, Magento = 0.27, Yellow = 0.26 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 144 | 146 | - |
| CMYK | 0 | 0.27 | 0.26 | 0.23 |
| HSL | 357.69º | 0.31% | 0.67% | - |
| HSV(B) | 357.69º | 0.27% | 0.77% | - |
| XYZ | 37.93 | 33.76 | 31.71 | - |
| YUV | 159.78 | 120.23 | 153.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 144 | 146 | 0 | 0.27 | 0.26 | 0.23 | 357.69 | 0.31 | 0.67 |
| Hex | C4 | 90 | 92 | 0 | 1B | 1A | 17 | 166 | 1F | 43 |
| Octal | 304 | 220 | 222 | 0 | 33 | 32 | 27 | 546 | 37 | 103 |
| Binary | 11000100 | 10010000 | 10010010 | 0 | 11011 | 11010 | 10111 | 101100110 | 11111 | 1000011 |
Color Harmonies of #C49092
Complementary color
Monochromatic Colors of #C49092
Black with #C49092
Text Example
Text Example
White with #C49092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49092; }
p { color: rgb(196,144,146); }
H1.HeaderClassName
{
color: #C49092;
}
.AnyTagClassName
{
color: #C49092;
}
</style>
background-color css
<style>
a { background-color: #C49092; }
a { background-color: rgb(196,144,146); }
div.DivClassName
{
background-color: #C49092;
}
.BgClassName
{
background-color: #C49092;
}
</style>
border-color css
<style>
span { border-color: #C49092; }
span { border-color: rgb(196,144,146); }
td.TdClassName
{
border-color: #C49092;
}
.TagClassName
{
border-color: #C49092;
}
</style>