Shades of Oriental Pink #C28C80
Tints of Oriental Pink #C28C80
RGB
CMYK
RGB Variations
Color information
#C28C80 (or 0xC28C80) is known color: Oriental Pink. HEX triplet: C2, 8C and 80. RGB value is (194,140,128). Sum of RGB (Red+Green+Blue) = 194+140+128=462 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.99% from 462); Green value is 140 (55.08% from 255 or 30.30% from 462); Blue value is 128 (50.39% from 255 or 27.71% from 462); Max value from RGB is 194 - color contains mainly: red. Hex color #C28C80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28C80 is #3D737F. Grayscale: #9A9A9A. Windows color (decimal): -4027264 or 8424642. OLE color: 8424642.
HSL color Cylindrical-coordinate representation of color #C28C80: hue angle of 10.91º 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 #C28C80 is Cyan = 0, Magento = 0.28, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 140 | 128 | - |
| CMYK | 0 | 0.28 | 0.34 | 0.24 |
| HSL | 10.91º | 0.35% | 0.63% | - |
| HSV(B) | 10.91º | 0.34% | 0.76% | - |
| XYZ | 35.52 | 31.78 | 24.68 | - |
| YUV | 154.78 | 112.89 | 155.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 140 | 128 | 0 | 0.28 | 0.34 | 0.24 | 10.91 | 0.35 | 0.63 |
| Hex | C2 | 8C | 80 | 0 | 1C | 22 | 18 | B | 23 | 3F |
| Octal | 302 | 214 | 200 | 0 | 34 | 42 | 30 | 13 | 43 | 77 |
| Binary | 11000010 | 10001100 | 10000000 | 0 | 11100 | 100010 | 11000 | 1011 | 100011 | 111111 |
Color Harmonies of #C28C80
Complementary color
Monochromatic Colors of #C28C80
Black with #C28C80
Text Example
Text Example
White with #C28C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28C80; }
p { color: rgb(194,140,128); }
H1.HeaderClassName
{
color: #C28C80;
}
.AnyTagClassName
{
color: #C28C80;
}
</style>
background-color css
<style>
a { background-color: #C28C80; }
a { background-color: rgb(194,140,128); }
div.DivClassName
{
background-color: #C28C80;
}
.BgClassName
{
background-color: #C28C80;
}
</style>
border-color css
<style>
span { border-color: #C28C80; }
span { border-color: rgb(194,140,128); }
td.TdClassName
{
border-color: #C28C80;
}
.TagClassName
{
border-color: #C28C80;
}
</style>