Shades of Oriental Pink #CA9286
Tints of Oriental Pink #CA9286
RGB
CMYK
RGB Variations
Color information
#CA9286 (or 0xCA9286) is known color: Oriental Pink. HEX triplet: CA, 92 and 86. RGB value is (202,146,134). Sum of RGB (Red+Green+Blue) = 202+146+134=482 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.91% from 482); Green value is 146 (57.42% from 255 or 30.29% from 482); Blue value is 134 (52.73% from 255 or 27.80% from 482); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9286 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA9286 is #356D79. Grayscale: #A1A1A1. Windows color (decimal): -3501434 or 8819402. OLE color: 8819402.
HSL color Cylindrical-coordinate representation of color #CA9286: hue angle of 10.59º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CA9286 is Cyan = 0, Magento = 0.28, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 146 | 134 | - |
| CMYK | 0 | 0.28 | 0.34 | 0.21 |
| HSL | 10.59º | 0.39% | 0.66% | - |
| HSV(B) | 10.59º | 0.34% | 0.79% | - |
| XYZ | 38.94 | 34.84 | 27.23 | - |
| YUV | 161.38 | 112.55 | 156.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 146 | 134 | 0 | 0.28 | 0.34 | 0.21 | 10.59 | 0.39 | 0.66 |
| Hex | CA | 92 | 86 | 0 | 1C | 22 | 15 | B | 27 | 42 |
| Octal | 312 | 222 | 206 | 0 | 34 | 42 | 25 | 13 | 47 | 102 |
| Binary | 11001010 | 10010010 | 10000110 | 0 | 11100 | 100010 | 10101 | 1011 | 100111 | 1000010 |
Color Harmonies of #CA9286
Complementary color
Monochromatic Colors of #CA9286
Black with #CA9286
Text Example
Text Example
White with #CA9286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9286; }
p { color: rgb(202,146,134); }
H1.HeaderClassName
{
color: #CA9286;
}
.AnyTagClassName
{
color: #CA9286;
}
</style>
background-color css
<style>
a { background-color: #CA9286; }
a { background-color: rgb(202,146,134); }
div.DivClassName
{
background-color: #CA9286;
}
.BgClassName
{
background-color: #CA9286;
}
</style>
border-color css
<style>
span { border-color: #CA9286; }
span { border-color: rgb(202,146,134); }
td.TdClassName
{
border-color: #CA9286;
}
.TagClassName
{
border-color: #CA9286;
}
</style>