Shades of Careys Pink #C59BA2
Tints of Careys Pink #C59BA2
RGB
CMYK
RGB Variations
Color information
#C59BA2 (or 0xC59BA2) is known color: Careys Pink. HEX triplet: C5, 9B and A2. RGB value is (197,155,162). Sum of RGB (Red+Green+Blue) = 197+155+162=514 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.33% from 514); Green value is 155 (60.94% from 255 or 30.16% from 514); Blue value is 162 (63.67% from 255 or 31.52% from 514); Max value from RGB is 197 - color contains mainly: red. Hex color #C59BA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C59BA2 is #3A645D. Grayscale: #A8A8A8. Windows color (decimal): -3826782 or 10656709. OLE color: 10656709.
HSL color Cylindrical-coordinate representation of color #C59BA2: hue angle of 350º degrees, saturation: 0.27, 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 #C59BA2 is Cyan = 0, Magento = 0.21, Yellow = 0.18 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 155 | 162 | - |
| CMYK | 0 | 0.21 | 0.18 | 0.23 |
| HSL | 350º | 0.27% | 0.69% | - |
| HSV(B) | 350º | 0.21% | 0.77% | - |
| XYZ | 41.27 | 37.92 | 39.33 | - |
| YUV | 168.36 | 124.41 | 148.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 155 | 162 | 0 | 0.21 | 0.18 | 0.23 | 350 | 0.27 | 0.69 |
| Hex | C5 | 9B | A2 | 0 | 15 | 12 | 17 | 15E | 1B | 45 |
| Octal | 305 | 233 | 242 | 0 | 25 | 22 | 27 | 536 | 33 | 105 |
| Binary | 11000101 | 10011011 | 10100010 | 0 | 10101 | 10010 | 10111 | 101011110 | 11011 | 1000101 |
Color Harmonies of #C59BA2
Complementary color
Monochromatic Colors of #C59BA2
Black with #C59BA2
Text Example
Text Example
White with #C59BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59BA2; }
p { color: rgb(197,155,162); }
H1.HeaderClassName
{
color: #C59BA2;
}
.AnyTagClassName
{
color: #C59BA2;
}
</style>
background-color css
<style>
a { background-color: #C59BA2; }
a { background-color: rgb(197,155,162); }
div.DivClassName
{
background-color: #C59BA2;
}
.BgClassName
{
background-color: #C59BA2;
}
</style>
border-color css
<style>
span { border-color: #C59BA2; }
span { border-color: rgb(197,155,162); }
td.TdClassName
{
border-color: #C59BA2;
}
.TagClassName
{
border-color: #C59BA2;
}
</style>