Shades of My Pink #CA8C7C
Tints of My Pink #CA8C7C
RGB
CMYK
RGB Variations
Color information
#CA8C7C (or 0xCA8C7C) is known color: My Pink. HEX triplet: CA, 8C and 7C. RGB value is (202,140,124). Sum of RGB (Red+Green+Blue) = 202+140+124=466 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.35% from 466); Green value is 140 (55.08% from 255 or 30.04% from 466); Blue value is 124 (48.83% from 255 or 26.61% from 466); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8C7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8C7C is #357383. Grayscale: #9C9C9C. Windows color (decimal): -3502980 or 8162506. OLE color: 8162506.
HSL color Cylindrical-coordinate representation of color #CA8C7C: hue angle of 12.31º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CA8C7C is Cyan = 0, Magento = 0.31, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 140 | 124 | - |
| CMYK | 0 | 0.31 | 0.39 | 0.21 |
| HSL | 12.31º | 0.42% | 0.64% | - |
| HSV(B) | 12.31º | 0.39% | 0.79% | - |
| XYZ | 37.37 | 32.77 | 23.42 | - |
| YUV | 156.71 | 109.54 | 160.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 140 | 124 | 0 | 0.31 | 0.39 | 0.21 | 12.31 | 0.42 | 0.64 |
| Hex | CA | 8C | 7C | 0 | 1F | 27 | 15 | C | 2A | 40 |
| Octal | 312 | 214 | 174 | 0 | 37 | 47 | 25 | 14 | 52 | 100 |
| Binary | 11001010 | 10001100 | 1111100 | 0 | 11111 | 100111 | 10101 | 1100 | 101010 | 1000000 |
Color Harmonies of #CA8C7C
Complementary color
Monochromatic Colors of #CA8C7C
Black with #CA8C7C
Text Example
Text Example
White with #CA8C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8C7C; }
p { color: rgb(202,140,124); }
H1.HeaderClassName
{
color: #CA8C7C;
}
.AnyTagClassName
{
color: #CA8C7C;
}
</style>
background-color css
<style>
a { background-color: #CA8C7C; }
a { background-color: rgb(202,140,124); }
div.DivClassName
{
background-color: #CA8C7C;
}
.BgClassName
{
background-color: #CA8C7C;
}
</style>
border-color css
<style>
span { border-color: #CA8C7C; }
span { border-color: rgb(202,140,124); }
td.TdClassName
{
border-color: #CA8C7C;
}
.TagClassName
{
border-color: #CA8C7C;
}
</style>