Shades of Oriental Pink #C28981
Tints of Oriental Pink #C28981
RGB
CMYK
RGB Variations
Color information
#C28981 (or 0xC28981) is known color: Oriental Pink. HEX triplet: C2, 89 and 81. RGB value is (194,137,129). Sum of RGB (Red+Green+Blue) = 194+137+129=460 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.17% from 460); Green value is 137 (53.91% from 255 or 29.78% from 460); Blue value is 129 (50.78% from 255 or 28.04% from 460); Max value from RGB is 194 - color contains mainly: red. Hex color #C28981 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28981 is #3D767E. Grayscale: #999999. Windows color (decimal): -4028031 or 8489410. OLE color: 8489410.
HSL color Cylindrical-coordinate representation of color #C28981: hue angle of 7.38º 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 #C28981 is Cyan = 0, Magento = 0.29, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 137 | 129 | - |
| CMYK | 0 | 0.29 | 0.34 | 0.24 |
| HSL | 7.38º | 0.35% | 0.63% | - |
| HSV(B) | 7.38º | 0.34% | 0.76% | - |
| XYZ | 35.16 | 30.95 | 24.89 | - |
| YUV | 153.13 | 114.38 | 157.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 137 | 129 | 0 | 0.29 | 0.34 | 0.24 | 7.38 | 0.35 | 0.63 |
| Hex | C2 | 89 | 81 | 0 | 1D | 22 | 18 | 7 | 23 | 3F |
| Octal | 302 | 211 | 201 | 0 | 35 | 42 | 30 | 7 | 43 | 77 |
| Binary | 11000010 | 10001001 | 10000001 | 0 | 11101 | 100010 | 11000 | 111 | 100011 | 111111 |
Color Harmonies of #C28981
Complementary color
Monochromatic Colors of #C28981
Black with #C28981
Text Example
Text Example
White with #C28981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28981; }
p { color: rgb(194,137,129); }
H1.HeaderClassName
{
color: #C28981;
}
.AnyTagClassName
{
color: #C28981;
}
</style>
background-color css
<style>
a { background-color: #C28981; }
a { background-color: rgb(194,137,129); }
div.DivClassName
{
background-color: #C28981;
}
.BgClassName
{
background-color: #C28981;
}
</style>
border-color css
<style>
span { border-color: #C28981; }
span { border-color: rgb(194,137,129); }
td.TdClassName
{
border-color: #C28981;
}
.TagClassName
{
border-color: #C28981;
}
</style>