Shades of Oriental Pink #C28781
Tints of Oriental Pink #C28781
RGB
CMYK
RGB Variations
Color information
#C28781 (or 0xC28781) is known color: Oriental Pink. HEX triplet: C2, 87 and 81. RGB value is (194,135,129). Sum of RGB (Red+Green+Blue) = 194+135+129=458 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.36% from 458); Green value is 135 (53.12% from 255 or 29.48% from 458); Blue value is 129 (50.78% from 255 or 28.17% from 458); Max value from RGB is 194 - color contains mainly: red. Hex color #C28781 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28781 is #3D787E. Grayscale: #989898. Windows color (decimal): -4028543 or 8488898. OLE color: 8488898.
HSL color Cylindrical-coordinate representation of color #C28781: hue angle of 5.54º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C28781 is Cyan = 0, Magento = 0.30, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 135 | 129 | - |
| CMYK | 0 | 0.30 | 0.34 | 0.24 |
| HSL | 5.54º | 0.35% | 0.63% | - |
| HSV(B) | 5.54º | 0.34% | 0.76% | - |
| XYZ | 34.87 | 30.38 | 24.8 | - |
| YUV | 151.96 | 115.05 | 157.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 135 | 129 | 0 | 0.30 | 0.34 | 0.24 | 5.54 | 0.35 | 0.63 |
| Hex | C2 | 87 | 81 | 0 | 1E | 22 | 18 | 6 | 23 | 3F |
| Octal | 302 | 207 | 201 | 0 | 36 | 42 | 30 | 6 | 43 | 77 |
| Binary | 11000010 | 10000111 | 10000001 | 0 | 11110 | 100010 | 11000 | 110 | 100011 | 111111 |
Color Harmonies of #C28781
Complementary color
Monochromatic Colors of #C28781
Black with #C28781
Text Example
Text Example
White with #C28781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28781; }
p { color: rgb(194,135,129); }
H1.HeaderClassName
{
color: #C28781;
}
.AnyTagClassName
{
color: #C28781;
}
</style>
background-color css
<style>
a { background-color: #C28781; }
a { background-color: rgb(194,135,129); }
div.DivClassName
{
background-color: #C28781;
}
.BgClassName
{
background-color: #C28781;
}
</style>
border-color css
<style>
span { border-color: #C28781; }
span { border-color: rgb(194,135,129); }
td.TdClassName
{
border-color: #C28781;
}
.TagClassName
{
border-color: #C28781;
}
</style>