Shades of Careys Pink #C1949A
Tints of Careys Pink #C1949A
RGB
CMYK
RGB Variations
Color information
#C1949A (or 0xC1949A) is known color: Careys Pink. HEX triplet: C1, 94 and 9A. RGB value is (193,148,154). Sum of RGB (Red+Green+Blue) = 193+148+154=495 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.99% from 495); Green value is 148 (58.20% from 255 or 29.90% from 495); Blue value is 154 (60.55% from 255 or 31.11% from 495); Max value from RGB is 193 - color contains mainly: red. Hex color #C1949A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1949A is #3E6B65. Grayscale: #A2A2A2. Windows color (decimal): -4090726 or 10130625. OLE color: 10130625.
HSL color Cylindrical-coordinate representation of color #C1949A: hue angle of 352º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C1949A is Cyan = 0, Magento = 0.23, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 148 | 154 | - |
| CMYK | 0 | 0.23 | 0.20 | 0.24 |
| HSL | 352º | 0.27% | 0.67% | - |
| HSV(B) | 352º | 0.23% | 0.76% | - |
| XYZ | 38.41 | 34.85 | 35.27 | - |
| YUV | 162.14 | 123.41 | 150.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 148 | 154 | 0 | 0.23 | 0.20 | 0.24 | 352 | 0.27 | 0.67 |
| Hex | C1 | 94 | 9A | 0 | 17 | 14 | 18 | 160 | 1B | 43 |
| Octal | 301 | 224 | 232 | 0 | 27 | 24 | 30 | 540 | 33 | 103 |
| Binary | 11000001 | 10010100 | 10011010 | 0 | 10111 | 10100 | 11000 | 101100000 | 11011 | 1000011 |
Color Harmonies of #C1949A
Complementary color
Monochromatic Colors of #C1949A
Black with #C1949A
Text Example
Text Example
White with #C1949A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1949A; }
p { color: rgb(193,148,154); }
H1.HeaderClassName
{
color: #C1949A;
}
.AnyTagClassName
{
color: #C1949A;
}
</style>
background-color css
<style>
a { background-color: #C1949A; }
a { background-color: rgb(193,148,154); }
div.DivClassName
{
background-color: #C1949A;
}
.BgClassName
{
background-color: #C1949A;
}
</style>
border-color css
<style>
span { border-color: #C1949A; }
span { border-color: rgb(193,148,154); }
td.TdClassName
{
border-color: #C1949A;
}
.TagClassName
{
border-color: #C1949A;
}
</style>