Shades of Careys Pink #C3959C
Tints of Careys Pink #C3959C
RGB
CMYK
RGB Variations
Color information
#C3959C (or 0xC3959C) is known color: Careys Pink. HEX triplet: C3, 95 and 9C. RGB value is (195,149,156). Sum of RGB (Red+Green+Blue) = 195+149+156=500 (66% of max value = 765). Red value is 195 (76.56% from 255 or 39% from 500); Green value is 149 (58.59% from 255 or 29.8% from 500); Blue value is 156 (61.33% from 255 or 31.2% from 500); Max value from RGB is 195 - color contains mainly: red. Hex color #C3959C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3959C is #3C6A63. Grayscale: #A3A3A3. Windows color (decimal): -3959396 or 10261955. OLE color: 10261955.
HSL color Cylindrical-coordinate representation of color #C3959C: hue angle of 350.87º degrees, saturation: 0.28, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C3959C is Cyan = 0, Magento = 0.24, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 149 | 156 | - |
| CMYK | 0 | 0.24 | 0.20 | 0.24 |
| HSL | 350.87º | 0.28% | 0.67% | - |
| HSV(B) | 350.87º | 0.24% | 0.76% | - |
| XYZ | 39.25 | 35.5 | 36.24 | - |
| YUV | 163.55 | 123.74 | 150.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 149 | 156 | 0 | 0.24 | 0.20 | 0.24 | 350.87 | 0.28 | 0.67 |
| Hex | C3 | 95 | 9C | 0 | 18 | 14 | 18 | 15F | 1C | 43 |
| Octal | 303 | 225 | 234 | 0 | 30 | 24 | 30 | 537 | 34 | 103 |
| Binary | 11000011 | 10010101 | 10011100 | 0 | 11000 | 10100 | 11000 | 101011111 | 11100 | 1000011 |
Color Harmonies of #C3959C
Complementary color
Monochromatic Colors of #C3959C
Black with #C3959C
Text Example
Text Example
White with #C3959C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3959C; }
p { color: rgb(195,149,156); }
H1.HeaderClassName
{
color: #C3959C;
}
.AnyTagClassName
{
color: #C3959C;
}
</style>
background-color css
<style>
a { background-color: #C3959C; }
a { background-color: rgb(195,149,156); }
div.DivClassName
{
background-color: #C3959C;
}
.BgClassName
{
background-color: #C3959C;
}
</style>
border-color css
<style>
span { border-color: #C3959C; }
span { border-color: rgb(195,149,156); }
td.TdClassName
{
border-color: #C3959C;
}
.TagClassName
{
border-color: #C3959C;
}
</style>