Shades of Careys Pink #C19294
Tints of Careys Pink #C19294
RGB
CMYK
RGB Variations
Color information
#C19294 (or 0xC19294) is known color: Careys Pink. HEX triplet: C1, 92 and 94. RGB value is (193,146,148). Sum of RGB (Red+Green+Blue) = 193+146+148=487 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.63% from 487); Green value is 146 (57.42% from 255 or 29.98% from 487); Blue value is 148 (58.20% from 255 or 30.39% from 487); Max value from RGB is 193 - color contains mainly: red. Hex color #C19294 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C19294 is #3E6D6B. Grayscale: #A0A0A0. Windows color (decimal): -4091244 or 9736897. OLE color: 9736897.
HSL color Cylindrical-coordinate representation of color #C19294: hue angle of 357.45º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C19294 is Cyan = 0, Magento = 0.24, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 146 | 148 | - |
| CMYK | 0 | 0.24 | 0.23 | 0.24 |
| HSL | 357.45º | 0.27% | 0.66% | - |
| HSV(B) | 357.45º | 0.24% | 0.76% | - |
| XYZ | 37.62 | 34.03 | 32.6 | - |
| YUV | 160.28 | 121.07 | 151.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 146 | 148 | 0 | 0.24 | 0.23 | 0.24 | 357.45 | 0.27 | 0.66 |
| Hex | C1 | 92 | 94 | 0 | 18 | 17 | 18 | 165 | 1B | 42 |
| Octal | 301 | 222 | 224 | 0 | 30 | 27 | 30 | 545 | 33 | 102 |
| Binary | 11000001 | 10010010 | 10010100 | 0 | 11000 | 10111 | 11000 | 101100101 | 11011 | 1000010 |
Color Harmonies of #C19294
Complementary color
Monochromatic Colors of #C19294
Black with #C19294
Text Example
Text Example
White with #C19294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19294; }
p { color: rgb(193,146,148); }
H1.HeaderClassName
{
color: #C19294;
}
.AnyTagClassName
{
color: #C19294;
}
</style>
background-color css
<style>
a { background-color: #C19294; }
a { background-color: rgb(193,146,148); }
div.DivClassName
{
background-color: #C19294;
}
.BgClassName
{
background-color: #C19294;
}
</style>
border-color css
<style>
span { border-color: #C19294; }
span { border-color: rgb(193,146,148); }
td.TdClassName
{
border-color: #C19294;
}
.TagClassName
{
border-color: #C19294;
}
</style>