Shades of Careys Pink #C3979F
Tints of Careys Pink #C3979F
RGB
CMYK
RGB Variations
Color information
#C3979F (or 0xC3979F) is known color: Careys Pink. HEX triplet: C3, 97 and 9F. RGB value is (195,151,159). Sum of RGB (Red+Green+Blue) = 195+151+159=505 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.61% from 505); Green value is 151 (59.38% from 255 or 29.90% from 505); Blue value is 159 (62.5% from 255 or 31.49% from 505); Max value from RGB is 195 - color contains mainly: red. Hex color #C3979F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3979F is #3C6860. Grayscale: #A5A5A5. Windows color (decimal): -3958881 or 10459075. OLE color: 10459075.
HSL color Cylindrical-coordinate representation of color #C3979F: hue angle of 349.09º degrees, saturation: 0.27, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C3979F is Cyan = 0, Magento = 0.23, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 151 | 159 | - |
| CMYK | 0 | 0.23 | 0.18 | 0.24 |
| HSL | 349.09º | 0.27% | 0.68% | - |
| HSV(B) | 349.09º | 0.23% | 0.76% | - |
| XYZ | 39.83 | 36.24 | 37.7 | - |
| YUV | 165.07 | 124.58 | 149.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 151 | 159 | 0 | 0.23 | 0.18 | 0.24 | 349.09 | 0.27 | 0.68 |
| Hex | C3 | 97 | 9F | 0 | 17 | 12 | 18 | 15D | 1B | 44 |
| Octal | 303 | 227 | 237 | 0 | 27 | 22 | 30 | 535 | 33 | 104 |
| Binary | 11000011 | 10010111 | 10011111 | 0 | 10111 | 10010 | 11000 | 101011101 | 11011 | 1000100 |
Color Harmonies of #C3979F
Complementary color
Monochromatic Colors of #C3979F
Black with #C3979F
Text Example
Text Example
White with #C3979F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3979F; }
p { color: rgb(195,151,159); }
H1.HeaderClassName
{
color: #C3979F;
}
.AnyTagClassName
{
color: #C3979F;
}
</style>
background-color css
<style>
a { background-color: #C3979F; }
a { background-color: rgb(195,151,159); }
div.DivClassName
{
background-color: #C3979F;
}
.BgClassName
{
background-color: #C3979F;
}
</style>
border-color css
<style>
span { border-color: #C3979F; }
span { border-color: rgb(195,151,159); }
td.TdClassName
{
border-color: #C3979F;
}
.TagClassName
{
border-color: #C3979F;
}
</style>