Shades of Careys Pink #C4959C
Tints of Careys Pink #C4959C
RGB
CMYK
RGB Variations
Color information
#C4959C (or 0xC4959C) is known color: Careys Pink. HEX triplet: C4, 95 and 9C. RGB value is (196,149,156). Sum of RGB (Red+Green+Blue) = 196+149+156=501 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.12% from 501); Green value is 149 (58.59% from 255 or 29.74% from 501); Blue value is 156 (61.33% from 255 or 31.14% from 501); Max value from RGB is 196 - color contains mainly: red. Hex color #C4959C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4959C is #3B6A63. Grayscale: #A3A3A3. Windows color (decimal): -3893860 or 10261956. OLE color: 10261956.
HSL color Cylindrical-coordinate representation of color #C4959C: hue angle of 351.06º 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 #C4959C is Cyan = 0, Magento = 0.24, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 149 | 156 | - |
| CMYK | 0 | 0.24 | 0.20 | 0.23 |
| HSL | 351.06º | 0.28% | 0.68% | - |
| HSV(B) | 351.06º | 0.24% | 0.77% | - |
| XYZ | 39.51 | 35.63 | 36.25 | - |
| YUV | 163.85 | 123.57 | 150.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 149 | 156 | 0 | 0.24 | 0.20 | 0.23 | 351.06 | 0.28 | 0.68 |
| Hex | C4 | 95 | 9C | 0 | 18 | 14 | 17 | 15F | 1C | 44 |
| Octal | 304 | 225 | 234 | 0 | 30 | 24 | 27 | 537 | 34 | 104 |
| Binary | 11000100 | 10010101 | 10011100 | 0 | 11000 | 10100 | 10111 | 101011111 | 11100 | 1000100 |
Color Harmonies of #C4959C
Complementary color
Monochromatic Colors of #C4959C
Black with #C4959C
Text Example
Text Example
White with #C4959C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4959C; }
p { color: rgb(196,149,156); }
H1.HeaderClassName
{
color: #C4959C;
}
.AnyTagClassName
{
color: #C4959C;
}
</style>
background-color css
<style>
a { background-color: #C4959C; }
a { background-color: rgb(196,149,156); }
div.DivClassName
{
background-color: #C4959C;
}
.BgClassName
{
background-color: #C4959C;
}
</style>
border-color css
<style>
span { border-color: #C4959C; }
span { border-color: rgb(196,149,156); }
td.TdClassName
{
border-color: #C4959C;
}
.TagClassName
{
border-color: #C4959C;
}
</style>