Shades of Oriental Pink #C28280
Tints of Oriental Pink #C28280
RGB
CMYK
RGB Variations
Color information
#C28280 (or 0xC28280) is known color: Oriental Pink. HEX triplet: C2, 82 and 80. RGB value is (194,130,128). Sum of RGB (Red+Green+Blue) = 194+130+128=452 (59% of max value = 765). Red value is 194 (76.17% from 255 or 42.92% from 452); Green value is 130 (51.17% from 255 or 28.76% from 452); Blue value is 128 (50.39% from 255 or 28.32% from 452); Max value from RGB is 194 - color contains mainly: red. Hex color #C28280 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28280 is #3D7D7F. Grayscale: #949494. Windows color (decimal): -4029824 or 8422082. OLE color: 8422082.
HSL color Cylindrical-coordinate representation of color #C28280: hue angle of 1.82º 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 #C28280 is Cyan = 0, Magento = 0.33, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 130 | 128 | - |
| CMYK | 0 | 0.33 | 0.34 | 0.24 |
| HSL | 1.82º | 0.35% | 0.63% | - |
| HSV(B) | 1.82º | 0.34% | 0.76% | - |
| XYZ | 34.13 | 28.99 | 24.22 | - |
| YUV | 148.91 | 116.2 | 160.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 130 | 128 | 0 | 0.33 | 0.34 | 0.24 | 1.82 | 0.35 | 0.63 |
| Hex | C2 | 82 | 80 | 0 | 21 | 22 | 18 | 2 | 23 | 3F |
| Octal | 302 | 202 | 200 | 0 | 41 | 42 | 30 | 2 | 43 | 77 |
| Binary | 11000010 | 10000010 | 10000000 | 0 | 100001 | 100010 | 11000 | 10 | 100011 | 111111 |
Color Harmonies of #C28280
Complementary color
Monochromatic Colors of #C28280
Black with #C28280
Text Example
Text Example
White with #C28280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28280; }
p { color: rgb(194,130,128); }
H1.HeaderClassName
{
color: #C28280;
}
.AnyTagClassName
{
color: #C28280;
}
</style>
background-color css
<style>
a { background-color: #C28280; }
a { background-color: rgb(194,130,128); }
div.DivClassName
{
background-color: #C28280;
}
.BgClassName
{
background-color: #C28280;
}
</style>
border-color css
<style>
span { border-color: #C28280; }
span { border-color: rgb(194,130,128); }
td.TdClassName
{
border-color: #C28280;
}
.TagClassName
{
border-color: #C28280;
}
</style>