Shades of Careys Pink #C49BA3
Tints of Careys Pink #C49BA3
RGB
CMYK
RGB Variations
Color information
#C49BA3 (or 0xC49BA3) is known color: Careys Pink. HEX triplet: C4, 9B and A3. RGB value is (196,155,163). Sum of RGB (Red+Green+Blue) = 196+155+163=514 (68% of max value = 765). Red value is 196 (76.95% from 255 or 38.13% from 514); Green value is 155 (60.94% from 255 or 30.16% from 514); Blue value is 163 (64.06% from 255 or 31.71% from 514); Max value from RGB is 196 - color contains mainly: red. Hex color #C49BA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49BA3 is #3B645C. Grayscale: #A8A8A8. Windows color (decimal): -3892317 or 10722244. OLE color: 10722244.
HSL color Cylindrical-coordinate representation of color #C49BA3: hue angle of 348.29º degrees, saturation: 0.26, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C49BA3 is Cyan = 0, Magento = 0.21, Yellow = 0.17 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 155 | 163 | - |
| CMYK | 0 | 0.21 | 0.17 | 0.23 |
| HSL | 348.29º | 0.26% | 0.69% | - |
| HSV(B) | 348.29º | 0.21% | 0.77% | - |
| XYZ | 41.1 | 37.82 | 39.78 | - |
| YUV | 168.17 | 125.08 | 147.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 155 | 163 | 0 | 0.21 | 0.17 | 0.23 | 348.29 | 0.26 | 0.69 |
| Hex | C4 | 9B | A3 | 0 | 15 | 11 | 17 | 15C | 1A | 45 |
| Octal | 304 | 233 | 243 | 0 | 25 | 21 | 27 | 534 | 32 | 105 |
| Binary | 11000100 | 10011011 | 10100011 | 0 | 10101 | 10001 | 10111 | 101011100 | 11010 | 1000101 |
Color Harmonies of #C49BA3
Complementary color
Monochromatic Colors of #C49BA3
Black with #C49BA3
Text Example
Text Example
White with #C49BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49BA3; }
p { color: rgb(196,155,163); }
H1.HeaderClassName
{
color: #C49BA3;
}
.AnyTagClassName
{
color: #C49BA3;
}
</style>
background-color css
<style>
a { background-color: #C49BA3; }
a { background-color: rgb(196,155,163); }
div.DivClassName
{
background-color: #C49BA3;
}
.BgClassName
{
background-color: #C49BA3;
}
</style>
border-color css
<style>
span { border-color: #C49BA3; }
span { border-color: rgb(196,155,163); }
td.TdClassName
{
border-color: #C49BA3;
}
.TagClassName
{
border-color: #C49BA3;
}
</style>