Shades of Careys Pink #C19697
Tints of Careys Pink #C19697
RGB
CMYK
RGB Variations
Color information
#C19697 (or 0xC19697) is known color: Careys Pink. HEX triplet: C1, 96 and 97. RGB value is (193,150,151). Sum of RGB (Red+Green+Blue) = 193+150+151=494 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.07% from 494); Green value is 150 (58.98% from 255 or 30.36% from 494); Blue value is 151 (59.38% from 255 or 30.57% from 494); Max value from RGB is 193 - color contains mainly: red. Hex color #C19697 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C19697 is #3E6968. Grayscale: #A3A3A3. Windows color (decimal): -4090217 or 9934529. OLE color: 9934529.
HSL color Cylindrical-coordinate representation of color #C19697: hue angle of 358.6º 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 #C19697 is Cyan = 0, Magento = 0.22, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 150 | 151 | - |
| CMYK | 0 | 0.22 | 0.22 | 0.24 |
| HSL | 358.6º | 0.26% | 0.67% | - |
| HSV(B) | 358.6º | 0.22% | 0.76% | - |
| XYZ | 38.48 | 35.38 | 34.08 | - |
| YUV | 162.97 | 121.25 | 149.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 150 | 151 | 0 | 0.22 | 0.22 | 0.24 | 358.6 | 0.26 | 0.67 |
| Hex | C1 | 96 | 97 | 0 | 16 | 16 | 18 | 167 | 1A | 43 |
| Octal | 301 | 226 | 227 | 0 | 26 | 26 | 30 | 547 | 32 | 103 |
| Binary | 11000001 | 10010110 | 10010111 | 0 | 10110 | 10110 | 11000 | 101100111 | 11010 | 1000011 |
Color Harmonies of #C19697
Complementary color
Monochromatic Colors of #C19697
Black with #C19697
Text Example
Text Example
White with #C19697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19697; }
p { color: rgb(193,150,151); }
H1.HeaderClassName
{
color: #C19697;
}
.AnyTagClassName
{
color: #C19697;
}
</style>
background-color css
<style>
a { background-color: #C19697; }
a { background-color: rgb(193,150,151); }
div.DivClassName
{
background-color: #C19697;
}
.BgClassName
{
background-color: #C19697;
}
</style>
border-color css
<style>
span { border-color: #C19697; }
span { border-color: rgb(193,150,151); }
td.TdClassName
{
border-color: #C19697;
}
.TagClassName
{
border-color: #C19697;
}
</style>