Shades of Oriental Pink #CA8F8A
Tints of Oriental Pink #CA8F8A
RGB
CMYK
RGB Variations
Color information
#CA8F8A (or 0xCA8F8A) is known color: Oriental Pink. HEX triplet: CA, 8F and 8A. RGB value is (202,143,138). Sum of RGB (Red+Green+Blue) = 202+143+138=483 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.82% from 483); Green value is 143 (56.25% from 255 or 29.61% from 483); Blue value is 138 (54.30% from 255 or 28.57% from 483); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8F8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA8F8A is #357075. Grayscale: #A0A0A0. Windows color (decimal): -3502198 or 9080778. OLE color: 9080778.
HSL color Cylindrical-coordinate representation of color #CA8F8A: hue angle of 4.69º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CA8F8A is Cyan = 0, Magento = 0.29, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 143 | 138 | - |
| CMYK | 0 | 0.29 | 0.32 | 0.21 |
| HSL | 4.69º | 0.38% | 0.67% | - |
| HSV(B) | 4.69º | 0.32% | 0.79% | - |
| XYZ | 38.77 | 34.04 | 28.57 | - |
| YUV | 160.07 | 115.55 | 157.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 143 | 138 | 0 | 0.29 | 0.32 | 0.21 | 4.69 | 0.38 | 0.67 |
| Hex | CA | 8F | 8A | 0 | 1D | 20 | 15 | 5 | 26 | 43 |
| Octal | 312 | 217 | 212 | 0 | 35 | 40 | 25 | 5 | 46 | 103 |
| Binary | 11001010 | 10001111 | 10001010 | 0 | 11101 | 100000 | 10101 | 101 | 100110 | 1000011 |
Color Harmonies of #CA8F8A
Complementary color
Monochromatic Colors of #CA8F8A
Black with #CA8F8A
Text Example
Text Example
White with #CA8F8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8F8A; }
p { color: rgb(202,143,138); }
H1.HeaderClassName
{
color: #CA8F8A;
}
.AnyTagClassName
{
color: #CA8F8A;
}
</style>
background-color css
<style>
a { background-color: #CA8F8A; }
a { background-color: rgb(202,143,138); }
div.DivClassName
{
background-color: #CA8F8A;
}
.BgClassName
{
background-color: #CA8F8A;
}
</style>
border-color css
<style>
span { border-color: #CA8F8A; }
span { border-color: rgb(202,143,138); }
td.TdClassName
{
border-color: #CA8F8A;
}
.TagClassName
{
border-color: #CA8F8A;
}
</style>