Shades of My Pink #CA887D
Tints of My Pink #CA887D
RGB
CMYK
RGB Variations
Color information
#CA887D (or 0xCA887D) is known color: My Pink. HEX triplet: CA, 88 and 7D. RGB value is (202,136,125). Sum of RGB (Red+Green+Blue) = 202+136+125=463 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.63% from 463); Green value is 136 (53.52% from 255 or 29.37% from 463); Blue value is 125 (49.22% from 255 or 27.00% from 463); Max value from RGB is 202 - color contains mainly: red. Hex color #CA887D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA887D is #357782. Grayscale: #9A9A9A. Windows color (decimal): -3504003 or 8227018. OLE color: 8227018.
HSL color Cylindrical-coordinate representation of color #CA887D: hue angle of 8.57º 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 #CA887D is Cyan = 0, Magento = 0.33, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 136 | 125 | - |
| CMYK | 0 | 0.33 | 0.38 | 0.21 |
| HSL | 8.57º | 0.42% | 0.64% | - |
| HSV(B) | 8.57º | 0.38% | 0.79% | - |
| XYZ | 36.86 | 31.65 | 23.57 | - |
| YUV | 154.48 | 111.37 | 161.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 136 | 125 | 0 | 0.33 | 0.38 | 0.21 | 8.57 | 0.42 | 0.64 |
| Hex | CA | 88 | 7D | 0 | 21 | 26 | 15 | 9 | 2A | 40 |
| Octal | 312 | 210 | 175 | 0 | 41 | 46 | 25 | 11 | 52 | 100 |
| Binary | 11001010 | 10001000 | 1111101 | 0 | 100001 | 100110 | 10101 | 1001 | 101010 | 1000000 |
Color Harmonies of #CA887D
Complementary color
Monochromatic Colors of #CA887D
Black with #CA887D
Text Example
Text Example
White with #CA887D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA887D; }
p { color: rgb(202,136,125); }
H1.HeaderClassName
{
color: #CA887D;
}
.AnyTagClassName
{
color: #CA887D;
}
</style>
background-color css
<style>
a { background-color: #CA887D; }
a { background-color: rgb(202,136,125); }
div.DivClassName
{
background-color: #CA887D;
}
.BgClassName
{
background-color: #CA887D;
}
</style>
border-color css
<style>
span { border-color: #CA887D; }
span { border-color: rgb(202,136,125); }
td.TdClassName
{
border-color: #CA887D;
}
.TagClassName
{
border-color: #CA887D;
}
</style>