Shades of Careys Pink #C2979D
Tints of Careys Pink #C2979D
RGB
CMYK
RGB Variations
Color information
#C2979D (or 0xC2979D) is known color: Careys Pink. HEX triplet: C2, 97 and 9D. RGB value is (194,151,157). Sum of RGB (Red+Green+Blue) = 194+151+157=502 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.65% from 502); Green value is 151 (59.38% from 255 or 30.08% from 502); Blue value is 157 (61.72% from 255 or 31.27% from 502); Max value from RGB is 194 - color contains mainly: red. Hex color #C2979D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2979D is #3D6862. Grayscale: #A4A4A4. Windows color (decimal): -4024419 or 10328002. OLE color: 10328002.
HSL color Cylindrical-coordinate representation of color #C2979D: hue angle of 351.63º degrees, saturation: 0.26, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C2979D is Cyan = 0, Magento = 0.22, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 151 | 157 | - |
| CMYK | 0 | 0.22 | 0.19 | 0.24 |
| HSL | 351.63º | 0.26% | 0.68% | - |
| HSV(B) | 351.63º | 0.22% | 0.76% | - |
| XYZ | 39.4 | 36.04 | 36.78 | - |
| YUV | 164.54 | 123.75 | 149.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 151 | 157 | 0 | 0.22 | 0.19 | 0.24 | 351.63 | 0.26 | 0.68 |
| Hex | C2 | 97 | 9D | 0 | 16 | 13 | 18 | 160 | 1A | 44 |
| Octal | 302 | 227 | 235 | 0 | 26 | 23 | 30 | 540 | 32 | 104 |
| Binary | 11000010 | 10010111 | 10011101 | 0 | 10110 | 10011 | 11000 | 101100000 | 11010 | 1000100 |
Color Harmonies of #C2979D
Complementary color
Monochromatic Colors of #C2979D
Black with #C2979D
Text Example
Text Example
White with #C2979D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2979D; }
p { color: rgb(194,151,157); }
H1.HeaderClassName
{
color: #C2979D;
}
.AnyTagClassName
{
color: #C2979D;
}
</style>
background-color css
<style>
a { background-color: #C2979D; }
a { background-color: rgb(194,151,157); }
div.DivClassName
{
background-color: #C2979D;
}
.BgClassName
{
background-color: #C2979D;
}
</style>
border-color css
<style>
span { border-color: #C2979D; }
span { border-color: rgb(194,151,157); }
td.TdClassName
{
border-color: #C2979D;
}
.TagClassName
{
border-color: #C2979D;
}
</style>