Shades of Careys Pink #C19699
Tints of Careys Pink #C19699
RGB
CMYK
RGB Variations
Color information
#C19699 (or 0xC19699) is known color: Careys Pink. HEX triplet: C1, 96 and 99. RGB value is (193,150,153). Sum of RGB (Red+Green+Blue) = 193+150+153=496 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.91% from 496); Green value is 150 (58.98% from 255 or 30.24% from 496); Blue value is 153 (60.16% from 255 or 30.85% from 496); Max value from RGB is 193 - color contains mainly: red. Hex color #C19699 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C19699 is #3E6966. Grayscale: #A3A3A3. Windows color (decimal): -4090215 or 10065601. OLE color: 10065601.
HSL color Cylindrical-coordinate representation of color #C19699: hue angle of 355.81º degrees, saturation: 0.26, 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 #C19699 is Cyan = 0, Magento = 0.22, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 150 | 153 | - |
| CMYK | 0 | 0.22 | 0.21 | 0.24 |
| HSL | 355.81º | 0.26% | 0.67% | - |
| HSV(B) | 355.81º | 0.22% | 0.76% | - |
| XYZ | 38.65 | 35.45 | 34.94 | - |
| YUV | 163.2 | 122.25 | 149.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 150 | 153 | 0 | 0.22 | 0.21 | 0.24 | 355.81 | 0.26 | 0.67 |
| Hex | C1 | 96 | 99 | 0 | 16 | 15 | 18 | 164 | 1A | 43 |
| Octal | 301 | 226 | 231 | 0 | 26 | 25 | 30 | 544 | 32 | 103 |
| Binary | 11000001 | 10010110 | 10011001 | 0 | 10110 | 10101 | 11000 | 101100100 | 11010 | 1000011 |
Color Harmonies of #C19699
Complementary color
Monochromatic Colors of #C19699
Black with #C19699
Text Example
Text Example
White with #C19699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19699; }
p { color: rgb(193,150,153); }
H1.HeaderClassName
{
color: #C19699;
}
.AnyTagClassName
{
color: #C19699;
}
</style>
background-color css
<style>
a { background-color: #C19699; }
a { background-color: rgb(193,150,153); }
div.DivClassName
{
background-color: #C19699;
}
.BgClassName
{
background-color: #C19699;
}
</style>
border-color css
<style>
span { border-color: #C19699; }
span { border-color: rgb(193,150,153); }
td.TdClassName
{
border-color: #C19699;
}
.TagClassName
{
border-color: #C19699;
}
</style>