Shades of Oriental Pink #CA8F83
Tints of Oriental Pink #CA8F83
RGB
CMYK
RGB Variations
Color information
#CA8F83 (or 0xCA8F83) is known color: Oriental Pink. HEX triplet: CA, 8F and 83. RGB value is (202,143,131). Sum of RGB (Red+Green+Blue) = 202+143+131=476 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.44% from 476); Green value is 143 (56.25% from 255 or 30.04% from 476); Blue value is 131 (51.56% from 255 or 27.52% from 476); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8F83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA8F83 is #35707C. Grayscale: #9F9F9F. Windows color (decimal): -3502205 or 8622026. OLE color: 8622026.
HSL color Cylindrical-coordinate representation of color #CA8F83: hue angle of 10.14º 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 #CA8F83 is Cyan = 0, Magento = 0.29, Yellow = 0.35 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 143 | 131 | - |
| CMYK | 0 | 0.29 | 0.35 | 0.21 |
| HSL | 10.14º | 0.4% | 0.65% | - |
| HSV(B) | 10.14º | 0.35% | 0.79% | - |
| XYZ | 38.28 | 33.84 | 25.99 | - |
| YUV | 159.27 | 112.05 | 158.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 143 | 131 | 0 | 0.29 | 0.35 | 0.21 | 10.14 | 0.4 | 0.65 |
| Hex | CA | 8F | 83 | 0 | 1D | 23 | 15 | A | 28 | 41 |
| Octal | 312 | 217 | 203 | 0 | 35 | 43 | 25 | 12 | 50 | 101 |
| Binary | 11001010 | 10001111 | 10000011 | 0 | 11101 | 100011 | 10101 | 1010 | 101000 | 1000001 |
Color Harmonies of #CA8F83
Complementary color
Monochromatic Colors of #CA8F83
Black with #CA8F83
Text Example
Text Example
White with #CA8F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8F83; }
p { color: rgb(202,143,131); }
H1.HeaderClassName
{
color: #CA8F83;
}
.AnyTagClassName
{
color: #CA8F83;
}
</style>
background-color css
<style>
a { background-color: #CA8F83; }
a { background-color: rgb(202,143,131); }
div.DivClassName
{
background-color: #CA8F83;
}
.BgClassName
{
background-color: #CA8F83;
}
</style>
border-color css
<style>
span { border-color: #CA8F83; }
span { border-color: rgb(202,143,131); }
td.TdClassName
{
border-color: #CA8F83;
}
.TagClassName
{
border-color: #CA8F83;
}
</style>