Shades of My Pink #CA857D
Tints of My Pink #CA857D
RGB
CMYK
RGB Variations
Color information
#CA857D (or 0xCA857D) is known color: My Pink. HEX triplet: CA, 85 and 7D. RGB value is (202,133,125). Sum of RGB (Red+Green+Blue) = 202+133+125=460 (60% of max value = 765). Red value is 202 (79.30% from 255 or 43.91% from 460); Green value is 133 (52.34% from 255 or 28.91% from 460); Blue value is 125 (49.22% from 255 or 27.17% from 460); Max value from RGB is 202 - color contains mainly: red. Hex color #CA857D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA857D is #357A82. Grayscale: #989898. Windows color (decimal): -3504771 or 8226250. OLE color: 8226250.
HSL color Cylindrical-coordinate representation of color #CA857D: hue angle of 6.23º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CA857D is Cyan = 0, Magento = 0.34, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 133 | 125 | - |
| CMYK | 0 | 0.34 | 0.38 | 0.21 |
| HSL | 6.23º | 0.42% | 0.64% | - |
| HSV(B) | 6.23º | 0.38% | 0.79% | - |
| XYZ | 36.45 | 30.81 | 23.43 | - |
| YUV | 152.72 | 112.36 | 163.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 133 | 125 | 0 | 0.34 | 0.38 | 0.21 | 6.23 | 0.42 | 0.64 |
| Hex | CA | 85 | 7D | 0 | 22 | 26 | 15 | 6 | 2A | 40 |
| Octal | 312 | 205 | 175 | 0 | 42 | 46 | 25 | 6 | 52 | 100 |
| Binary | 11001010 | 10000101 | 1111101 | 0 | 100010 | 100110 | 10101 | 110 | 101010 | 1000000 |
Color Harmonies of #CA857D
Complementary color
Monochromatic Colors of #CA857D
Black with #CA857D
Text Example
Text Example
White with #CA857D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA857D; }
p { color: rgb(202,133,125); }
H1.HeaderClassName
{
color: #CA857D;
}
.AnyTagClassName
{
color: #CA857D;
}
</style>
background-color css
<style>
a { background-color: #CA857D; }
a { background-color: rgb(202,133,125); }
div.DivClassName
{
background-color: #CA857D;
}
.BgClassName
{
background-color: #CA857D;
}
</style>
border-color css
<style>
span { border-color: #CA857D; }
span { border-color: rgb(202,133,125); }
td.TdClassName
{
border-color: #CA857D;
}
.TagClassName
{
border-color: #CA857D;
}
</style>