Shades of Oriental Pink #C28D82
Tints of Oriental Pink #C28D82
RGB
CMYK
RGB Variations
Color information
#C28D82 (or 0xC28D82) is known color: Oriental Pink. HEX triplet: C2, 8D and 82. RGB value is (194,141,130). Sum of RGB (Red+Green+Blue) = 194+141+130=465 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.72% from 465); Green value is 141 (55.47% from 255 or 30.32% from 465); Blue value is 130 (51.17% from 255 or 27.96% from 465); Max value from RGB is 194 - color contains mainly: red. Hex color #C28D82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28D82 is #3D727D. Grayscale: #9B9B9B. Windows color (decimal): -4027006 or 8555970. OLE color: 8555970.
HSL color Cylindrical-coordinate representation of color #C28D82: hue angle of 10.31º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C28D82 is Cyan = 0, Magento = 0.27, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 141 | 130 | - |
| CMYK | 0 | 0.27 | 0.33 | 0.24 |
| HSL | 10.31º | 0.34% | 0.64% | - |
| HSV(B) | 10.31º | 0.33% | 0.76% | - |
| XYZ | 35.8 | 32.13 | 25.43 | - |
| YUV | 155.59 | 113.56 | 155.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 141 | 130 | 0 | 0.27 | 0.33 | 0.24 | 10.31 | 0.34 | 0.64 |
| Hex | C2 | 8D | 82 | 0 | 1B | 21 | 18 | A | 22 | 40 |
| Octal | 302 | 215 | 202 | 0 | 33 | 41 | 30 | 12 | 42 | 100 |
| Binary | 11000010 | 10001101 | 10000010 | 0 | 11011 | 100001 | 11000 | 1010 | 100010 | 1000000 |
Color Harmonies of #C28D82
Complementary color
Monochromatic Colors of #C28D82
Black with #C28D82
Text Example
Text Example
White with #C28D82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28D82; }
p { color: rgb(194,141,130); }
H1.HeaderClassName
{
color: #C28D82;
}
.AnyTagClassName
{
color: #C28D82;
}
</style>
background-color css
<style>
a { background-color: #C28D82; }
a { background-color: rgb(194,141,130); }
div.DivClassName
{
background-color: #C28D82;
}
.BgClassName
{
background-color: #C28D82;
}
</style>
border-color css
<style>
span { border-color: #C28D82; }
span { border-color: rgb(194,141,130); }
td.TdClassName
{
border-color: #C28D82;
}
.TagClassName
{
border-color: #C28D82;
}
</style>