Shades of Careys Pink #C1979A
Tints of Careys Pink #C1979A
RGB
CMYK
RGB Variations
Color information
#C1979A (or 0xC1979A) is known color: Careys Pink. HEX triplet: C1, 97 and 9A. RGB value is (193,151,154). Sum of RGB (Red+Green+Blue) = 193+151+154=498 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.76% from 498); Green value is 151 (59.38% from 255 or 30.32% from 498); Blue value is 154 (60.55% from 255 or 30.92% from 498); Max value from RGB is 193 - color contains mainly: red. Hex color #C1979A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1979A is #3E6865. Grayscale: #A3A3A3. Windows color (decimal): -4089958 or 10131393. OLE color: 10131393.
HSL color Cylindrical-coordinate representation of color #C1979A: hue angle of 355.71º 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 #C1979A is Cyan = 0, Magento = 0.22, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 151 | 154 | - |
| CMYK | 0 | 0.22 | 0.20 | 0.24 |
| HSL | 355.71º | 0.25% | 0.67% | - |
| HSV(B) | 355.71º | 0.22% | 0.76% | - |
| XYZ | 38.89 | 35.8 | 35.43 | - |
| YUV | 163.9 | 122.41 | 148.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 151 | 154 | 0 | 0.22 | 0.20 | 0.24 | 355.71 | 0.25 | 0.67 |
| Hex | C1 | 97 | 9A | 0 | 16 | 14 | 18 | 164 | 19 | 43 |
| Octal | 301 | 227 | 232 | 0 | 26 | 24 | 30 | 544 | 31 | 103 |
| Binary | 11000001 | 10010111 | 10011010 | 0 | 10110 | 10100 | 11000 | 101100100 | 11001 | 1000011 |
Color Harmonies of #C1979A
Complementary color
Monochromatic Colors of #C1979A
Black with #C1979A
Text Example
Text Example
White with #C1979A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1979A; }
p { color: rgb(193,151,154); }
H1.HeaderClassName
{
color: #C1979A;
}
.AnyTagClassName
{
color: #C1979A;
}
</style>
background-color css
<style>
a { background-color: #C1979A; }
a { background-color: rgb(193,151,154); }
div.DivClassName
{
background-color: #C1979A;
}
.BgClassName
{
background-color: #C1979A;
}
</style>
border-color css
<style>
span { border-color: #C1979A; }
span { border-color: rgb(193,151,154); }
td.TdClassName
{
border-color: #C1979A;
}
.TagClassName
{
border-color: #C1979A;
}
</style>