Shades of Careys Pink #C49698
Tints of Careys Pink #C49698
RGB
CMYK
RGB Variations
Color information
#C49698 (or 0xC49698) is known color: Careys Pink. HEX triplet: C4, 96 and 98. RGB value is (196,150,152). Sum of RGB (Red+Green+Blue) = 196+150+152=498 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.36% from 498); Green value is 150 (58.98% from 255 or 30.12% from 498); Blue value is 152 (59.77% from 255 or 30.52% from 498); Max value from RGB is 196 - color contains mainly: red. Hex color #C49698 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49698 is #3B6967. Grayscale: #A4A4A4. Windows color (decimal): -3893608 or 10000068. OLE color: 10000068.
HSL color Cylindrical-coordinate representation of color #C49698: hue angle of 357.39º 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 #C49698 is Cyan = 0, Magento = 0.23, Yellow = 0.22 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 150 | 152 | - |
| CMYK | 0 | 0.23 | 0.22 | 0.23 |
| HSL | 357.39º | 0.28% | 0.68% | - |
| HSV(B) | 357.39º | 0.23% | 0.77% | - |
| XYZ | 39.34 | 35.82 | 34.55 | - |
| YUV | 163.98 | 121.24 | 150.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 150 | 152 | 0 | 0.23 | 0.22 | 0.23 | 357.39 | 0.28 | 0.68 |
| Hex | C4 | 96 | 98 | 0 | 17 | 16 | 17 | 165 | 1C | 44 |
| Octal | 304 | 226 | 230 | 0 | 27 | 26 | 27 | 545 | 34 | 104 |
| Binary | 11000100 | 10010110 | 10011000 | 0 | 10111 | 10110 | 10111 | 101100101 | 11100 | 1000100 |
Color Harmonies of #C49698
Complementary color
Monochromatic Colors of #C49698
Black with #C49698
Text Example
Text Example
White with #C49698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49698; }
p { color: rgb(196,150,152); }
H1.HeaderClassName
{
color: #C49698;
}
.AnyTagClassName
{
color: #C49698;
}
</style>
background-color css
<style>
a { background-color: #C49698; }
a { background-color: rgb(196,150,152); }
div.DivClassName
{
background-color: #C49698;
}
.BgClassName
{
background-color: #C49698;
}
</style>
border-color css
<style>
span { border-color: #C49698; }
span { border-color: rgb(196,150,152); }
td.TdClassName
{
border-color: #C49698;
}
.TagClassName
{
border-color: #C49698;
}
</style>