Shades of Careys Pink #C7979D
Tints of Careys Pink #C7979D
RGB
CMYK
RGB Variations
Color information
#C7979D (or 0xC7979D) is known color: Careys Pink. HEX triplet: C7, 97 and 9D. RGB value is (199,151,157). Sum of RGB (Red+Green+Blue) = 199+151+157=507 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.25% from 507); Green value is 151 (59.38% from 255 or 29.78% from 507); Blue value is 157 (61.72% from 255 or 30.97% from 507); Max value from RGB is 199 - color contains mainly: red. Hex color #C7979D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7979D is #386862. Grayscale: #A6A6A6. Windows color (decimal): -3696739 or 10328007. OLE color: 10328007.
HSL color Cylindrical-coordinate representation of color #C7979D: hue angle of 352.5º degrees, saturation: 0.3, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C7979D is Cyan = 0, Magento = 0.24, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 151 | 157 | - |
| CMYK | 0 | 0.24 | 0.21 | 0.22 |
| HSL | 352.5º | 0.3% | 0.69% | - |
| HSV(B) | 352.5º | 0.24% | 0.78% | - |
| XYZ | 40.71 | 36.71 | 36.84 | - |
| YUV | 166.04 | 122.9 | 151.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 151 | 157 | 0 | 0.24 | 0.21 | 0.22 | 352.5 | 0.3 | 0.69 |
| Hex | C7 | 97 | 9D | 0 | 18 | 15 | 16 | 160 | 1E | 45 |
| Octal | 307 | 227 | 235 | 0 | 30 | 25 | 26 | 540 | 36 | 105 |
| Binary | 11000111 | 10010111 | 10011101 | 0 | 11000 | 10101 | 10110 | 101100000 | 11110 | 1000101 |
Color Harmonies of #C7979D
Complementary color
Monochromatic Colors of #C7979D
Black with #C7979D
Text Example
Text Example
White with #C7979D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7979D; }
p { color: rgb(199,151,157); }
H1.HeaderClassName
{
color: #C7979D;
}
.AnyTagClassName
{
color: #C7979D;
}
</style>
background-color css
<style>
a { background-color: #C7979D; }
a { background-color: rgb(199,151,157); }
div.DivClassName
{
background-color: #C7979D;
}
.BgClassName
{
background-color: #C7979D;
}
</style>
border-color css
<style>
span { border-color: #C7979D; }
span { border-color: rgb(199,151,157); }
td.TdClassName
{
border-color: #C7979D;
}
.TagClassName
{
border-color: #C7979D;
}
</style>