Shades of Oriental Pink #CA9087
Tints of Oriental Pink #CA9087
RGB
CMYK
RGB Variations
Color information
#CA9087 (or 0xCA9087) is known color: Oriental Pink. HEX triplet: CA, 90 and 87. RGB value is (202,144,135). Sum of RGB (Red+Green+Blue) = 202+144+135=481 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.00% from 481); Green value is 144 (56.64% from 255 or 29.94% from 481); Blue value is 135 (53.12% from 255 or 28.07% from 481); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9087 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA9087 is #356F78. Grayscale: #A0A0A0. Windows color (decimal): -3501945 or 8884426. OLE color: 8884426.
HSL color Cylindrical-coordinate representation of color #CA9087: hue angle of 8.06º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CA9087 is Cyan = 0, Magento = 0.29, Yellow = 0.33 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 144 | 135 | - |
| CMYK | 0 | 0.29 | 0.33 | 0.21 |
| HSL | 8.06º | 0.39% | 0.66% | - |
| HSV(B) | 8.06º | 0.33% | 0.79% | - |
| XYZ | 38.7 | 34.25 | 27.49 | - |
| YUV | 160.32 | 113.72 | 157.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 144 | 135 | 0 | 0.29 | 0.33 | 0.21 | 8.06 | 0.39 | 0.66 |
| Hex | CA | 90 | 87 | 0 | 1D | 21 | 15 | 8 | 27 | 42 |
| Octal | 312 | 220 | 207 | 0 | 35 | 41 | 25 | 10 | 47 | 102 |
| Binary | 11001010 | 10010000 | 10000111 | 0 | 11101 | 100001 | 10101 | 1000 | 100111 | 1000010 |
Color Harmonies of #CA9087
Complementary color
Monochromatic Colors of #CA9087
Black with #CA9087
Text Example
Text Example
White with #CA9087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9087; }
p { color: rgb(202,144,135); }
H1.HeaderClassName
{
color: #CA9087;
}
.AnyTagClassName
{
color: #CA9087;
}
</style>
background-color css
<style>
a { background-color: #CA9087; }
a { background-color: rgb(202,144,135); }
div.DivClassName
{
background-color: #CA9087;
}
.BgClassName
{
background-color: #CA9087;
}
</style>
border-color css
<style>
span { border-color: #CA9087; }
span { border-color: rgb(202,144,135); }
td.TdClassName
{
border-color: #CA9087;
}
.TagClassName
{
border-color: #CA9087;
}
</style>