Shades of Oriental Pink #CA908A
Tints of Oriental Pink #CA908A
RGB
CMYK
RGB Variations
Color information
#CA908A (or 0xCA908A) is known color: Oriental Pink. HEX triplet: CA, 90 and 8A. RGB value is (202,144,138). Sum of RGB (Red+Green+Blue) = 202+144+138=484 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.74% from 484); Green value is 144 (56.64% from 255 or 29.75% from 484); Blue value is 138 (54.30% from 255 or 28.51% from 484); Max value from RGB is 202 - color contains mainly: red. Hex color #CA908A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA908A is #356F75. Grayscale: #A0A0A0. Windows color (decimal): -3501942 or 9081034. OLE color: 9081034.
HSL color Cylindrical-coordinate representation of color #CA908A: hue angle of 5.62º 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 #CA908A is Cyan = 0, Magento = 0.29, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 144 | 138 | - |
| CMYK | 0 | 0.29 | 0.32 | 0.21 |
| HSL | 5.63º | 0.38% | 0.67% | - |
| HSV(B) | 5.63º | 0.32% | 0.79% | - |
| XYZ | 38.92 | 34.34 | 28.62 | - |
| YUV | 160.66 | 115.22 | 157.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 144 | 138 | 0 | 0.29 | 0.32 | 0.21 | 5.63 | 0.38 | 0.67 |
| Hex | CA | 90 | 8A | 0 | 1D | 20 | 15 | 6 | 26 | 43 |
| Octal | 312 | 220 | 212 | 0 | 35 | 40 | 25 | 6 | 46 | 103 |
| Binary | 11001010 | 10010000 | 10001010 | 0 | 11101 | 100000 | 10101 | 110 | 100110 | 1000011 |
Color Harmonies of #CA908A
Complementary color
Monochromatic Colors of #CA908A
Black with #CA908A
Text Example
Text Example
White with #CA908A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA908A; }
p { color: rgb(202,144,138); }
H1.HeaderClassName
{
color: #CA908A;
}
.AnyTagClassName
{
color: #CA908A;
}
</style>
background-color css
<style>
a { background-color: #CA908A; }
a { background-color: rgb(202,144,138); }
div.DivClassName
{
background-color: #CA908A;
}
.BgClassName
{
background-color: #CA908A;
}
</style>
border-color css
<style>
span { border-color: #CA908A; }
span { border-color: rgb(202,144,138); }
td.TdClassName
{
border-color: #CA908A;
}
.TagClassName
{
border-color: #CA908A;
}
</style>