Shades of My Pink #CA8375
Tints of My Pink #CA8375
RGB
CMYK
RGB Variations
Color information
#CA8375 (or 0xCA8375) is known color: My Pink. HEX triplet: CA, 83 and 75. RGB value is (202,131,117). Sum of RGB (Red+Green+Blue) = 202+131+117=450 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.89% from 450); Green value is 131 (51.56% from 255 or 29.11% from 450); Blue value is 117 (46.09% from 255 or 26% from 450); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8375 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8375 is #357C8A. Grayscale: #969696. Windows color (decimal): -3505291 or 7701450. OLE color: 7701450.
HSL color Cylindrical-coordinate representation of color #CA8375: hue angle of 9.88º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CA8375 is Cyan = 0, Magento = 0.35, Yellow = 0.42 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 131 | 117 | - |
| CMYK | 0 | 0.35 | 0.42 | 0.21 |
| HSL | 9.88º | 0.45% | 0.63% | - |
| HSV(B) | 9.88º | 0.42% | 0.79% | - |
| XYZ | 35.68 | 30.07 | 20.75 | - |
| YUV | 150.63 | 109.02 | 164.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 131 | 117 | 0 | 0.35 | 0.42 | 0.21 | 9.88 | 0.45 | 0.63 |
| Hex | CA | 83 | 75 | 0 | 23 | 2A | 15 | A | 2D | 3F |
| Octal | 312 | 203 | 165 | 0 | 43 | 52 | 25 | 12 | 55 | 77 |
| Binary | 11001010 | 10000011 | 1110101 | 0 | 100011 | 101010 | 10101 | 1010 | 101101 | 111111 |
Color Harmonies of #CA8375
Complementary color
Monochromatic Colors of #CA8375
Black with #CA8375
Text Example
Text Example
White with #CA8375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8375; }
p { color: rgb(202,131,117); }
H1.HeaderClassName
{
color: #CA8375;
}
.AnyTagClassName
{
color: #CA8375;
}
</style>
background-color css
<style>
a { background-color: #CA8375; }
a { background-color: rgb(202,131,117); }
div.DivClassName
{
background-color: #CA8375;
}
.BgClassName
{
background-color: #CA8375;
}
</style>
border-color css
<style>
span { border-color: #CA8375; }
span { border-color: rgb(202,131,117); }
td.TdClassName
{
border-color: #CA8375;
}
.TagClassName
{
border-color: #CA8375;
}
</style>