Shades of Careys Pink #C3959D
Tints of Careys Pink #C3959D
RGB
CMYK
RGB Variations
Color information
#C3959D (or 0xC3959D) is known color: Careys Pink. HEX triplet: C3, 95 and 9D. RGB value is (195,149,157). Sum of RGB (Red+Green+Blue) = 195+149+157=501 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.92% from 501); Green value is 149 (58.59% from 255 or 29.74% from 501); Blue value is 157 (61.72% from 255 or 31.34% from 501); Max value from RGB is 195 - color contains mainly: red. Hex color #C3959D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3959D is #3C6A62. Grayscale: #A3A3A3. Windows color (decimal): -3959395 or 10327491. OLE color: 10327491.
HSL color Cylindrical-coordinate representation of color #C3959D: hue angle of 349.57º 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 #C3959D is Cyan = 0, Magento = 0.24, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
RGB | 195 | 149 | 157 | - |
CMYK | 0 | 0.24 | 0.19 | 0.24 |
HSL | 349.57º | 0.28% | 0.67% | - |
HSV(B) | 349.57º | 0.24% | 0.76% | - |
XYZ | 39.34 | 35.53 | 36.68 | - |
YUV | 163.67 | 124.24 | 150.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 195 | 149 | 157 | 0 | 0.24 | 0.19 | 0.24 | 349.57 | 0.28 | 0.67 |
Hex | C3 | 95 | 9D | 0 | 18 | 13 | 18 | 15E | 1C | 43 |
Octal | 303 | 225 | 235 | 0 | 30 | 23 | 30 | 536 | 34 | 103 |
Binary | 11000011 | 10010101 | 10011101 | 0 | 11000 | 10011 | 11000 | 101011110 | 11100 | 1000011 |
Color Harmonies of #C3959D
Complementary color
Monochromatic Colors of #C3959D
Black with #C3959D
Text Example
Text Example
White with #C3959D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3959D; }
p { color: rgb(195,149,157); }
H1.HeaderClassName
{
color: #C3959D;
}
.AnyTagClassName
{
color: #C3959D;
}
</style>
background-color css
<style>
a { background-color: #C3959D; }
a { background-color: rgb(195,149,157); }
div.DivClassName
{
background-color: #C3959D;
}
.BgClassName
{
background-color: #C3959D;
}
</style>
border-color css
<style>
span { border-color: #C3959D; }
span { border-color: rgb(195,149,157); }
td.TdClassName
{
border-color: #C3959D;
}
.TagClassName
{
border-color: #C3959D;
}
</style>