Shades of Oriental Pink #CA8B8B
Tints of Oriental Pink #CA8B8B
RGB
CMYK
RGB Variations
Color information
#CA8B8B (or 0xCA8B8B) is known color: Oriental Pink. HEX triplet: CA, 8B and 8B. RGB value is (202,139,139). Sum of RGB (Red+Green+Blue) = 202+139+139=480 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.08% from 480); Green value is 139 (54.69% from 255 or 28.96% from 480); Blue value is 139 (54.69% from 255 or 28.96% from 480); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8B8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA8B8B is #357474. Grayscale: #9D9D9D. Windows color (decimal): -3503221 or 9145290. OLE color: 9145290.
HSL color Cylindrical-coordinate representation of color #CA8B8B: hue angle of 0º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CA8B8B is Cyan = 0, Magento = 0.31, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 139 | 139 | - |
| CMYK | 0 | 0.31 | 0.31 | 0.21 |
| HSL | 0º | 0.37% | 0.67% | - |
| HSV(B) | 0º | 0.31% | 0.79% | - |
| XYZ | 38.25 | 32.89 | 28.76 | - |
| YUV | 157.84 | 117.37 | 159.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 139 | 139 | 0 | 0.31 | 0.31 | 0.21 | 0 | 0.37 | 0.67 |
| Hex | CA | 8B | 8B | 0 | 1F | 1F | 15 | 0 | 25 | 43 |
| Octal | 312 | 213 | 213 | 0 | 37 | 37 | 25 | 0 | 45 | 103 |
| Binary | 11001010 | 10001011 | 10001011 | 0 | 11111 | 11111 | 10101 | 0 | 100101 | 1000011 |
Color Harmonies of #CA8B8B
Complementary color
Monochromatic Colors of #CA8B8B
Black with #CA8B8B
Text Example
Text Example
White with #CA8B8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8B8B; }
p { color: rgb(202,139,139); }
H1.HeaderClassName
{
color: #CA8B8B;
}
.AnyTagClassName
{
color: #CA8B8B;
}
</style>
background-color css
<style>
a { background-color: #CA8B8B; }
a { background-color: rgb(202,139,139); }
div.DivClassName
{
background-color: #CA8B8B;
}
.BgClassName
{
background-color: #CA8B8B;
}
</style>
border-color css
<style>
span { border-color: #CA8B8B; }
span { border-color: rgb(202,139,139); }
td.TdClassName
{
border-color: #CA8B8B;
}
.TagClassName
{
border-color: #CA8B8B;
}
</style>