Shades of Careys Pink #C4959A
Tints of Careys Pink #C4959A
RGB
CMYK
RGB Variations
Color information
#C4959A (or 0xC4959A) is known color: Careys Pink. HEX triplet: C4, 95 and 9A. RGB value is (196,149,154). Sum of RGB (Red+Green+Blue) = 196+149+154=499 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.28% from 499); Green value is 149 (58.59% from 255 or 29.86% from 499); Blue value is 154 (60.55% from 255 or 30.86% from 499); Max value from RGB is 196 - color contains mainly: red. Hex color #C4959A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4959A is #3B6A65. Grayscale: #A3A3A3. Windows color (decimal): -3893862 or 10130884. OLE color: 10130884.
HSL color Cylindrical-coordinate representation of color #C4959A: hue angle of 353.62º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C4959A is Cyan = 0, Magento = 0.24, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 149 | 154 | - |
| CMYK | 0 | 0.24 | 0.21 | 0.23 |
| HSL | 353.62º | 0.28% | 0.68% | - |
| HSV(B) | 353.62º | 0.24% | 0.77% | - |
| XYZ | 39.35 | 35.56 | 35.36 | - |
| YUV | 163.62 | 122.57 | 151.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 149 | 154 | 0 | 0.24 | 0.21 | 0.23 | 353.62 | 0.28 | 0.68 |
| Hex | C4 | 95 | 9A | 0 | 18 | 15 | 17 | 162 | 1C | 44 |
| Octal | 304 | 225 | 232 | 0 | 30 | 25 | 27 | 542 | 34 | 104 |
| Binary | 11000100 | 10010101 | 10011010 | 0 | 11000 | 10101 | 10111 | 101100010 | 11100 | 1000100 |
Color Harmonies of #C4959A
Complementary color
Monochromatic Colors of #C4959A
Black with #C4959A
Text Example
Text Example
White with #C4959A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4959A; }
p { color: rgb(196,149,154); }
H1.HeaderClassName
{
color: #C4959A;
}
.AnyTagClassName
{
color: #C4959A;
}
</style>
background-color css
<style>
a { background-color: #C4959A; }
a { background-color: rgb(196,149,154); }
div.DivClassName
{
background-color: #C4959A;
}
.BgClassName
{
background-color: #C4959A;
}
</style>
border-color css
<style>
span { border-color: #C4959A; }
span { border-color: rgb(196,149,154); }
td.TdClassName
{
border-color: #C4959A;
}
.TagClassName
{
border-color: #C4959A;
}
</style>