Shades of Careys Pink #C5A3A7
Tints of Careys Pink #C5A3A7
RGB
CMYK
RGB Variations
Color information
#C5A3A7 (or 0xC5A3A7) is known color: Careys Pink. HEX triplet: C5, A3 and A7. RGB value is (197,163,167). Sum of RGB (Red+Green+Blue) = 197+163+167=527 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.38% from 527); Green value is 163 (64.06% from 255 or 30.93% from 527); Blue value is 167 (65.62% from 255 or 31.69% from 527); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A3A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5A3A7 is #3A5C58. Grayscale: #ADADAD. Windows color (decimal): -3824729 or 10986437. OLE color: 10986437.
HSL color Cylindrical-coordinate representation of color #C5A3A7: hue angle of 352.94º degrees, saturation: 0.23, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C5A3A7 is Cyan = 0, Magento = 0.17, Yellow = 0.15 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 163 | 167 | - |
| CMYK | 0 | 0.17 | 0.15 | 0.23 |
| HSL | 352.94º | 0.23% | 0.71% | - |
| HSV(B) | 352.94º | 0.17% | 0.77% | - |
| XYZ | 43.1 | 40.85 | 42.17 | - |
| YUV | 173.62 | 124.26 | 144.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 163 | 167 | 0 | 0.17 | 0.15 | 0.23 | 352.94 | 0.23 | 0.71 |
| Hex | C5 | A3 | A7 | 0 | 11 | F | 17 | 161 | 17 | 47 |
| Octal | 305 | 243 | 247 | 0 | 21 | 17 | 27 | 541 | 27 | 107 |
| Binary | 11000101 | 10100011 | 10100111 | 0 | 10001 | 1111 | 10111 | 101100001 | 10111 | 1000111 |
Color Harmonies of #C5A3A7
Complementary color
Monochromatic Colors of #C5A3A7
Black with #C5A3A7
Text Example
Text Example
White with #C5A3A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A3A7; }
p { color: rgb(197,163,167); }
H1.HeaderClassName
{
color: #C5A3A7;
}
.AnyTagClassName
{
color: #C5A3A7;
}
</style>
background-color css
<style>
a { background-color: #C5A3A7; }
a { background-color: rgb(197,163,167); }
div.DivClassName
{
background-color: #C5A3A7;
}
.BgClassName
{
background-color: #C5A3A7;
}
</style>
border-color css
<style>
span { border-color: #C5A3A7; }
span { border-color: rgb(197,163,167); }
td.TdClassName
{
border-color: #C5A3A7;
}
.TagClassName
{
border-color: #C5A3A7;
}
</style>