Shades of Oriental Pink #CA938A
Tints of Oriental Pink #CA938A
RGB
CMYK
RGB Variations
Color information
#CA938A (or 0xCA938A) is known color: Oriental Pink. HEX triplet: CA, 93 and 8A. RGB value is (202,147,138). Sum of RGB (Red+Green+Blue) = 202+147+138=487 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.48% from 487); Green value is 147 (57.81% from 255 or 30.18% from 487); Blue value is 138 (54.30% from 255 or 28.34% from 487); Max value from RGB is 202 - color contains mainly: red. Hex color #CA938A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA938A is #356C75. Grayscale: #A2A2A2. Windows color (decimal): -3501174 or 9081802. OLE color: 9081802.
HSL color Cylindrical-coordinate representation of color #CA938A: hue angle of 8.44º 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 #CA938A is Cyan = 0, Magento = 0.27, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 147 | 138 | - |
| CMYK | 0 | 0.27 | 0.32 | 0.21 |
| HSL | 8.44º | 0.38% | 0.67% | - |
| HSV(B) | 8.44º | 0.32% | 0.79% | - |
| XYZ | 39.38 | 35.26 | 28.77 | - |
| YUV | 162.42 | 114.22 | 156.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 147 | 138 | 0 | 0.27 | 0.32 | 0.21 | 8.44 | 0.38 | 0.67 |
| Hex | CA | 93 | 8A | 0 | 1B | 20 | 15 | 8 | 26 | 43 |
| Octal | 312 | 223 | 212 | 0 | 33 | 40 | 25 | 10 | 46 | 103 |
| Binary | 11001010 | 10010011 | 10001010 | 0 | 11011 | 100000 | 10101 | 1000 | 100110 | 1000011 |
Color Harmonies of #CA938A
Complementary color
Monochromatic Colors of #CA938A
Black with #CA938A
Text Example
Text Example
White with #CA938A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA938A; }
p { color: rgb(202,147,138); }
H1.HeaderClassName
{
color: #CA938A;
}
.AnyTagClassName
{
color: #CA938A;
}
</style>
background-color css
<style>
a { background-color: #CA938A; }
a { background-color: rgb(202,147,138); }
div.DivClassName
{
background-color: #CA938A;
}
.BgClassName
{
background-color: #CA938A;
}
</style>
border-color css
<style>
span { border-color: #CA938A; }
span { border-color: rgb(202,147,138); }
td.TdClassName
{
border-color: #CA938A;
}
.TagClassName
{
border-color: #CA938A;
}
</style>