Shades of Oriental Pink #CA8783
Tints of Oriental Pink #CA8783
RGB
CMYK
RGB Variations
Color information
#CA8783 (or 0xCA8783) is known color: Oriental Pink. HEX triplet: CA, 87 and 83. RGB value is (202,135,131). Sum of RGB (Red+Green+Blue) = 202+135+131=468 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.16% from 468); Green value is 135 (53.12% from 255 or 28.85% from 468); Blue value is 131 (51.56% from 255 or 27.99% from 468); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8783 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA8783 is #35787C. Grayscale: #9A9A9A. Windows color (decimal): -3504253 or 8619978. OLE color: 8619978.
HSL color Cylindrical-coordinate representation of color #CA8783: hue angle of 3.38º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CA8783 is Cyan = 0, Magento = 0.33, Yellow = 0.35 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 135 | 131 | - |
| CMYK | 0 | 0.33 | 0.35 | 0.21 |
| HSL | 3.38º | 0.4% | 0.65% | - |
| HSV(B) | 3.38º | 0.35% | 0.79% | - |
| XYZ | 37.12 | 31.52 | 25.6 | - |
| YUV | 154.58 | 114.7 | 161.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 135 | 131 | 0 | 0.33 | 0.35 | 0.21 | 3.38 | 0.4 | 0.65 |
| Hex | CA | 87 | 83 | 0 | 21 | 23 | 15 | 3 | 28 | 41 |
| Octal | 312 | 207 | 203 | 0 | 41 | 43 | 25 | 3 | 50 | 101 |
| Binary | 11001010 | 10000111 | 10000011 | 0 | 100001 | 100011 | 10101 | 11 | 101000 | 1000001 |
Color Harmonies of #CA8783
Complementary color
Monochromatic Colors of #CA8783
Black with #CA8783
Text Example
Text Example
White with #CA8783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8783; }
p { color: rgb(202,135,131); }
H1.HeaderClassName
{
color: #CA8783;
}
.AnyTagClassName
{
color: #CA8783;
}
</style>
background-color css
<style>
a { background-color: #CA8783; }
a { background-color: rgb(202,135,131); }
div.DivClassName
{
background-color: #CA8783;
}
.BgClassName
{
background-color: #CA8783;
}
</style>
border-color css
<style>
span { border-color: #CA8783; }
span { border-color: rgb(202,135,131); }
td.TdClassName
{
border-color: #CA8783;
}
.TagClassName
{
border-color: #CA8783;
}
</style>