Shades of Careys Pink #C49297
Tints of Careys Pink #C49297
RGB
CMYK
RGB Variations
Color information
#C49297 (or 0xC49297) is known color: Careys Pink. HEX triplet: C4, 92 and 97. RGB value is (196,146,151). Sum of RGB (Red+Green+Blue) = 196+146+151=493 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.76% from 493); Green value is 146 (57.42% from 255 or 29.61% from 493); Blue value is 151 (59.38% from 255 or 30.63% from 493); Max value from RGB is 196 - color contains mainly: red. Hex color #C49297 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49297 is #3B6D68. Grayscale: #A1A1A1. Windows color (decimal): -3894633 or 9933508. OLE color: 9933508.
HSL color Cylindrical-coordinate representation of color #C49297: hue angle of 354º 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 #C49297 is Cyan = 0, Magento = 0.26, Yellow = 0.23 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 146 | 151 | - |
| CMYK | 0 | 0.26 | 0.23 | 0.23 |
| HSL | 354º | 0.3% | 0.67% | - |
| HSV(B) | 354º | 0.26% | 0.77% | - |
| XYZ | 38.63 | 34.53 | 33.91 | - |
| YUV | 161.52 | 122.07 | 152.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 146 | 151 | 0 | 0.26 | 0.23 | 0.23 | 354 | 0.3 | 0.67 |
| Hex | C4 | 92 | 97 | 0 | 1A | 17 | 17 | 162 | 1E | 43 |
| Octal | 304 | 222 | 227 | 0 | 32 | 27 | 27 | 542 | 36 | 103 |
| Binary | 11000100 | 10010010 | 10010111 | 0 | 11010 | 10111 | 10111 | 101100010 | 11110 | 1000011 |
Color Harmonies of #C49297
Complementary color
Monochromatic Colors of #C49297
Black with #C49297
Text Example
Text Example
White with #C49297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49297; }
p { color: rgb(196,146,151); }
H1.HeaderClassName
{
color: #C49297;
}
.AnyTagClassName
{
color: #C49297;
}
</style>
background-color css
<style>
a { background-color: #C49297; }
a { background-color: rgb(196,146,151); }
div.DivClassName
{
background-color: #C49297;
}
.BgClassName
{
background-color: #C49297;
}
</style>
border-color css
<style>
span { border-color: #C49297; }
span { border-color: rgb(196,146,151); }
td.TdClassName
{
border-color: #C49297;
}
.TagClassName
{
border-color: #C49297;
}
</style>