Shades of My Pink #CA8078
Tints of My Pink #CA8078
RGB
CMYK
RGB Variations
Color information
#CA8078 (or 0xCA8078) is known color: My Pink. HEX triplet: CA, 80 and 78. RGB value is (202,128,120). Sum of RGB (Red+Green+Blue) = 202+128+120=450 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.89% from 450); Green value is 128 (50.39% from 255 or 28.44% from 450); Blue value is 120 (47.27% from 255 or 26.67% from 450); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8078 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8078 is #357F87. Grayscale: #959595. Windows color (decimal): -3506056 or 7897290. OLE color: 7897290.
HSL color Cylindrical-coordinate representation of color #CA8078: hue angle of 5.85º 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 #CA8078 is Cyan = 0, Magento = 0.37, Yellow = 0.41 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 128 | 120 | - |
| CMYK | 0 | 0.37 | 0.41 | 0.21 |
| HSL | 5.85º | 0.44% | 0.63% | - |
| HSV(B) | 5.85º | 0.41% | 0.79% | - |
| XYZ | 35.47 | 29.35 | 21.57 | - |
| YUV | 149.21 | 111.52 | 165.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 128 | 120 | 0 | 0.37 | 0.41 | 0.21 | 5.85 | 0.44 | 0.63 |
| Hex | CA | 80 | 78 | 0 | 25 | 29 | 15 | 6 | 2C | 3F |
| Octal | 312 | 200 | 170 | 0 | 45 | 51 | 25 | 6 | 54 | 77 |
| Binary | 11001010 | 10000000 | 1111000 | 0 | 100101 | 101001 | 10101 | 110 | 101100 | 111111 |
Color Harmonies of #CA8078
Complementary color
Monochromatic Colors of #CA8078
Black with #CA8078
Text Example
Text Example
White with #CA8078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8078; }
p { color: rgb(202,128,120); }
H1.HeaderClassName
{
color: #CA8078;
}
.AnyTagClassName
{
color: #CA8078;
}
</style>
background-color css
<style>
a { background-color: #CA8078; }
a { background-color: rgb(202,128,120); }
div.DivClassName
{
background-color: #CA8078;
}
.BgClassName
{
background-color: #CA8078;
}
</style>
border-color css
<style>
span { border-color: #CA8078; }
span { border-color: rgb(202,128,120); }
td.TdClassName
{
border-color: #CA8078;
}
.TagClassName
{
border-color: #CA8078;
}
</style>