Shades of Careys Pink #C49B9E
Tints of Careys Pink #C49B9E
RGB
CMYK
RGB Variations
Color information
#C49B9E (or 0xC49B9E) is known color: Careys Pink. HEX triplet: C4, 9B and 9E. RGB value is (196,155,158). Sum of RGB (Red+Green+Blue) = 196+155+158=509 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.51% from 509); Green value is 155 (60.94% from 255 or 30.45% from 509); Blue value is 158 (62.11% from 255 or 31.04% from 509); Max value from RGB is 196 - color contains mainly: red. Hex color #C49B9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49B9E is #3B6461. Grayscale: #A7A7A7. Windows color (decimal): -3892322 or 10394564. OLE color: 10394564.
HSL color Cylindrical-coordinate representation of color #C49B9E: hue angle of 355.61º 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 #C49B9E is Cyan = 0, Magento = 0.21, Yellow = 0.19 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 155 | 158 | - |
| CMYK | 0 | 0.21 | 0.19 | 0.23 |
| HSL | 355.61º | 0.26% | 0.69% | - |
| HSV(B) | 355.61º | 0.21% | 0.77% | - |
| XYZ | 40.66 | 37.65 | 37.47 | - |
| YUV | 167.6 | 122.58 | 148.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 155 | 158 | 0 | 0.21 | 0.19 | 0.23 | 355.61 | 0.26 | 0.69 |
| Hex | C4 | 9B | 9E | 0 | 15 | 13 | 17 | 164 | 1A | 45 |
| Octal | 304 | 233 | 236 | 0 | 25 | 23 | 27 | 544 | 32 | 105 |
| Binary | 11000100 | 10011011 | 10011110 | 0 | 10101 | 10011 | 10111 | 101100100 | 11010 | 1000101 |
Color Harmonies of #C49B9E
Complementary color
Monochromatic Colors of #C49B9E
Black with #C49B9E
Text Example
Text Example
White with #C49B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49B9E; }
p { color: rgb(196,155,158); }
H1.HeaderClassName
{
color: #C49B9E;
}
.AnyTagClassName
{
color: #C49B9E;
}
</style>
background-color css
<style>
a { background-color: #C49B9E; }
a { background-color: rgb(196,155,158); }
div.DivClassName
{
background-color: #C49B9E;
}
.BgClassName
{
background-color: #C49B9E;
}
</style>
border-color css
<style>
span { border-color: #C49B9E; }
span { border-color: rgb(196,155,158); }
td.TdClassName
{
border-color: #C49B9E;
}
.TagClassName
{
border-color: #C49B9E;
}
</style>