Shades of My Pink #CA8076
Tints of My Pink #CA8076
RGB
CMYK
RGB Variations
Color information
#CA8076 (or 0xCA8076) is known color: My Pink. HEX triplet: CA, 80 and 76. RGB value is (202,128,118). Sum of RGB (Red+Green+Blue) = 202+128+118=448 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.09% from 448); Green value is 128 (50.39% from 255 or 28.57% from 448); Blue value is 118 (46.48% from 255 or 26.34% from 448); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8076 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8076 is #357F89. Grayscale: #959595. Windows color (decimal): -3506058 or 7766218. OLE color: 7766218.
HSL color Cylindrical-coordinate representation of color #CA8076: hue angle of 7.14º degrees, saturation: 0.44, 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 #CA8076 is Cyan = 0, Magento = 0.37, Yellow = 0.42 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 128 | 118 | - |
| CMYK | 0 | 0.37 | 0.42 | 0.21 |
| HSL | 7.14º | 0.44% | 0.63% | - |
| HSV(B) | 7.14º | 0.42% | 0.79% | - |
| XYZ | 35.35 | 29.3 | 20.93 | - |
| YUV | 148.99 | 110.52 | 165.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 128 | 118 | 0 | 0.37 | 0.42 | 0.21 | 7.14 | 0.44 | 0.63 |
| Hex | CA | 80 | 76 | 0 | 25 | 2A | 15 | 7 | 2C | 3F |
| Octal | 312 | 200 | 166 | 0 | 45 | 52 | 25 | 7 | 54 | 77 |
| Binary | 11001010 | 10000000 | 1110110 | 0 | 100101 | 101010 | 10101 | 111 | 101100 | 111111 |
Color Harmonies of #CA8076
Complementary color
Monochromatic Colors of #CA8076
Black with #CA8076
Text Example
Text Example
White with #CA8076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8076; }
p { color: rgb(202,128,118); }
H1.HeaderClassName
{
color: #CA8076;
}
.AnyTagClassName
{
color: #CA8076;
}
</style>
background-color css
<style>
a { background-color: #CA8076; }
a { background-color: rgb(202,128,118); }
div.DivClassName
{
background-color: #CA8076;
}
.BgClassName
{
background-color: #CA8076;
}
</style>
border-color css
<style>
span { border-color: #CA8076; }
span { border-color: rgb(202,128,118); }
td.TdClassName
{
border-color: #CA8076;
}
.TagClassName
{
border-color: #CA8076;
}
</style>