Shades of Oriental Pink #CA8E88
Tints of Oriental Pink #CA8E88
RGB
CMYK
RGB Variations
Color information
#CA8E88 (or 0xCA8E88) is known color: Oriental Pink. HEX triplet: CA, 8E and 88. RGB value is (202,142,136). Sum of RGB (Red+Green+Blue) = 202+142+136=480 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.08% from 480); Green value is 142 (55.86% from 255 or 29.58% from 480); Blue value is 136 (53.52% from 255 or 28.33% from 480); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8E88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA8E88 is #357177. Grayscale: #9F9F9F. Windows color (decimal): -3502456 or 8949450. OLE color: 8949450.
HSL color Cylindrical-coordinate representation of color #CA8E88: hue angle of 5.45º degrees, saturation: 0.38, 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 #CA8E88 is Cyan = 0, Magento = 0.30, Yellow = 0.33 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 142 | 136 | - |
| CMYK | 0 | 0.30 | 0.33 | 0.21 |
| HSL | 5.45º | 0.38% | 0.66% | - |
| HSV(B) | 5.45º | 0.33% | 0.79% | - |
| XYZ | 38.47 | 33.68 | 27.77 | - |
| YUV | 159.26 | 114.88 | 158.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 142 | 136 | 0 | 0.30 | 0.33 | 0.21 | 5.45 | 0.38 | 0.66 |
| Hex | CA | 8E | 88 | 0 | 1E | 21 | 15 | 5 | 26 | 42 |
| Octal | 312 | 216 | 210 | 0 | 36 | 41 | 25 | 5 | 46 | 102 |
| Binary | 11001010 | 10001110 | 10001000 | 0 | 11110 | 100001 | 10101 | 101 | 100110 | 1000010 |
Color Harmonies of #CA8E88
Complementary color
Monochromatic Colors of #CA8E88
Black with #CA8E88
Text Example
Text Example
White with #CA8E88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8E88; }
p { color: rgb(202,142,136); }
H1.HeaderClassName
{
color: #CA8E88;
}
.AnyTagClassName
{
color: #CA8E88;
}
</style>
background-color css
<style>
a { background-color: #CA8E88; }
a { background-color: rgb(202,142,136); }
div.DivClassName
{
background-color: #CA8E88;
}
.BgClassName
{
background-color: #CA8E88;
}
</style>
border-color css
<style>
span { border-color: #CA8E88; }
span { border-color: rgb(202,142,136); }
td.TdClassName
{
border-color: #CA8E88;
}
.TagClassName
{
border-color: #CA8E88;
}
</style>