Shades of Careys Pink #C49091
Tints of Careys Pink #C49091
RGB
CMYK
RGB Variations
Color information
#C49091 (or 0xC49091) is known color: Careys Pink. HEX triplet: C4, 90 and 91. RGB value is (196,144,145). Sum of RGB (Red+Green+Blue) = 196+144+145=485 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.41% from 485); Green value is 144 (56.64% from 255 or 29.69% from 485); Blue value is 145 (57.03% from 255 or 29.90% from 485); Max value from RGB is 196 - color contains mainly: red. Hex color #C49091 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49091 is #3B6F6E. Grayscale: #9F9F9F. Windows color (decimal): -3895151 or 9539780. OLE color: 9539780.
HSL color Cylindrical-coordinate representation of color #C49091: hue angle of 358.85º 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 #C49091 is Cyan = 0, Magento = 0.27, Yellow = 0.26 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 144 | 145 | - |
| CMYK | 0 | 0.27 | 0.26 | 0.23 |
| HSL | 358.85º | 0.31% | 0.67% | - |
| HSV(B) | 358.85º | 0.27% | 0.77% | - |
| XYZ | 37.85 | 33.73 | 31.3 | - |
| YUV | 159.66 | 119.73 | 153.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 144 | 145 | 0 | 0.27 | 0.26 | 0.23 | 358.85 | 0.31 | 0.67 |
| Hex | C4 | 90 | 91 | 0 | 1B | 1A | 17 | 167 | 1F | 43 |
| Octal | 304 | 220 | 221 | 0 | 33 | 32 | 27 | 547 | 37 | 103 |
| Binary | 11000100 | 10010000 | 10010001 | 0 | 11011 | 11010 | 10111 | 101100111 | 11111 | 1000011 |
Color Harmonies of #C49091
Complementary color
Monochromatic Colors of #C49091
Black with #C49091
Text Example
Text Example
White with #C49091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49091; }
p { color: rgb(196,144,145); }
H1.HeaderClassName
{
color: #C49091;
}
.AnyTagClassName
{
color: #C49091;
}
</style>
background-color css
<style>
a { background-color: #C49091; }
a { background-color: rgb(196,144,145); }
div.DivClassName
{
background-color: #C49091;
}
.BgClassName
{
background-color: #C49091;
}
</style>
border-color css
<style>
span { border-color: #C49091; }
span { border-color: rgb(196,144,145); }
td.TdClassName
{
border-color: #C49091;
}
.TagClassName
{
border-color: #C49091;
}
</style>