Shades of Oriental Pink #CA8A83
Tints of Oriental Pink #CA8A83
RGB
CMYK
RGB Variations
Color information
#CA8A83 (or 0xCA8A83) is known color: Oriental Pink. HEX triplet: CA, 8A and 83. RGB value is (202,138,131). Sum of RGB (Red+Green+Blue) = 202+138+131=471 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.89% from 471); Green value is 138 (54.30% from 255 or 29.30% from 471); Blue value is 131 (51.56% from 255 or 27.81% from 471); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8A83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA8A83 is #35757C. Grayscale: #9C9C9C. Windows color (decimal): -3503485 or 8620746. OLE color: 8620746.
HSL color Cylindrical-coordinate representation of color #CA8A83: hue angle of 5.92º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CA8A83 is Cyan = 0, Magento = 0.32, Yellow = 0.35 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 138 | 131 | - |
| CMYK | 0 | 0.32 | 0.35 | 0.21 |
| HSL | 5.92º | 0.4% | 0.65% | - |
| HSV(B) | 5.92º | 0.35% | 0.79% | - |
| XYZ | 37.54 | 32.37 | 25.74 | - |
| YUV | 156.34 | 113.7 | 160.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 138 | 131 | 0 | 0.32 | 0.35 | 0.21 | 5.92 | 0.4 | 0.65 |
| Hex | CA | 8A | 83 | 0 | 20 | 23 | 15 | 6 | 28 | 41 |
| Octal | 312 | 212 | 203 | 0 | 40 | 43 | 25 | 6 | 50 | 101 |
| Binary | 11001010 | 10001010 | 10000011 | 0 | 100000 | 100011 | 10101 | 110 | 101000 | 1000001 |
Color Harmonies of #CA8A83
Complementary color
Monochromatic Colors of #CA8A83
Black with #CA8A83
Text Example
Text Example
White with #CA8A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8A83; }
p { color: rgb(202,138,131); }
H1.HeaderClassName
{
color: #CA8A83;
}
.AnyTagClassName
{
color: #CA8A83;
}
</style>
background-color css
<style>
a { background-color: #CA8A83; }
a { background-color: rgb(202,138,131); }
div.DivClassName
{
background-color: #CA8A83;
}
.BgClassName
{
background-color: #CA8A83;
}
</style>
border-color css
<style>
span { border-color: #CA8A83; }
span { border-color: rgb(202,138,131); }
td.TdClassName
{
border-color: #CA8A83;
}
.TagClassName
{
border-color: #CA8A83;
}
</style>