Shades of Oriental Pink #C28783
Tints of Oriental Pink #C28783
RGB
CMYK
RGB Variations
Color information
#C28783 (or 0xC28783) is known color: Oriental Pink. HEX triplet: C2, 87 and 83. RGB value is (194,135,131). Sum of RGB (Red+Green+Blue) = 194+135+131=460 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.17% from 460); Green value is 135 (53.12% from 255 or 29.35% from 460); Blue value is 131 (51.56% from 255 or 28.48% from 460); Max value from RGB is 194 - color contains mainly: red. Hex color #C28783 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28783 is #3D787C. Grayscale: #989898. Windows color (decimal): -4028541 or 8619970. OLE color: 8619970.
HSL color Cylindrical-coordinate representation of color #C28783: hue angle of 3.81º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C28783 is Cyan = 0, Magento = 0.30, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 135 | 131 | - |
| CMYK | 0 | 0.30 | 0.32 | 0.24 |
| HSL | 3.81º | 0.34% | 0.64% | - |
| HSV(B) | 3.81º | 0.32% | 0.76% | - |
| XYZ | 35.01 | 30.44 | 25.5 | - |
| YUV | 152.19 | 116.05 | 157.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 135 | 131 | 0 | 0.30 | 0.32 | 0.24 | 3.81 | 0.34 | 0.64 |
| Hex | C2 | 87 | 83 | 0 | 1E | 20 | 18 | 4 | 22 | 40 |
| Octal | 302 | 207 | 203 | 0 | 36 | 40 | 30 | 4 | 42 | 100 |
| Binary | 11000010 | 10000111 | 10000011 | 0 | 11110 | 100000 | 11000 | 100 | 100010 | 1000000 |
Color Harmonies of #C28783
Complementary color
Monochromatic Colors of #C28783
Black with #C28783
Text Example
Text Example
White with #C28783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28783; }
p { color: rgb(194,135,131); }
H1.HeaderClassName
{
color: #C28783;
}
.AnyTagClassName
{
color: #C28783;
}
</style>
background-color css
<style>
a { background-color: #C28783; }
a { background-color: rgb(194,135,131); }
div.DivClassName
{
background-color: #C28783;
}
.BgClassName
{
background-color: #C28783;
}
</style>
border-color css
<style>
span { border-color: #C28783; }
span { border-color: rgb(194,135,131); }
td.TdClassName
{
border-color: #C28783;
}
.TagClassName
{
border-color: #C28783;
}
</style>