Shades of Oriental Pink #CA9491
Tints of Oriental Pink #CA9491
RGB
CMYK
RGB Variations
Color information
#CA9491 (or 0xCA9491) is known color: Oriental Pink. HEX triplet: CA, 94 and 91. RGB value is (202,148,145). Sum of RGB (Red+Green+Blue) = 202+148+145=495 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.81% from 495); Green value is 148 (58.20% from 255 or 29.90% from 495); Blue value is 145 (57.03% from 255 or 29.29% from 495); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9491 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA9491 is #356B6E. Grayscale: #A3A3A3. Windows color (decimal): -3500911 or 9540810. OLE color: 9540810.
HSL color Cylindrical-coordinate representation of color #CA9491: hue angle of 3.16º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CA9491 is Cyan = 0, Magento = 0.27, Yellow = 0.28 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 148 | 145 | - |
| CMYK | 0 | 0.27 | 0.28 | 0.21 |
| HSL | 3.16º | 0.35% | 0.68% | - |
| HSV(B) | 3.16º | 0.28% | 0.79% | - |
| XYZ | 40.06 | 35.78 | 31.58 | - |
| YUV | 163.8 | 117.39 | 155.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 148 | 145 | 0 | 0.27 | 0.28 | 0.21 | 3.16 | 0.35 | 0.68 |
| Hex | CA | 94 | 91 | 0 | 1B | 1C | 15 | 3 | 23 | 44 |
| Octal | 312 | 224 | 221 | 0 | 33 | 34 | 25 | 3 | 43 | 104 |
| Binary | 11001010 | 10010100 | 10010001 | 0 | 11011 | 11100 | 10101 | 11 | 100011 | 1000100 |
Color Harmonies of #CA9491
Complementary color
Monochromatic Colors of #CA9491
Black with #CA9491
Text Example
Text Example
White with #CA9491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9491; }
p { color: rgb(202,148,145); }
H1.HeaderClassName
{
color: #CA9491;
}
.AnyTagClassName
{
color: #CA9491;
}
</style>
background-color css
<style>
a { background-color: #CA9491; }
a { background-color: rgb(202,148,145); }
div.DivClassName
{
background-color: #CA9491;
}
.BgClassName
{
background-color: #CA9491;
}
</style>
border-color css
<style>
span { border-color: #CA9491; }
span { border-color: rgb(202,148,145); }
td.TdClassName
{
border-color: #CA9491;
}
.TagClassName
{
border-color: #CA9491;
}
</style>