Shades of Careys Pink #C4949A
Tints of Careys Pink #C4949A
RGB
CMYK
RGB Variations
Color information
#C4949A (or 0xC4949A) is known color: Careys Pink. HEX triplet: C4, 94 and 9A. RGB value is (196,148,154). Sum of RGB (Red+Green+Blue) = 196+148+154=498 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.36% from 498); Green value is 148 (58.20% from 255 or 29.72% from 498); Blue value is 154 (60.55% from 255 or 30.92% from 498); Max value from RGB is 196 - color contains mainly: red. Hex color #C4949A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4949A is #3B6B65. Grayscale: #A3A3A3. Windows color (decimal): -3894118 or 10130628. OLE color: 10130628.
HSL color Cylindrical-coordinate representation of color #C4949A: hue angle of 352.5º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C4949A is Cyan = 0, Magento = 0.24, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 148 | 154 | - |
| CMYK | 0 | 0.24 | 0.21 | 0.23 |
| HSL | 352.5º | 0.29% | 0.67% | - |
| HSV(B) | 352.5º | 0.24% | 0.77% | - |
| XYZ | 39.19 | 35.25 | 35.31 | - |
| YUV | 163.04 | 122.9 | 151.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 148 | 154 | 0 | 0.24 | 0.21 | 0.23 | 352.5 | 0.29 | 0.67 |
| Hex | C4 | 94 | 9A | 0 | 18 | 15 | 17 | 160 | 1D | 43 |
| Octal | 304 | 224 | 232 | 0 | 30 | 25 | 27 | 540 | 35 | 103 |
| Binary | 11000100 | 10010100 | 10011010 | 0 | 11000 | 10101 | 10111 | 101100000 | 11101 | 1000011 |
Color Harmonies of #C4949A
Complementary color
Monochromatic Colors of #C4949A
Black with #C4949A
Text Example
Text Example
White with #C4949A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4949A; }
p { color: rgb(196,148,154); }
H1.HeaderClassName
{
color: #C4949A;
}
.AnyTagClassName
{
color: #C4949A;
}
</style>
background-color css
<style>
a { background-color: #C4949A; }
a { background-color: rgb(196,148,154); }
div.DivClassName
{
background-color: #C4949A;
}
.BgClassName
{
background-color: #C4949A;
}
</style>
border-color css
<style>
span { border-color: #C4949A; }
span { border-color: rgb(196,148,154); }
td.TdClassName
{
border-color: #C4949A;
}
.TagClassName
{
border-color: #C4949A;
}
</style>