Shades of Oriental Pink #CA8881
Tints of Oriental Pink #CA8881
RGB
CMYK
RGB Variations
Color information
#CA8881 (or 0xCA8881) is known color: Oriental Pink. HEX triplet: CA, 88 and 81. RGB value is (202,136,129). Sum of RGB (Red+Green+Blue) = 202+136+129=467 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.25% from 467); Green value is 136 (53.52% from 255 or 29.12% from 467); Blue value is 129 (50.78% from 255 or 27.62% from 467); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8881 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA8881 is #35777E. Grayscale: #9B9B9B. Windows color (decimal): -3503999 or 8489162. OLE color: 8489162.
HSL color Cylindrical-coordinate representation of color #CA8881: hue angle of 5.75º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CA8881 is Cyan = 0, Magento = 0.33, Yellow = 0.36 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 136 | 129 | - |
| CMYK | 0 | 0.33 | 0.36 | 0.21 |
| HSL | 5.75º | 0.41% | 0.65% | - |
| HSV(B) | 5.75º | 0.36% | 0.79% | - |
| XYZ | 37.12 | 31.75 | 24.94 | - |
| YUV | 154.94 | 113.37 | 161.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 136 | 129 | 0 | 0.33 | 0.36 | 0.21 | 5.75 | 0.41 | 0.65 |
| Hex | CA | 88 | 81 | 0 | 21 | 24 | 15 | 6 | 29 | 41 |
| Octal | 312 | 210 | 201 | 0 | 41 | 44 | 25 | 6 | 51 | 101 |
| Binary | 11001010 | 10001000 | 10000001 | 0 | 100001 | 100100 | 10101 | 110 | 101001 | 1000001 |
Color Harmonies of #CA8881
Complementary color
Monochromatic Colors of #CA8881
Black with #CA8881
Text Example
Text Example
White with #CA8881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8881; }
p { color: rgb(202,136,129); }
H1.HeaderClassName
{
color: #CA8881;
}
.AnyTagClassName
{
color: #CA8881;
}
</style>
background-color css
<style>
a { background-color: #CA8881; }
a { background-color: rgb(202,136,129); }
div.DivClassName
{
background-color: #CA8881;
}
.BgClassName
{
background-color: #CA8881;
}
</style>
border-color css
<style>
span { border-color: #CA8881; }
span { border-color: rgb(202,136,129); }
td.TdClassName
{
border-color: #CA8881;
}
.TagClassName
{
border-color: #CA8881;
}
</style>