Shades of Careys Pink #C1979C
Tints of Careys Pink #C1979C
RGB
CMYK
RGB Variations
Color information
#C1979C (or 0xC1979C) is known color: Careys Pink. HEX triplet: C1, 97 and 9C. RGB value is (193,151,156). Sum of RGB (Red+Green+Blue) = 193+151+156=500 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.6% from 500); Green value is 151 (59.38% from 255 or 30.2% from 500); Blue value is 156 (61.33% from 255 or 31.2% from 500); Max value from RGB is 193 - color contains mainly: red. Hex color #C1979C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1979C is #3E6863. Grayscale: #A4A4A4. Windows color (decimal): -4089956 or 10262465. OLE color: 10262465.
HSL color Cylindrical-coordinate representation of color #C1979C: hue angle of 352.86º 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 #C1979C is Cyan = 0, Magento = 0.22, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 151 | 156 | - |
| CMYK | 0 | 0.22 | 0.19 | 0.24 |
| HSL | 352.86º | 0.25% | 0.67% | - |
| HSV(B) | 352.86º | 0.22% | 0.76% | - |
| XYZ | 39.06 | 35.87 | 36.32 | - |
| YUV | 164.13 | 123.41 | 148.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 151 | 156 | 0 | 0.22 | 0.19 | 0.24 | 352.86 | 0.25 | 0.67 |
| Hex | C1 | 97 | 9C | 0 | 16 | 13 | 18 | 161 | 19 | 43 |
| Octal | 301 | 227 | 234 | 0 | 26 | 23 | 30 | 541 | 31 | 103 |
| Binary | 11000001 | 10010111 | 10011100 | 0 | 10110 | 10011 | 11000 | 101100001 | 11001 | 1000011 |
Color Harmonies of #C1979C
Complementary color
Monochromatic Colors of #C1979C
Black with #C1979C
Text Example
Text Example
White with #C1979C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1979C; }
p { color: rgb(193,151,156); }
H1.HeaderClassName
{
color: #C1979C;
}
.AnyTagClassName
{
color: #C1979C;
}
</style>
background-color css
<style>
a { background-color: #C1979C; }
a { background-color: rgb(193,151,156); }
div.DivClassName
{
background-color: #C1979C;
}
.BgClassName
{
background-color: #C1979C;
}
</style>
border-color css
<style>
span { border-color: #C1979C; }
span { border-color: rgb(193,151,156); }
td.TdClassName
{
border-color: #C1979C;
}
.TagClassName
{
border-color: #C1979C;
}
</style>