Shades of Careys Pink #C59698
Tints of Careys Pink #C59698
RGB
CMYK
RGB Variations
Color information
#C59698 (or 0xC59698) is known color: Careys Pink. HEX triplet: C5, 96 and 98. RGB value is (197,150,152). Sum of RGB (Red+Green+Blue) = 197+150+152=499 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.48% from 499); Green value is 150 (58.98% from 255 or 30.06% from 499); Blue value is 152 (59.77% from 255 or 30.46% from 499); Max value from RGB is 197 - color contains mainly: red. Hex color #C59698 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C59698 is #3A6967. Grayscale: #A4A4A4. Windows color (decimal): -3828072 or 10000069. OLE color: 10000069.
HSL color Cylindrical-coordinate representation of color #C59698: hue angle of 357.45º degrees, saturation: 0.29, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C59698 is Cyan = 0, Magento = 0.24, Yellow = 0.23 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 150 | 152 | - |
| CMYK | 0 | 0.24 | 0.23 | 0.23 |
| HSL | 357.45º | 0.29% | 0.68% | - |
| HSV(B) | 357.45º | 0.24% | 0.77% | - |
| XYZ | 39.6 | 35.95 | 34.56 | - |
| YUV | 164.28 | 121.07 | 151.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 150 | 152 | 0 | 0.24 | 0.23 | 0.23 | 357.45 | 0.29 | 0.68 |
| Hex | C5 | 96 | 98 | 0 | 18 | 17 | 17 | 165 | 1D | 44 |
| Octal | 305 | 226 | 230 | 0 | 30 | 27 | 27 | 545 | 35 | 104 |
| Binary | 11000101 | 10010110 | 10011000 | 0 | 11000 | 10111 | 10111 | 101100101 | 11101 | 1000100 |
Color Harmonies of #C59698
Complementary color
Monochromatic Colors of #C59698
Black with #C59698
Text Example
Text Example
White with #C59698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59698; }
p { color: rgb(197,150,152); }
H1.HeaderClassName
{
color: #C59698;
}
.AnyTagClassName
{
color: #C59698;
}
</style>
background-color css
<style>
a { background-color: #C59698; }
a { background-color: rgb(197,150,152); }
div.DivClassName
{
background-color: #C59698;
}
.BgClassName
{
background-color: #C59698;
}
</style>
border-color css
<style>
span { border-color: #C59698; }
span { border-color: rgb(197,150,152); }
td.TdClassName
{
border-color: #C59698;
}
.TagClassName
{
border-color: #C59698;
}
</style>