Shades of Careys Pink #C3979B
Tints of Careys Pink #C3979B
RGB
CMYK
RGB Variations
Color information
#C3979B (or 0xC3979B) is known color: Careys Pink. HEX triplet: C3, 97 and 9B. RGB value is (195,151,155). Sum of RGB (Red+Green+Blue) = 195+151+155=501 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.92% from 501); Green value is 151 (59.38% from 255 or 30.14% from 501); Blue value is 155 (60.94% from 255 or 30.94% from 501); Max value from RGB is 195 - color contains mainly: red. Hex color #C3979B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3979B is #3C6864. Grayscale: #A4A4A4. Windows color (decimal): -3958885 or 10196931. OLE color: 10196931.
HSL color Cylindrical-coordinate representation of color #C3979B: hue angle of 354.55º 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 #C3979B is Cyan = 0, Magento = 0.23, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 151 | 155 | - |
| CMYK | 0 | 0.23 | 0.21 | 0.24 |
| HSL | 354.55º | 0.27% | 0.68% | - |
| HSV(B) | 354.55º | 0.23% | 0.76% | - |
| XYZ | 39.49 | 36.1 | 35.9 | - |
| YUV | 164.61 | 122.58 | 149.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 151 | 155 | 0 | 0.23 | 0.21 | 0.24 | 354.55 | 0.27 | 0.68 |
| Hex | C3 | 97 | 9B | 0 | 17 | 15 | 18 | 163 | 1B | 44 |
| Octal | 303 | 227 | 233 | 0 | 27 | 25 | 30 | 543 | 33 | 104 |
| Binary | 11000011 | 10010111 | 10011011 | 0 | 10111 | 10101 | 11000 | 101100011 | 11011 | 1000100 |
Color Harmonies of #C3979B
Complementary color
Monochromatic Colors of #C3979B
Black with #C3979B
Text Example
Text Example
White with #C3979B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3979B; }
p { color: rgb(195,151,155); }
H1.HeaderClassName
{
color: #C3979B;
}
.AnyTagClassName
{
color: #C3979B;
}
</style>
background-color css
<style>
a { background-color: #C3979B; }
a { background-color: rgb(195,151,155); }
div.DivClassName
{
background-color: #C3979B;
}
.BgClassName
{
background-color: #C3979B;
}
</style>
border-color css
<style>
span { border-color: #C3979B; }
span { border-color: rgb(195,151,155); }
td.TdClassName
{
border-color: #C3979B;
}
.TagClassName
{
border-color: #C3979B;
}
</style>