Shades of My Pink #CA8179
Tints of My Pink #CA8179
RGB
CMYK
RGB Variations
Color information
#CA8179 (or 0xCA8179) is known color: My Pink. HEX triplet: CA, 81 and 79. RGB value is (202,129,121). Sum of RGB (Red+Green+Blue) = 202+129+121=452 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.69% from 452); Green value is 129 (50.78% from 255 or 28.54% from 452); Blue value is 121 (47.66% from 255 or 26.77% from 452); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8179 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8179 is #357E86. Grayscale: #969696. Windows color (decimal): -3505799 or 7963082. OLE color: 7963082.
HSL color Cylindrical-coordinate representation of color #CA8179: hue angle of 5.93º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CA8179 is Cyan = 0, Magento = 0.36, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 129 | 121 | - |
| CMYK | 0 | 0.36 | 0.40 | 0.21 |
| HSL | 5.93º | 0.43% | 0.63% | - |
| HSV(B) | 5.93º | 0.4% | 0.79% | - |
| XYZ | 35.66 | 29.64 | 21.93 | - |
| YUV | 149.92 | 111.68 | 165.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 129 | 121 | 0 | 0.36 | 0.40 | 0.21 | 5.93 | 0.43 | 0.63 |
| Hex | CA | 81 | 79 | 0 | 24 | 28 | 15 | 6 | 2B | 3F |
| Octal | 312 | 201 | 171 | 0 | 44 | 50 | 25 | 6 | 53 | 77 |
| Binary | 11001010 | 10000001 | 1111001 | 0 | 100100 | 101000 | 10101 | 110 | 101011 | 111111 |
Color Harmonies of #CA8179
Complementary color
Monochromatic Colors of #CA8179
Black with #CA8179
Text Example
Text Example
White with #CA8179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8179; }
p { color: rgb(202,129,121); }
H1.HeaderClassName
{
color: #CA8179;
}
.AnyTagClassName
{
color: #CA8179;
}
</style>
background-color css
<style>
a { background-color: #CA8179; }
a { background-color: rgb(202,129,121); }
div.DivClassName
{
background-color: #CA8179;
}
.BgClassName
{
background-color: #CA8179;
}
</style>
border-color css
<style>
span { border-color: #CA8179; }
span { border-color: rgb(202,129,121); }
td.TdClassName
{
border-color: #CA8179;
}
.TagClassName
{
border-color: #CA8179;
}
</style>