Shades of Oriental Pink #CA8A88
Tints of Oriental Pink #CA8A88
RGB
CMYK
RGB Variations
Color information
#CA8A88 (or 0xCA8A88) is known color: Oriental Pink. HEX triplet: CA, 8A and 88. RGB value is (202,138,136). Sum of RGB (Red+Green+Blue) = 202+138+136=476 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.44% from 476); Green value is 138 (54.30% from 255 or 28.99% from 476); Blue value is 136 (53.52% from 255 or 28.57% from 476); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8A88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA8A88 is #357577. Grayscale: #9C9C9C. Windows color (decimal): -3503480 or 8948426. OLE color: 8948426.
HSL color Cylindrical-coordinate representation of color #CA8A88: hue angle of 1.82º 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 #CA8A88 is Cyan = 0, Magento = 0.32, Yellow = 0.33 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 138 | 136 | - |
| CMYK | 0 | 0.32 | 0.33 | 0.21 |
| HSL | 1.82º | 0.38% | 0.66% | - |
| HSV(B) | 1.82º | 0.33% | 0.79% | - |
| XYZ | 37.89 | 32.51 | 27.57 | - |
| YUV | 156.91 | 116.2 | 160.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 138 | 136 | 0 | 0.32 | 0.33 | 0.21 | 1.82 | 0.38 | 0.66 |
| Hex | CA | 8A | 88 | 0 | 20 | 21 | 15 | 2 | 26 | 42 |
| Octal | 312 | 212 | 210 | 0 | 40 | 41 | 25 | 2 | 46 | 102 |
| Binary | 11001010 | 10001010 | 10001000 | 0 | 100000 | 100001 | 10101 | 10 | 100110 | 1000010 |
Color Harmonies of #CA8A88
Complementary color
Monochromatic Colors of #CA8A88
Black with #CA8A88
Text Example
Text Example
White with #CA8A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8A88; }
p { color: rgb(202,138,136); }
H1.HeaderClassName
{
color: #CA8A88;
}
.AnyTagClassName
{
color: #CA8A88;
}
</style>
background-color css
<style>
a { background-color: #CA8A88; }
a { background-color: rgb(202,138,136); }
div.DivClassName
{
background-color: #CA8A88;
}
.BgClassName
{
background-color: #CA8A88;
}
</style>
border-color css
<style>
span { border-color: #CA8A88; }
span { border-color: rgb(202,138,136); }
td.TdClassName
{
border-color: #CA8A88;
}
.TagClassName
{
border-color: #CA8A88;
}
</style>