Shades of My Pink #CA837D
Tints of My Pink #CA837D
RGB
CMYK
RGB Variations
Color information
#CA837D (or 0xCA837D) is known color: My Pink. HEX triplet: CA, 83 and 7D. RGB value is (202,131,125). Sum of RGB (Red+Green+Blue) = 202+131+125=458 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.10% from 458); Green value is 131 (51.56% from 255 or 28.60% from 458); Blue value is 125 (49.22% from 255 or 27.29% from 458); Max value from RGB is 202 - color contains mainly: red. Hex color #CA837D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA837D is #357C82. Grayscale: #979797. Windows color (decimal): -3505283 or 8225738. OLE color: 8225738.
HSL color Cylindrical-coordinate representation of color #CA837D: hue angle of 4.68º 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 #CA837D is Cyan = 0, Magento = 0.35, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 131 | 125 | - |
| CMYK | 0 | 0.35 | 0.38 | 0.21 |
| HSL | 4.68º | 0.42% | 0.64% | - |
| HSV(B) | 4.68º | 0.38% | 0.79% | - |
| XYZ | 36.18 | 30.27 | 23.34 | - |
| YUV | 151.55 | 113.02 | 163.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 131 | 125 | 0 | 0.35 | 0.38 | 0.21 | 4.68 | 0.42 | 0.64 |
| Hex | CA | 83 | 7D | 0 | 23 | 26 | 15 | 5 | 2A | 40 |
| Octal | 312 | 203 | 175 | 0 | 43 | 46 | 25 | 5 | 52 | 100 |
| Binary | 11001010 | 10000011 | 1111101 | 0 | 100011 | 100110 | 10101 | 101 | 101010 | 1000000 |
Color Harmonies of #CA837D
Complementary color
Monochromatic Colors of #CA837D
Black with #CA837D
Text Example
Text Example
White with #CA837D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA837D; }
p { color: rgb(202,131,125); }
H1.HeaderClassName
{
color: #CA837D;
}
.AnyTagClassName
{
color: #CA837D;
}
</style>
background-color css
<style>
a { background-color: #CA837D; }
a { background-color: rgb(202,131,125); }
div.DivClassName
{
background-color: #CA837D;
}
.BgClassName
{
background-color: #CA837D;
}
</style>
border-color css
<style>
span { border-color: #CA837D; }
span { border-color: rgb(202,131,125); }
td.TdClassName
{
border-color: #CA837D;
}
.TagClassName
{
border-color: #CA837D;
}
</style>