Shades of Oriental Pink #CA8F8F
Tints of Oriental Pink #CA8F8F
RGB
CMYK
RGB Variations
Color information
#CA8F8F (or 0xCA8F8F) is known color: Oriental Pink. HEX triplet: CA, 8F and 8F. RGB value is (202,143,143). Sum of RGB (Red+Green+Blue) = 202+143+143=488 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.39% from 488); Green value is 143 (56.25% from 255 or 29.30% from 488); Blue value is 143 (56.25% from 255 or 29.30% from 488); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8F8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA8F8F is #357070. Grayscale: #A0A0A0. Windows color (decimal): -3502193 or 9408458. OLE color: 9408458.
HSL color Cylindrical-coordinate representation of color #CA8F8F: hue angle of 0º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CA8F8F is Cyan = 0, Magento = 0.29, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 143 | 143 | - |
| CMYK | 0 | 0.29 | 0.29 | 0.21 |
| HSL | 0º | 0.36% | 0.68% | - |
| HSV(B) | 0º | 0.29% | 0.79% | - |
| XYZ | 39.14 | 34.18 | 30.52 | - |
| YUV | 160.64 | 118.05 | 157.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 143 | 143 | 0 | 0.29 | 0.29 | 0.21 | 0 | 0.36 | 0.68 |
| Hex | CA | 8F | 8F | 0 | 1D | 1D | 15 | 0 | 24 | 44 |
| Octal | 312 | 217 | 217 | 0 | 35 | 35 | 25 | 0 | 44 | 104 |
| Binary | 11001010 | 10001111 | 10001111 | 0 | 11101 | 11101 | 10101 | 0 | 100100 | 1000100 |
Color Harmonies of #CA8F8F
Complementary color
Monochromatic Colors of #CA8F8F
Black with #CA8F8F
Text Example
Text Example
White with #CA8F8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8F8F; }
p { color: rgb(202,143,143); }
H1.HeaderClassName
{
color: #CA8F8F;
}
.AnyTagClassName
{
color: #CA8F8F;
}
</style>
background-color css
<style>
a { background-color: #CA8F8F; }
a { background-color: rgb(202,143,143); }
div.DivClassName
{
background-color: #CA8F8F;
}
.BgClassName
{
background-color: #CA8F8F;
}
</style>
border-color css
<style>
span { border-color: #CA8F8F; }
span { border-color: rgb(202,143,143); }
td.TdClassName
{
border-color: #CA8F8F;
}
.TagClassName
{
border-color: #CA8F8F;
}
</style>