Shades of Oriental Pink #CA9085
Tints of Oriental Pink #CA9085
RGB
CMYK
RGB Variations
Color information
#CA9085 (or 0xCA9085) is known color: Oriental Pink. HEX triplet: CA, 90 and 85. RGB value is (202,144,133). Sum of RGB (Red+Green+Blue) = 202+144+133=479 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.17% from 479); Green value is 144 (56.64% from 255 or 30.06% from 479); Blue value is 133 (52.34% from 255 or 27.77% from 479); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9085 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA9085 is #356F7A. Grayscale: #A0A0A0. Windows color (decimal): -3501947 or 8753354. OLE color: 8753354.
HSL color Cylindrical-coordinate representation of color #CA9085: hue angle of 9.57º 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 #CA9085 is Cyan = 0, Magento = 0.29, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 144 | 133 | - |
| CMYK | 0 | 0.29 | 0.34 | 0.21 |
| HSL | 9.57º | 0.39% | 0.66% | - |
| HSV(B) | 9.57º | 0.34% | 0.79% | - |
| XYZ | 38.56 | 34.2 | 26.76 | - |
| YUV | 160.09 | 112.72 | 157.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 144 | 133 | 0 | 0.29 | 0.34 | 0.21 | 9.57 | 0.39 | 0.66 |
| Hex | CA | 90 | 85 | 0 | 1D | 22 | 15 | A | 27 | 42 |
| Octal | 312 | 220 | 205 | 0 | 35 | 42 | 25 | 12 | 47 | 102 |
| Binary | 11001010 | 10010000 | 10000101 | 0 | 11101 | 100010 | 10101 | 1010 | 100111 | 1000010 |
Color Harmonies of #CA9085
Complementary color
Monochromatic Colors of #CA9085
Black with #CA9085
Text Example
Text Example
White with #CA9085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9085; }
p { color: rgb(202,144,133); }
H1.HeaderClassName
{
color: #CA9085;
}
.AnyTagClassName
{
color: #CA9085;
}
</style>
background-color css
<style>
a { background-color: #CA9085; }
a { background-color: rgb(202,144,133); }
div.DivClassName
{
background-color: #CA9085;
}
.BgClassName
{
background-color: #CA9085;
}
</style>
border-color css
<style>
span { border-color: #CA9085; }
span { border-color: rgb(202,144,133); }
td.TdClassName
{
border-color: #CA9085;
}
.TagClassName
{
border-color: #CA9085;
}
</style>