Shades of Careys Pink #C4979D
Tints of Careys Pink #C4979D
RGB
CMYK
RGB Variations
Color information
#C4979D (or 0xC4979D) is known color: Careys Pink. HEX triplet: C4, 97 and 9D. RGB value is (196,151,157). Sum of RGB (Red+Green+Blue) = 196+151+157=504 (66% of max value = 765). Red value is 196 (76.95% from 255 or 38.89% from 504); Green value is 151 (59.38% from 255 or 29.96% from 504); Blue value is 157 (61.72% from 255 or 31.15% from 504); Max value from RGB is 196 - color contains mainly: red. Hex color #C4979D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4979D is #3B6862. Grayscale: #A5A5A5. Windows color (decimal): -3893347 or 10328004. OLE color: 10328004.
HSL color Cylindrical-coordinate representation of color #C4979D: hue angle of 352º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C4979D is Cyan = 0, Magento = 0.23, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 151 | 157 | - |
| CMYK | 0 | 0.23 | 0.20 | 0.23 |
| HSL | 352º | 0.28% | 0.68% | - |
| HSV(B) | 352º | 0.23% | 0.77% | - |
| XYZ | 39.92 | 36.3 | 36.8 | - |
| YUV | 165.14 | 123.41 | 150.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 151 | 157 | 0 | 0.23 | 0.20 | 0.23 | 352 | 0.28 | 0.68 |
| Hex | C4 | 97 | 9D | 0 | 17 | 14 | 17 | 160 | 1C | 44 |
| Octal | 304 | 227 | 235 | 0 | 27 | 24 | 27 | 540 | 34 | 104 |
| Binary | 11000100 | 10010111 | 10011101 | 0 | 10111 | 10100 | 10111 | 101100000 | 11100 | 1000100 |
Color Harmonies of #C4979D
Complementary color
Monochromatic Colors of #C4979D
Black with #C4979D
Text Example
Text Example
White with #C4979D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4979D; }
p { color: rgb(196,151,157); }
H1.HeaderClassName
{
color: #C4979D;
}
.AnyTagClassName
{
color: #C4979D;
}
</style>
background-color css
<style>
a { background-color: #C4979D; }
a { background-color: rgb(196,151,157); }
div.DivClassName
{
background-color: #C4979D;
}
.BgClassName
{
background-color: #C4979D;
}
</style>
border-color css
<style>
span { border-color: #C4979D; }
span { border-color: rgb(196,151,157); }
td.TdClassName
{
border-color: #C4979D;
}
.TagClassName
{
border-color: #C4979D;
}
</style>