Shades of Oriental Pink #C28480
Tints of Oriental Pink #C28480
RGB
CMYK
RGB Variations
Color information
#C28480 (or 0xC28480) is known color: Oriental Pink. HEX triplet: C2, 84 and 80. RGB value is (194,132,128). Sum of RGB (Red+Green+Blue) = 194+132+128=454 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.73% from 454); Green value is 132 (51.95% from 255 or 29.07% from 454); Blue value is 128 (50.39% from 255 or 28.19% from 454); Max value from RGB is 194 - color contains mainly: red. Hex color #C28480 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28480 is #3D7B7F. Grayscale: #969696. Windows color (decimal): -4029312 or 8422594. OLE color: 8422594.
HSL color Cylindrical-coordinate representation of color #C28480: hue angle of 3.64º 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 #C28480 is Cyan = 0, Magento = 0.32, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 132 | 128 | - |
| CMYK | 0 | 0.32 | 0.34 | 0.24 |
| HSL | 3.64º | 0.35% | 0.63% | - |
| HSV(B) | 3.64º | 0.34% | 0.76% | - |
| XYZ | 34.4 | 29.53 | 24.31 | - |
| YUV | 150.08 | 115.54 | 159.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 132 | 128 | 0 | 0.32 | 0.34 | 0.24 | 3.64 | 0.35 | 0.63 |
| Hex | C2 | 84 | 80 | 0 | 20 | 22 | 18 | 4 | 23 | 3F |
| Octal | 302 | 204 | 200 | 0 | 40 | 42 | 30 | 4 | 43 | 77 |
| Binary | 11000010 | 10000100 | 10000000 | 0 | 100000 | 100010 | 11000 | 100 | 100011 | 111111 |
Color Harmonies of #C28480
Complementary color
Monochromatic Colors of #C28480
Black with #C28480
Text Example
Text Example
White with #C28480
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28480; }
p { color: rgb(194,132,128); }
H1.HeaderClassName
{
color: #C28480;
}
.AnyTagClassName
{
color: #C28480;
}
</style>
background-color css
<style>
a { background-color: #C28480; }
a { background-color: rgb(194,132,128); }
div.DivClassName
{
background-color: #C28480;
}
.BgClassName
{
background-color: #C28480;
}
</style>
border-color css
<style>
span { border-color: #C28480; }
span { border-color: rgb(194,132,128); }
td.TdClassName
{
border-color: #C28480;
}
.TagClassName
{
border-color: #C28480;
}
</style>