Shades of My Pink #CA8778
Tints of My Pink #CA8778
RGB
CMYK
RGB Variations
Color information
#CA8778 (or 0xCA8778) is known color: My Pink. HEX triplet: CA, 87 and 78. RGB value is (202,135,120). Sum of RGB (Red+Green+Blue) = 202+135+120=457 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.20% from 457); Green value is 135 (53.12% from 255 or 29.54% from 457); Blue value is 120 (47.27% from 255 or 26.26% from 457); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8778 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8778 is #357887. Grayscale: #999999. Windows color (decimal): -3504264 or 7899082. OLE color: 7899082.
HSL color Cylindrical-coordinate representation of color #CA8778: hue angle of 10.98º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CA8778 is Cyan = 0, Magento = 0.33, Yellow = 0.41 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 135 | 120 | - |
| CMYK | 0 | 0.33 | 0.41 | 0.21 |
| HSL | 10.98º | 0.44% | 0.63% | - |
| HSV(B) | 10.98º | 0.41% | 0.79% | - |
| XYZ | 36.41 | 31.24 | 21.88 | - |
| YUV | 153.32 | 109.2 | 162.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 135 | 120 | 0 | 0.33 | 0.41 | 0.21 | 10.98 | 0.44 | 0.63 |
| Hex | CA | 87 | 78 | 0 | 21 | 29 | 15 | B | 2C | 3F |
| Octal | 312 | 207 | 170 | 0 | 41 | 51 | 25 | 13 | 54 | 77 |
| Binary | 11001010 | 10000111 | 1111000 | 0 | 100001 | 101001 | 10101 | 1011 | 101100 | 111111 |
Color Harmonies of #CA8778
Complementary color
Monochromatic Colors of #CA8778
Black with #CA8778
Text Example
Text Example
White with #CA8778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8778; }
p { color: rgb(202,135,120); }
H1.HeaderClassName
{
color: #CA8778;
}
.AnyTagClassName
{
color: #CA8778;
}
</style>
background-color css
<style>
a { background-color: #CA8778; }
a { background-color: rgb(202,135,120); }
div.DivClassName
{
background-color: #CA8778;
}
.BgClassName
{
background-color: #CA8778;
}
</style>
border-color css
<style>
span { border-color: #CA8778; }
span { border-color: rgb(202,135,120); }
td.TdClassName
{
border-color: #CA8778;
}
.TagClassName
{
border-color: #CA8778;
}
</style>