Shades of Oriental Pink #CA8989
Tints of Oriental Pink #CA8989
RGB
CMYK
RGB Variations
Color information
#CA8989 (or 0xCA8989) is known color: Oriental Pink. HEX triplet: CA, 89 and 89. RGB value is (202,137,137). Sum of RGB (Red+Green+Blue) = 202+137+137=476 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.44% from 476); Green value is 137 (53.91% from 255 or 28.78% from 476); Blue value is 137 (53.91% from 255 or 28.78% from 476); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8989 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA8989 is #357676. Grayscale: #9C9C9C. Windows color (decimal): -3503735 or 9013706. OLE color: 9013706.
HSL color Cylindrical-coordinate representation of color #CA8989: hue angle of 0º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CA8989 is Cyan = 0, Magento = 0.32, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 137 | 137 | - |
| CMYK | 0 | 0.32 | 0.32 | 0.21 |
| HSL | 0º | 0.38% | 0.66% | - |
| HSV(B) | 0º | 0.32% | 0.79% | - |
| XYZ | 37.82 | 32.25 | 27.9 | - |
| YUV | 156.44 | 117.03 | 160.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 137 | 137 | 0 | 0.32 | 0.32 | 0.21 | 0 | 0.38 | 0.66 |
| Hex | CA | 89 | 89 | 0 | 20 | 20 | 15 | 0 | 26 | 42 |
| Octal | 312 | 211 | 211 | 0 | 40 | 40 | 25 | 0 | 46 | 102 |
| Binary | 11001010 | 10001001 | 10001001 | 0 | 100000 | 100000 | 10101 | 0 | 100110 | 1000010 |
Color Harmonies of #CA8989
Complementary color
Monochromatic Colors of #CA8989
Black with #CA8989
Text Example
Text Example
White with #CA8989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8989; }
p { color: rgb(202,137,137); }
H1.HeaderClassName
{
color: #CA8989;
}
.AnyTagClassName
{
color: #CA8989;
}
</style>
background-color css
<style>
a { background-color: #CA8989; }
a { background-color: rgb(202,137,137); }
div.DivClassName
{
background-color: #CA8989;
}
.BgClassName
{
background-color: #CA8989;
}
</style>
border-color css
<style>
span { border-color: #CA8989; }
span { border-color: rgb(202,137,137); }
td.TdClassName
{
border-color: #CA8989;
}
.TagClassName
{
border-color: #CA8989;
}
</style>