Shades of Careys Pink #C59CA5
Tints of Careys Pink #C59CA5
RGB
CMYK
RGB Variations
Color information
#C59CA5 (or 0xC59CA5) is known color: Careys Pink. HEX triplet: C5, 9C and A5. RGB value is (197,156,165). Sum of RGB (Red+Green+Blue) = 197+156+165=518 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.03% from 518); Green value is 156 (61.33% from 255 or 30.12% from 518); Blue value is 165 (64.84% from 255 or 31.85% from 518); Max value from RGB is 197 - color contains mainly: red. Hex color #C59CA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C59CA5 is #3A635A. Grayscale: #A9A9A9. Windows color (decimal): -3826523 or 10853573. OLE color: 10853573.
HSL color Cylindrical-coordinate representation of color #C59CA5: hue angle of 346.83º degrees, saturation: 0.26, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C59CA5 is Cyan = 0, Magento = 0.21, Yellow = 0.16 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 156 | 165 | - |
| CMYK | 0 | 0.21 | 0.16 | 0.23 |
| HSL | 346.83º | 0.26% | 0.69% | - |
| HSV(B) | 346.83º | 0.21% | 0.77% | - |
| XYZ | 41.71 | 38.36 | 40.8 | - |
| YUV | 169.29 | 125.58 | 147.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 156 | 165 | 0 | 0.21 | 0.16 | 0.23 | 346.83 | 0.26 | 0.69 |
| Hex | C5 | 9C | A5 | 0 | 15 | 10 | 17 | 15B | 1A | 45 |
| Octal | 305 | 234 | 245 | 0 | 25 | 20 | 27 | 533 | 32 | 105 |
| Binary | 11000101 | 10011100 | 10100101 | 0 | 10101 | 10000 | 10111 | 101011011 | 11010 | 1000101 |
Color Harmonies of #C59CA5
Complementary color
Monochromatic Colors of #C59CA5
Black with #C59CA5
Text Example
Text Example
White with #C59CA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59CA5; }
p { color: rgb(197,156,165); }
H1.HeaderClassName
{
color: #C59CA5;
}
.AnyTagClassName
{
color: #C59CA5;
}
</style>
background-color css
<style>
a { background-color: #C59CA5; }
a { background-color: rgb(197,156,165); }
div.DivClassName
{
background-color: #C59CA5;
}
.BgClassName
{
background-color: #C59CA5;
}
</style>
border-color css
<style>
span { border-color: #C59CA5; }
span { border-color: rgb(197,156,165); }
td.TdClassName
{
border-color: #C59CA5;
}
.TagClassName
{
border-color: #C59CA5;
}
</style>