Shades of Careys Pink #C19598
Tints of Careys Pink #C19598
RGB
CMYK
RGB Variations
Color information
#C19598 (or 0xC19598) is known color: Careys Pink. HEX triplet: C1, 95 and 98. RGB value is (193,149,152). Sum of RGB (Red+Green+Blue) = 193+149+152=494 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.07% from 494); Green value is 149 (58.59% from 255 or 30.16% from 494); Blue value is 152 (59.77% from 255 or 30.77% from 494); Max value from RGB is 193 - color contains mainly: red. Hex color #C19598 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C19598 is #3E6A67. Grayscale: #A2A2A2. Windows color (decimal): -4090472 or 9999809. OLE color: 9999809.
HSL color Cylindrical-coordinate representation of color #C19598: hue angle of 355.91º degrees, saturation: 0.26, 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 #C19598 is Cyan = 0, Magento = 0.23, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 149 | 152 | - |
| CMYK | 0 | 0.23 | 0.21 | 0.24 |
| HSL | 355.91º | 0.26% | 0.67% | - |
| HSV(B) | 355.91º | 0.23% | 0.76% | - |
| XYZ | 38.41 | 35.1 | 34.46 | - |
| YUV | 162.5 | 122.08 | 149.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 149 | 152 | 0 | 0.23 | 0.21 | 0.24 | 355.91 | 0.26 | 0.67 |
| Hex | C1 | 95 | 98 | 0 | 17 | 15 | 18 | 164 | 1A | 43 |
| Octal | 301 | 225 | 230 | 0 | 27 | 25 | 30 | 544 | 32 | 103 |
| Binary | 11000001 | 10010101 | 10011000 | 0 | 10111 | 10101 | 11000 | 101100100 | 11010 | 1000011 |
Color Harmonies of #C19598
Complementary color
Monochromatic Colors of #C19598
Black with #C19598
Text Example
Text Example
White with #C19598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19598; }
p { color: rgb(193,149,152); }
H1.HeaderClassName
{
color: #C19598;
}
.AnyTagClassName
{
color: #C19598;
}
</style>
background-color css
<style>
a { background-color: #C19598; }
a { background-color: rgb(193,149,152); }
div.DivClassName
{
background-color: #C19598;
}
.BgClassName
{
background-color: #C19598;
}
</style>
border-color css
<style>
span { border-color: #C19598; }
span { border-color: rgb(193,149,152); }
td.TdClassName
{
border-color: #C19598;
}
.TagClassName
{
border-color: #C19598;
}
</style>