Shades of Oriental Pink #CA9592
Tints of Oriental Pink #CA9592
RGB
CMYK
RGB Variations
Color information
#CA9592 (or 0xCA9592) is known color: Oriental Pink. HEX triplet: CA, 95 and 92. RGB value is (202,149,146). Sum of RGB (Red+Green+Blue) = 202+149+146=497 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.64% from 497); Green value is 149 (58.59% from 255 or 29.98% from 497); Blue value is 146 (57.42% from 255 or 29.38% from 497); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9592 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA9592 is #356A6D. Grayscale: #A4A4A4. Windows color (decimal): -3500654 or 9606602. OLE color: 9606602.
HSL color Cylindrical-coordinate representation of color #CA9592: hue angle of 3.21º 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 #CA9592 is Cyan = 0, Magento = 0.26, Yellow = 0.28 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 149 | 146 | - |
| CMYK | 0 | 0.26 | 0.28 | 0.21 |
| HSL | 3.21º | 0.35% | 0.68% | - |
| HSV(B) | 3.21º | 0.28% | 0.79% | - |
| XYZ | 40.29 | 36.13 | 32.04 | - |
| YUV | 164.51 | 117.56 | 154.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 149 | 146 | 0 | 0.26 | 0.28 | 0.21 | 3.21 | 0.35 | 0.68 |
| Hex | CA | 95 | 92 | 0 | 1A | 1C | 15 | 3 | 23 | 44 |
| Octal | 312 | 225 | 222 | 0 | 32 | 34 | 25 | 3 | 43 | 104 |
| Binary | 11001010 | 10010101 | 10010010 | 0 | 11010 | 11100 | 10101 | 11 | 100011 | 1000100 |
Color Harmonies of #CA9592
Complementary color
Monochromatic Colors of #CA9592
Black with #CA9592
Text Example
Text Example
White with #CA9592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9592; }
p { color: rgb(202,149,146); }
H1.HeaderClassName
{
color: #CA9592;
}
.AnyTagClassName
{
color: #CA9592;
}
</style>
background-color css
<style>
a { background-color: #CA9592; }
a { background-color: rgb(202,149,146); }
div.DivClassName
{
background-color: #CA9592;
}
.BgClassName
{
background-color: #CA9592;
}
</style>
border-color css
<style>
span { border-color: #CA9592; }
span { border-color: rgb(202,149,146); }
td.TdClassName
{
border-color: #CA9592;
}
.TagClassName
{
border-color: #CA9592;
}
</style>