Shades of Careys Pink #C1979D
Tints of Careys Pink #C1979D
RGB
CMYK
RGB Variations
Color information
#C1979D (or 0xC1979D) is known color: Careys Pink. HEX triplet: C1, 97 and 9D. RGB value is (193,151,157). Sum of RGB (Red+Green+Blue) = 193+151+157=501 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.52% from 501); Green value is 151 (59.38% from 255 or 30.14% from 501); Blue value is 157 (61.72% from 255 or 31.34% from 501); Max value from RGB is 193 - color contains mainly: red. Hex color #C1979D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1979D is #3E6862. Grayscale: #A4A4A4. Windows color (decimal): -4089955 or 10328001. OLE color: 10328001.
HSL color Cylindrical-coordinate representation of color #C1979D: hue angle of 351.43º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C1979D is Cyan = 0, Magento = 0.22, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 151 | 157 | - |
| CMYK | 0 | 0.22 | 0.19 | 0.24 |
| HSL | 351.43º | 0.25% | 0.67% | - |
| HSV(B) | 351.43º | 0.22% | 0.76% | - |
| XYZ | 39.14 | 35.91 | 36.77 | - |
| YUV | 164.24 | 123.91 | 148.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 151 | 157 | 0 | 0.22 | 0.19 | 0.24 | 351.43 | 0.25 | 0.67 |
| Hex | C1 | 97 | 9D | 0 | 16 | 13 | 18 | 15F | 19 | 43 |
| Octal | 301 | 227 | 235 | 0 | 26 | 23 | 30 | 537 | 31 | 103 |
| Binary | 11000001 | 10010111 | 10011101 | 0 | 10110 | 10011 | 11000 | 101011111 | 11001 | 1000011 |
Color Harmonies of #C1979D
Complementary color
Monochromatic Colors of #C1979D
Black with #C1979D
Text Example
Text Example
White with #C1979D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1979D; }
p { color: rgb(193,151,157); }
H1.HeaderClassName
{
color: #C1979D;
}
.AnyTagClassName
{
color: #C1979D;
}
</style>
background-color css
<style>
a { background-color: #C1979D; }
a { background-color: rgb(193,151,157); }
div.DivClassName
{
background-color: #C1979D;
}
.BgClassName
{
background-color: #C1979D;
}
</style>
border-color css
<style>
span { border-color: #C1979D; }
span { border-color: rgb(193,151,157); }
td.TdClassName
{
border-color: #C1979D;
}
.TagClassName
{
border-color: #C1979D;
}
</style>