Shades of Oriental Pink #CA9189
Tints of Oriental Pink #CA9189
RGB
CMYK
RGB Variations
Color information
#CA9189 (or 0xCA9189) is known color: Oriental Pink. HEX triplet: CA, 91 and 89. RGB value is (202,145,137). Sum of RGB (Red+Green+Blue) = 202+145+137=484 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.74% from 484); Green value is 145 (57.03% from 255 or 29.96% from 484); Blue value is 137 (53.91% from 255 or 28.31% from 484); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9189 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA9189 is #356E76. Grayscale: #A1A1A1. Windows color (decimal): -3501687 or 9015754. OLE color: 9015754.
HSL color Cylindrical-coordinate representation of color #CA9189: hue angle of 7.38º 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 #CA9189 is Cyan = 0, Magento = 0.28, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 145 | 137 | - |
| CMYK | 0 | 0.28 | 0.32 | 0.21 |
| HSL | 7.38º | 0.38% | 0.66% | - |
| HSV(B) | 7.38º | 0.32% | 0.79% | - |
| XYZ | 39 | 34.61 | 28.29 | - |
| YUV | 161.13 | 114.38 | 157.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 145 | 137 | 0 | 0.28 | 0.32 | 0.21 | 7.38 | 0.38 | 0.66 |
| Hex | CA | 91 | 89 | 0 | 1C | 20 | 15 | 7 | 26 | 42 |
| Octal | 312 | 221 | 211 | 0 | 34 | 40 | 25 | 7 | 46 | 102 |
| Binary | 11001010 | 10010001 | 10001001 | 0 | 11100 | 100000 | 10101 | 111 | 100110 | 1000010 |
Color Harmonies of #CA9189
Complementary color
Monochromatic Colors of #CA9189
Black with #CA9189
Text Example
Text Example
White with #CA9189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9189; }
p { color: rgb(202,145,137); }
H1.HeaderClassName
{
color: #CA9189;
}
.AnyTagClassName
{
color: #CA9189;
}
</style>
background-color css
<style>
a { background-color: #CA9189; }
a { background-color: rgb(202,145,137); }
div.DivClassName
{
background-color: #CA9189;
}
.BgClassName
{
background-color: #CA9189;
}
</style>
border-color css
<style>
span { border-color: #CA9189; }
span { border-color: rgb(202,145,137); }
td.TdClassName
{
border-color: #CA9189;
}
.TagClassName
{
border-color: #CA9189;
}
</style>