Shades of Oriental Pink #CA9289
Tints of Oriental Pink #CA9289
RGB
CMYK
RGB Variations
Color information
#CA9289 (or 0xCA9289) is known color: Oriental Pink. HEX triplet: CA, 92 and 89. RGB value is (202,146,137). Sum of RGB (Red+Green+Blue) = 202+146+137=485 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.65% from 485); Green value is 146 (57.42% from 255 or 30.10% from 485); Blue value is 137 (53.91% from 255 or 28.25% from 485); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9289 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA9289 is #356D76. Grayscale: #A1A1A1. Windows color (decimal): -3501431 or 9016010. OLE color: 9016010.
HSL color Cylindrical-coordinate representation of color #CA9289: hue angle of 8.31º 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 #CA9289 is Cyan = 0, Magento = 0.28, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 146 | 137 | - |
| CMYK | 0 | 0.28 | 0.32 | 0.21 |
| HSL | 8.31º | 0.38% | 0.66% | - |
| HSV(B) | 8.31º | 0.32% | 0.79% | - |
| XYZ | 39.15 | 34.92 | 28.34 | - |
| YUV | 161.72 | 114.05 | 156.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 146 | 137 | 0 | 0.28 | 0.32 | 0.21 | 8.31 | 0.38 | 0.66 |
| Hex | CA | 92 | 89 | 0 | 1C | 20 | 15 | 8 | 26 | 42 |
| Octal | 312 | 222 | 211 | 0 | 34 | 40 | 25 | 10 | 46 | 102 |
| Binary | 11001010 | 10010010 | 10001001 | 0 | 11100 | 100000 | 10101 | 1000 | 100110 | 1000010 |
Color Harmonies of #CA9289
Complementary color
Monochromatic Colors of #CA9289
Black with #CA9289
Text Example
Text Example
White with #CA9289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9289; }
p { color: rgb(202,146,137); }
H1.HeaderClassName
{
color: #CA9289;
}
.AnyTagClassName
{
color: #CA9289;
}
</style>
background-color css
<style>
a { background-color: #CA9289; }
a { background-color: rgb(202,146,137); }
div.DivClassName
{
background-color: #CA9289;
}
.BgClassName
{
background-color: #CA9289;
}
</style>
border-color css
<style>
span { border-color: #CA9289; }
span { border-color: rgb(202,146,137); }
td.TdClassName
{
border-color: #CA9289;
}
.TagClassName
{
border-color: #CA9289;
}
</style>