Shades of Careys Pink #C2959C
Tints of Careys Pink #C2959C
RGB
CMYK
RGB Variations
Color information
#C2959C (or 0xC2959C) is known color: Careys Pink. HEX triplet: C2, 95 and 9C. RGB value is (194,149,156). Sum of RGB (Red+Green+Blue) = 194+149+156=499 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.88% from 499); Green value is 149 (58.59% from 255 or 29.86% from 499); Blue value is 156 (61.33% from 255 or 31.26% from 499); Max value from RGB is 194 - color contains mainly: red. Hex color #C2959C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2959C is #3D6A63. Grayscale: #A3A3A3. Windows color (decimal): -4024932 or 10261954. OLE color: 10261954.
HSL color Cylindrical-coordinate representation of color #C2959C: hue angle of 350.67º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C2959C is Cyan = 0, Magento = 0.23, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 149 | 156 | - |
| CMYK | 0 | 0.23 | 0.20 | 0.24 |
| HSL | 350.67º | 0.27% | 0.67% | - |
| HSV(B) | 350.67º | 0.23% | 0.76% | - |
| XYZ | 39 | 35.36 | 36.22 | - |
| YUV | 163.25 | 123.91 | 149.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 149 | 156 | 0 | 0.23 | 0.20 | 0.24 | 350.67 | 0.27 | 0.67 |
| Hex | C2 | 95 | 9C | 0 | 17 | 14 | 18 | 15F | 1B | 43 |
| Octal | 302 | 225 | 234 | 0 | 27 | 24 | 30 | 537 | 33 | 103 |
| Binary | 11000010 | 10010101 | 10011100 | 0 | 10111 | 10100 | 11000 | 101011111 | 11011 | 1000011 |
Color Harmonies of #C2959C
Complementary color
Monochromatic Colors of #C2959C
Black with #C2959C
Text Example
Text Example
White with #C2959C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2959C; }
p { color: rgb(194,149,156); }
H1.HeaderClassName
{
color: #C2959C;
}
.AnyTagClassName
{
color: #C2959C;
}
</style>
background-color css
<style>
a { background-color: #C2959C; }
a { background-color: rgb(194,149,156); }
div.DivClassName
{
background-color: #C2959C;
}
.BgClassName
{
background-color: #C2959C;
}
</style>
border-color css
<style>
span { border-color: #C2959C; }
span { border-color: rgb(194,149,156); }
td.TdClassName
{
border-color: #C2959C;
}
.TagClassName
{
border-color: #C2959C;
}
</style>