Shades of Oriental Pink #CA8A8A
Tints of Oriental Pink #CA8A8A
RGB
CMYK
RGB Variations
Color information
#CA8A8A (or 0xCA8A8A) is known color: Oriental Pink. HEX triplet: CA, 8A and 8A. RGB value is (202,138,138). Sum of RGB (Red+Green+Blue) = 202+138+138=478 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.26% from 478); Green value is 138 (54.30% from 255 or 28.87% from 478); Blue value is 138 (54.30% from 255 or 28.87% from 478); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8A8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA8A8A is #357575. Grayscale: #9D9D9D. Windows color (decimal): -3503478 or 9079498. OLE color: 9079498.
HSL color Cylindrical-coordinate representation of color #CA8A8A: hue angle of 0º 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 #CA8A8A is Cyan = 0, Magento = 0.32, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 138 | 138 | - |
| CMYK | 0 | 0.32 | 0.32 | 0.21 |
| HSL | 0º | 0.38% | 0.67% | - |
| HSV(B) | 0º | 0.32% | 0.79% | - |
| XYZ | 38.03 | 32.57 | 28.33 | - |
| YUV | 157.14 | 117.2 | 160 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 138 | 138 | 0 | 0.32 | 0.32 | 0.21 | 0 | 0.38 | 0.67 |
| Hex | CA | 8A | 8A | 0 | 20 | 20 | 15 | 0 | 26 | 43 |
| Octal | 312 | 212 | 212 | 0 | 40 | 40 | 25 | 0 | 46 | 103 |
| Binary | 11001010 | 10001010 | 10001010 | 0 | 100000 | 100000 | 10101 | 0 | 100110 | 1000011 |
Color Harmonies of #CA8A8A
Complementary color
Monochromatic Colors of #CA8A8A
Black with #CA8A8A
Text Example
Text Example
White with #CA8A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8A8A; }
p { color: rgb(202,138,138); }
H1.HeaderClassName
{
color: #CA8A8A;
}
.AnyTagClassName
{
color: #CA8A8A;
}
</style>
background-color css
<style>
a { background-color: #CA8A8A; }
a { background-color: rgb(202,138,138); }
div.DivClassName
{
background-color: #CA8A8A;
}
.BgClassName
{
background-color: #CA8A8A;
}
</style>
border-color css
<style>
span { border-color: #CA8A8A; }
span { border-color: rgb(202,138,138); }
td.TdClassName
{
border-color: #CA8A8A;
}
.TagClassName
{
border-color: #CA8A8A;
}
</style>