Shades of Oriental Pink #CA9086
Tints of Oriental Pink #CA9086
RGB
CMYK
RGB Variations
Color information
#CA9086 (or 0xCA9086) is known color: Oriental Pink. HEX triplet: CA, 90 and 86. RGB value is (202,144,134). Sum of RGB (Red+Green+Blue) = 202+144+134=480 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.08% from 480); Green value is 144 (56.64% from 255 or 30% from 480); Blue value is 134 (52.73% from 255 or 27.92% from 480); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9086 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA9086 is #356F79. Grayscale: #A0A0A0. Windows color (decimal): -3501946 or 8818890. OLE color: 8818890.
HSL color Cylindrical-coordinate representation of color #CA9086: hue angle of 8.82º 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 #CA9086 is Cyan = 0, Magento = 0.29, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 144 | 134 | - |
| CMYK | 0 | 0.29 | 0.34 | 0.21 |
| HSL | 8.82º | 0.39% | 0.66% | - |
| HSV(B) | 8.82º | 0.34% | 0.79% | - |
| XYZ | 38.63 | 34.22 | 27.12 | - |
| YUV | 160.2 | 113.22 | 157.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 144 | 134 | 0 | 0.29 | 0.34 | 0.21 | 8.82 | 0.39 | 0.66 |
| Hex | CA | 90 | 86 | 0 | 1D | 22 | 15 | 9 | 27 | 42 |
| Octal | 312 | 220 | 206 | 0 | 35 | 42 | 25 | 11 | 47 | 102 |
| Binary | 11001010 | 10010000 | 10000110 | 0 | 11101 | 100010 | 10101 | 1001 | 100111 | 1000010 |
Color Harmonies of #CA9086
Complementary color
Monochromatic Colors of #CA9086
Black with #CA9086
Text Example
Text Example
White with #CA9086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9086; }
p { color: rgb(202,144,134); }
H1.HeaderClassName
{
color: #CA9086;
}
.AnyTagClassName
{
color: #CA9086;
}
</style>
background-color css
<style>
a { background-color: #CA9086; }
a { background-color: rgb(202,144,134); }
div.DivClassName
{
background-color: #CA9086;
}
.BgClassName
{
background-color: #CA9086;
}
</style>
border-color css
<style>
span { border-color: #CA9086; }
span { border-color: rgb(202,144,134); }
td.TdClassName
{
border-color: #CA9086;
}
.TagClassName
{
border-color: #CA9086;
}
</style>