Shades of Careys Pink #C59FAA
Tints of Careys Pink #C59FAA
RGB
CMYK
RGB Variations
Color information
#C59FAA (or 0xC59FAA) is known color: Careys Pink. HEX triplet: C5, 9F and AA. RGB value is (197,159,170). Sum of RGB (Red+Green+Blue) = 197+159+170=526 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.45% from 526); Green value is 159 (62.5% from 255 or 30.23% from 526); Blue value is 170 (66.80% from 255 or 32.32% from 526); Max value from RGB is 197 - color contains mainly: red. Hex color #C59FAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C59FAA is #3A6055. Grayscale: #ABABAB. Windows color (decimal): -3825750 or 11182021. OLE color: 11182021.
HSL color Cylindrical-coordinate representation of color #C59FAA: hue angle of 342.63º degrees, saturation: 0.25, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C59FAA is Cyan = 0, Magento = 0.19, Yellow = 0.14 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 159 | 170 | - |
| CMYK | 0 | 0.19 | 0.14 | 0.23 |
| HSL | 342.63º | 0.25% | 0.7% | - |
| HSV(B) | 342.63º | 0.19% | 0.77% | - |
| XYZ | 42.68 | 39.57 | 43.42 | - |
| YUV | 171.62 | 127.09 | 146.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 159 | 170 | 0 | 0.19 | 0.14 | 0.23 | 342.63 | 0.25 | 0.7 |
| Hex | C5 | 9F | AA | 0 | 13 | E | 17 | 157 | 19 | 46 |
| Octal | 305 | 237 | 252 | 0 | 23 | 16 | 27 | 527 | 31 | 106 |
| Binary | 11000101 | 10011111 | 10101010 | 0 | 10011 | 1110 | 10111 | 101010111 | 11001 | 1000110 |
Color Harmonies of #C59FAA
Complementary color
Monochromatic Colors of #C59FAA
Black with #C59FAA
Text Example
Text Example
White with #C59FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59FAA; }
p { color: rgb(197,159,170); }
H1.HeaderClassName
{
color: #C59FAA;
}
.AnyTagClassName
{
color: #C59FAA;
}
</style>
background-color css
<style>
a { background-color: #C59FAA; }
a { background-color: rgb(197,159,170); }
div.DivClassName
{
background-color: #C59FAA;
}
.BgClassName
{
background-color: #C59FAA;
}
</style>
border-color css
<style>
span { border-color: #C59FAA; }
span { border-color: rgb(197,159,170); }
td.TdClassName
{
border-color: #C59FAA;
}
.TagClassName
{
border-color: #C59FAA;
}
</style>