Shades of Careys Pink #C4979B
Tints of Careys Pink #C4979B
RGB
CMYK
RGB Variations
Color information
#C4979B (or 0xC4979B) is known color: Careys Pink. HEX triplet: C4, 97 and 9B. RGB value is (196,151,155). Sum of RGB (Red+Green+Blue) = 196+151+155=502 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.04% from 502); Green value is 151 (59.38% from 255 or 30.08% from 502); Blue value is 155 (60.94% from 255 or 30.88% from 502); Max value from RGB is 196 - color contains mainly: red. Hex color #C4979B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4979B is #3B6864. Grayscale: #A4A4A4. Windows color (decimal): -3893349 or 10196932. OLE color: 10196932.
HSL color Cylindrical-coordinate representation of color #C4979B: hue angle of 354.67º 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 #C4979B is Cyan = 0, Magento = 0.23, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 151 | 155 | - |
| CMYK | 0 | 0.23 | 0.21 | 0.23 |
| HSL | 354.67º | 0.28% | 0.68% | - |
| HSV(B) | 354.67º | 0.23% | 0.77% | - |
| XYZ | 39.75 | 36.24 | 35.91 | - |
| YUV | 164.91 | 122.41 | 150.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 151 | 155 | 0 | 0.23 | 0.21 | 0.23 | 354.67 | 0.28 | 0.68 |
| Hex | C4 | 97 | 9B | 0 | 17 | 15 | 17 | 163 | 1C | 44 |
| Octal | 304 | 227 | 233 | 0 | 27 | 25 | 27 | 543 | 34 | 104 |
| Binary | 11000100 | 10010111 | 10011011 | 0 | 10111 | 10101 | 10111 | 101100011 | 11100 | 1000100 |
Color Harmonies of #C4979B
Complementary color
Monochromatic Colors of #C4979B
Black with #C4979B
Text Example
Text Example
White with #C4979B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4979B; }
p { color: rgb(196,151,155); }
H1.HeaderClassName
{
color: #C4979B;
}
.AnyTagClassName
{
color: #C4979B;
}
</style>
background-color css
<style>
a { background-color: #C4979B; }
a { background-color: rgb(196,151,155); }
div.DivClassName
{
background-color: #C4979B;
}
.BgClassName
{
background-color: #C4979B;
}
</style>
border-color css
<style>
span { border-color: #C4979B; }
span { border-color: rgb(196,151,155); }
td.TdClassName
{
border-color: #C4979B;
}
.TagClassName
{
border-color: #C4979B;
}
</style>