Shades of My Pink #CA8575
Tints of My Pink #CA8575
RGB
CMYK
RGB Variations
Color information
#CA8575 (or 0xCA8575) is known color: My Pink. HEX triplet: CA, 85 and 75. RGB value is (202,133,117). Sum of RGB (Red+Green+Blue) = 202+133+117=452 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.69% from 452); Green value is 133 (52.34% from 255 or 29.42% from 452); Blue value is 117 (46.09% from 255 or 25.88% from 452); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8575 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8575 is #357A8A. Grayscale: #979797. Windows color (decimal): -3504779 or 7701962. OLE color: 7701962.
HSL color Cylindrical-coordinate representation of color #CA8575: hue angle of 11.29º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CA8575 is Cyan = 0, Magento = 0.34, Yellow = 0.42 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 133 | 117 | - |
| CMYK | 0 | 0.34 | 0.42 | 0.21 |
| HSL | 11.29º | 0.45% | 0.63% | - |
| HSV(B) | 11.29º | 0.42% | 0.79% | - |
| XYZ | 35.96 | 30.62 | 20.84 | - |
| YUV | 151.81 | 108.36 | 163.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 133 | 117 | 0 | 0.34 | 0.42 | 0.21 | 11.29 | 0.45 | 0.63 |
| Hex | CA | 85 | 75 | 0 | 22 | 2A | 15 | B | 2D | 3F |
| Octal | 312 | 205 | 165 | 0 | 42 | 52 | 25 | 13 | 55 | 77 |
| Binary | 11001010 | 10000101 | 1110101 | 0 | 100010 | 101010 | 10101 | 1011 | 101101 | 111111 |
Color Harmonies of #CA8575
Complementary color
Monochromatic Colors of #CA8575
Black with #CA8575
Text Example
Text Example
White with #CA8575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8575; }
p { color: rgb(202,133,117); }
H1.HeaderClassName
{
color: #CA8575;
}
.AnyTagClassName
{
color: #CA8575;
}
</style>
background-color css
<style>
a { background-color: #CA8575; }
a { background-color: rgb(202,133,117); }
div.DivClassName
{
background-color: #CA8575;
}
.BgClassName
{
background-color: #CA8575;
}
</style>
border-color css
<style>
span { border-color: #CA8575; }
span { border-color: rgb(202,133,117); }
td.TdClassName
{
border-color: #CA8575;
}
.TagClassName
{
border-color: #CA8575;
}
</style>