Shades of My Pink #CA847E
Tints of My Pink #CA847E
RGB
CMYK
RGB Variations
Color information
#CA847E (or 0xCA847E) is known color: My Pink. HEX triplet: CA, 84 and 7E. RGB value is (202,132,126). Sum of RGB (Red+Green+Blue) = 202+132+126=460 (60% of max value = 765). Red value is 202 (79.30% from 255 or 43.91% from 460); Green value is 132 (51.95% from 255 or 28.70% from 460); Blue value is 126 (49.61% from 255 or 27.39% from 460); Max value from RGB is 202 - color contains mainly: red. Hex color #CA847E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA847E is #357B81. Grayscale: #989898. Windows color (decimal): -3505026 or 8291530. OLE color: 8291530.
HSL color Cylindrical-coordinate representation of color #CA847E: hue angle of 4.74º 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 #CA847E is Cyan = 0, Magento = 0.35, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 132 | 126 | - |
| CMYK | 0 | 0.35 | 0.38 | 0.21 |
| HSL | 4.74º | 0.42% | 0.64% | - |
| HSV(B) | 4.74º | 0.38% | 0.79% | - |
| XYZ | 36.37 | 30.57 | 23.72 | - |
| YUV | 152.25 | 113.19 | 163.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 132 | 126 | 0 | 0.35 | 0.38 | 0.21 | 4.74 | 0.42 | 0.64 |
| Hex | CA | 84 | 7E | 0 | 23 | 26 | 15 | 5 | 2A | 40 |
| Octal | 312 | 204 | 176 | 0 | 43 | 46 | 25 | 5 | 52 | 100 |
| Binary | 11001010 | 10000100 | 1111110 | 0 | 100011 | 100110 | 10101 | 101 | 101010 | 1000000 |
Color Harmonies of #CA847E
Complementary color
Monochromatic Colors of #CA847E
Black with #CA847E
Text Example
Text Example
White with #CA847E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA847E; }
p { color: rgb(202,132,126); }
H1.HeaderClassName
{
color: #CA847E;
}
.AnyTagClassName
{
color: #CA847E;
}
</style>
background-color css
<style>
a { background-color: #CA847E; }
a { background-color: rgb(202,132,126); }
div.DivClassName
{
background-color: #CA847E;
}
.BgClassName
{
background-color: #CA847E;
}
</style>
border-color css
<style>
span { border-color: #CA847E; }
span { border-color: rgb(202,132,126); }
td.TdClassName
{
border-color: #CA847E;
}
.TagClassName
{
border-color: #CA847E;
}
</style>