Shades of Careys Pink #C49699
Tints of Careys Pink #C49699
RGB
CMYK
RGB Variations
Color information
#C49699 (or 0xC49699) is known color: Careys Pink. HEX triplet: C4, 96 and 99. RGB value is (196,150,153). Sum of RGB (Red+Green+Blue) = 196+150+153=499 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.28% from 499); Green value is 150 (58.98% from 255 or 30.06% from 499); Blue value is 153 (60.16% from 255 or 30.66% from 499); Max value from RGB is 196 - color contains mainly: red. Hex color #C49699 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49699 is #3B6966. Grayscale: #A4A4A4. Windows color (decimal): -3893607 or 10065604. OLE color: 10065604.
HSL color Cylindrical-coordinate representation of color #C49699: hue angle of 356.09º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C49699 is Cyan = 0, Magento = 0.23, Yellow = 0.22 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 150 | 153 | - |
| CMYK | 0 | 0.23 | 0.22 | 0.23 |
| HSL | 356.09º | 0.28% | 0.68% | - |
| HSV(B) | 356.09º | 0.23% | 0.77% | - |
| XYZ | 39.42 | 35.85 | 34.98 | - |
| YUV | 164.1 | 121.74 | 150.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 150 | 153 | 0 | 0.23 | 0.22 | 0.23 | 356.09 | 0.28 | 0.68 |
| Hex | C4 | 96 | 99 | 0 | 17 | 16 | 17 | 164 | 1C | 44 |
| Octal | 304 | 226 | 231 | 0 | 27 | 26 | 27 | 544 | 34 | 104 |
| Binary | 11000100 | 10010110 | 10011001 | 0 | 10111 | 10110 | 10111 | 101100100 | 11100 | 1000100 |
Color Harmonies of #C49699
Complementary color
Monochromatic Colors of #C49699
Black with #C49699
Text Example
Text Example
White with #C49699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49699; }
p { color: rgb(196,150,153); }
H1.HeaderClassName
{
color: #C49699;
}
.AnyTagClassName
{
color: #C49699;
}
</style>
background-color css
<style>
a { background-color: #C49699; }
a { background-color: rgb(196,150,153); }
div.DivClassName
{
background-color: #C49699;
}
.BgClassName
{
background-color: #C49699;
}
</style>
border-color css
<style>
span { border-color: #C49699; }
span { border-color: rgb(196,150,153); }
td.TdClassName
{
border-color: #C49699;
}
.TagClassName
{
border-color: #C49699;
}
</style>