Shades of Oriental Pink #CA9490
Tints of Oriental Pink #CA9490
RGB
CMYK
RGB Variations
Color information
#CA9490 (or 0xCA9490) is known color: Oriental Pink. HEX triplet: CA, 94 and 90. RGB value is (202,148,144). Sum of RGB (Red+Green+Blue) = 202+148+144=494 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.89% from 494); Green value is 148 (58.20% from 255 or 29.96% from 494); Blue value is 144 (56.64% from 255 or 29.15% from 494); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9490 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA9490 is #356B6F. Grayscale: #A3A3A3. Windows color (decimal): -3500912 or 9475274. OLE color: 9475274.
HSL color Cylindrical-coordinate representation of color #CA9490: hue angle of 4.14º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CA9490 is Cyan = 0, Magento = 0.27, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 148 | 144 | - |
| CMYK | 0 | 0.27 | 0.29 | 0.21 |
| HSL | 4.14º | 0.35% | 0.68% | - |
| HSV(B) | 4.14º | 0.29% | 0.79% | - |
| XYZ | 39.98 | 35.75 | 31.18 | - |
| YUV | 163.69 | 116.89 | 155.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 148 | 144 | 0 | 0.27 | 0.29 | 0.21 | 4.14 | 0.35 | 0.68 |
| Hex | CA | 94 | 90 | 0 | 1B | 1D | 15 | 4 | 23 | 44 |
| Octal | 312 | 224 | 220 | 0 | 33 | 35 | 25 | 4 | 43 | 104 |
| Binary | 11001010 | 10010100 | 10010000 | 0 | 11011 | 11101 | 10101 | 100 | 100011 | 1000100 |
Color Harmonies of #CA9490
Complementary color
Monochromatic Colors of #CA9490
Black with #CA9490
Text Example
Text Example
White with #CA9490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9490; }
p { color: rgb(202,148,144); }
H1.HeaderClassName
{
color: #CA9490;
}
.AnyTagClassName
{
color: #CA9490;
}
</style>
background-color css
<style>
a { background-color: #CA9490; }
a { background-color: rgb(202,148,144); }
div.DivClassName
{
background-color: #CA9490;
}
.BgClassName
{
background-color: #CA9490;
}
</style>
border-color css
<style>
span { border-color: #CA9490; }
span { border-color: rgb(202,148,144); }
td.TdClassName
{
border-color: #CA9490;
}
.TagClassName
{
border-color: #CA9490;
}
</style>