Shades of Oriental Pink #CA8985
Tints of Oriental Pink #CA8985
RGB
CMYK
RGB Variations
Color information
#CA8985 (or 0xCA8985) is known color: Oriental Pink. HEX triplet: CA, 89 and 85. RGB value is (202,137,133). Sum of RGB (Red+Green+Blue) = 202+137+133=472 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.80% from 472); Green value is 137 (53.91% from 255 or 29.03% from 472); Blue value is 133 (52.34% from 255 or 28.18% from 472); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8985 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA8985 is #35767A. Grayscale: #9C9C9C. Windows color (decimal): -3503739 or 8751562. OLE color: 8751562.
HSL color Cylindrical-coordinate representation of color #CA8985: hue angle of 3.48º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CA8985 is Cyan = 0, Magento = 0.32, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 137 | 133 | - |
| CMYK | 0 | 0.32 | 0.34 | 0.21 |
| HSL | 3.48º | 0.39% | 0.66% | - |
| HSV(B) | 3.48º | 0.34% | 0.79% | - |
| XYZ | 37.54 | 32.14 | 26.42 | - |
| YUV | 155.98 | 115.03 | 160.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 137 | 133 | 0 | 0.32 | 0.34 | 0.21 | 3.48 | 0.39 | 0.66 |
| Hex | CA | 89 | 85 | 0 | 20 | 22 | 15 | 3 | 27 | 42 |
| Octal | 312 | 211 | 205 | 0 | 40 | 42 | 25 | 3 | 47 | 102 |
| Binary | 11001010 | 10001001 | 10000101 | 0 | 100000 | 100010 | 10101 | 11 | 100111 | 1000010 |
Color Harmonies of #CA8985
Complementary color
Monochromatic Colors of #CA8985
Black with #CA8985
Text Example
Text Example
White with #CA8985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8985; }
p { color: rgb(202,137,133); }
H1.HeaderClassName
{
color: #CA8985;
}
.AnyTagClassName
{
color: #CA8985;
}
</style>
background-color css
<style>
a { background-color: #CA8985; }
a { background-color: rgb(202,137,133); }
div.DivClassName
{
background-color: #CA8985;
}
.BgClassName
{
background-color: #CA8985;
}
</style>
border-color css
<style>
span { border-color: #CA8985; }
span { border-color: rgb(202,137,133); }
td.TdClassName
{
border-color: #CA8985;
}
.TagClassName
{
border-color: #CA8985;
}
</style>