Shades of My Pink #CA827D
Tints of My Pink #CA827D
RGB
CMYK
RGB Variations
Color information
#CA827D (or 0xCA827D) is known color: My Pink. HEX triplet: CA, 82 and 7D. RGB value is (202,130,125). Sum of RGB (Red+Green+Blue) = 202+130+125=457 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.20% from 457); Green value is 130 (51.17% from 255 or 28.45% from 457); Blue value is 125 (49.22% from 255 or 27.35% from 457); Max value from RGB is 202 - color contains mainly: red. Hex color #CA827D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA827D is #357D82. Grayscale: #979797. Windows color (decimal): -3505539 or 8225482. OLE color: 8225482.
HSL color Cylindrical-coordinate representation of color #CA827D: hue angle of 3.9º 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 #CA827D is Cyan = 0, Magento = 0.36, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 130 | 125 | - |
| CMYK | 0 | 0.36 | 0.38 | 0.21 |
| HSL | 3.9º | 0.42% | 0.64% | - |
| HSV(B) | 3.9º | 0.38% | 0.79% | - |
| XYZ | 36.04 | 30 | 23.29 | - |
| YUV | 150.96 | 113.35 | 164.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 130 | 125 | 0 | 0.36 | 0.38 | 0.21 | 3.9 | 0.42 | 0.64 |
| Hex | CA | 82 | 7D | 0 | 24 | 26 | 15 | 4 | 2A | 40 |
| Octal | 312 | 202 | 175 | 0 | 44 | 46 | 25 | 4 | 52 | 100 |
| Binary | 11001010 | 10000010 | 1111101 | 0 | 100100 | 100110 | 10101 | 100 | 101010 | 1000000 |
Color Harmonies of #CA827D
Complementary color
Monochromatic Colors of #CA827D
Black with #CA827D
Text Example
Text Example
White with #CA827D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA827D; }
p { color: rgb(202,130,125); }
H1.HeaderClassName
{
color: #CA827D;
}
.AnyTagClassName
{
color: #CA827D;
}
</style>
background-color css
<style>
a { background-color: #CA827D; }
a { background-color: rgb(202,130,125); }
div.DivClassName
{
background-color: #CA827D;
}
.BgClassName
{
background-color: #CA827D;
}
</style>
border-color css
<style>
span { border-color: #CA827D; }
span { border-color: rgb(202,130,125); }
td.TdClassName
{
border-color: #CA827D;
}
.TagClassName
{
border-color: #CA827D;
}
</style>