Shades of Oriental Pink #CA918E
Tints of Oriental Pink #CA918E
RGB
CMYK
RGB Variations
Color information
#CA918E (or 0xCA918E) is known color: Oriental Pink. HEX triplet: CA, 91 and 8E. RGB value is (202,145,142). Sum of RGB (Red+Green+Blue) = 202+145+142=489 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.31% from 489); Green value is 145 (57.03% from 255 or 29.65% from 489); Blue value is 142 (55.86% from 255 or 29.04% from 489); Max value from RGB is 202 - color contains mainly: red. Hex color #CA918E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA918E is #356E71. Grayscale: #A1A1A1. Windows color (decimal): -3501682 or 9343434. OLE color: 9343434.
HSL color Cylindrical-coordinate representation of color #CA918E: hue angle of 3º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CA918E is Cyan = 0, Magento = 0.28, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 145 | 142 | - |
| CMYK | 0 | 0.28 | 0.30 | 0.21 |
| HSL | 3º | 0.36% | 0.67% | - |
| HSV(B) | 3º | 0.3% | 0.79% | - |
| XYZ | 39.37 | 34.76 | 30.23 | - |
| YUV | 161.7 | 116.88 | 156.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 145 | 142 | 0 | 0.28 | 0.30 | 0.21 | 3 | 0.36 | 0.67 |
| Hex | CA | 91 | 8E | 0 | 1C | 1E | 15 | 3 | 24 | 43 |
| Octal | 312 | 221 | 216 | 0 | 34 | 36 | 25 | 3 | 44 | 103 |
| Binary | 11001010 | 10010001 | 10001110 | 0 | 11100 | 11110 | 10101 | 11 | 100100 | 1000011 |
Color Harmonies of #CA918E
Complementary color
Monochromatic Colors of #CA918E
Black with #CA918E
Text Example
Text Example
White with #CA918E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA918E; }
p { color: rgb(202,145,142); }
H1.HeaderClassName
{
color: #CA918E;
}
.AnyTagClassName
{
color: #CA918E;
}
</style>
background-color css
<style>
a { background-color: #CA918E; }
a { background-color: rgb(202,145,142); }
div.DivClassName
{
background-color: #CA918E;
}
.BgClassName
{
background-color: #CA918E;
}
</style>
border-color css
<style>
span { border-color: #CA918E; }
span { border-color: rgb(202,145,142); }
td.TdClassName
{
border-color: #CA918E;
}
.TagClassName
{
border-color: #CA918E;
}
</style>