Shades of My Pink #CA857C
Tints of My Pink #CA857C
RGB
CMYK
RGB Variations
Color information
#CA857C (or 0xCA857C) is known color: My Pink. HEX triplet: CA, 85 and 7C. RGB value is (202,133,124). Sum of RGB (Red+Green+Blue) = 202+133+124=459 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.01% from 459); Green value is 133 (52.34% from 255 or 28.98% from 459); Blue value is 124 (48.83% from 255 or 27.02% from 459); Max value from RGB is 202 - color contains mainly: red. Hex color #CA857C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA857C is #357A83. Grayscale: #989898. Windows color (decimal): -3504772 or 8160714. OLE color: 8160714.
HSL color Cylindrical-coordinate representation of color #CA857C: hue angle of 6.92º 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 #CA857C is Cyan = 0, Magento = 0.34, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 133 | 124 | - |
| CMYK | 0 | 0.34 | 0.39 | 0.21 |
| HSL | 6.92º | 0.42% | 0.64% | - |
| HSV(B) | 6.92º | 0.39% | 0.79% | - |
| XYZ | 36.38 | 30.79 | 23.09 | - |
| YUV | 152.61 | 111.86 | 163.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 133 | 124 | 0 | 0.34 | 0.39 | 0.21 | 6.92 | 0.42 | 0.64 |
| Hex | CA | 85 | 7C | 0 | 22 | 27 | 15 | 7 | 2A | 40 |
| Octal | 312 | 205 | 174 | 0 | 42 | 47 | 25 | 7 | 52 | 100 |
| Binary | 11001010 | 10000101 | 1111100 | 0 | 100010 | 100111 | 10101 | 111 | 101010 | 1000000 |
Color Harmonies of #CA857C
Complementary color
Monochromatic Colors of #CA857C
Black with #CA857C
Text Example
Text Example
White with #CA857C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA857C; }
p { color: rgb(202,133,124); }
H1.HeaderClassName
{
color: #CA857C;
}
.AnyTagClassName
{
color: #CA857C;
}
</style>
background-color css
<style>
a { background-color: #CA857C; }
a { background-color: rgb(202,133,124); }
div.DivClassName
{
background-color: #CA857C;
}
.BgClassName
{
background-color: #CA857C;
}
</style>
border-color css
<style>
span { border-color: #CA857C; }
span { border-color: rgb(202,133,124); }
td.TdClassName
{
border-color: #CA857C;
}
.TagClassName
{
border-color: #CA857C;
}
</style>