Shades of Oriental Pink #C28A82
Tints of Oriental Pink #C28A82
RGB
CMYK
RGB Variations
Color information
#C28A82 (or 0xC28A82) is known color: Oriental Pink. HEX triplet: C2, 8A and 82. RGB value is (194,138,130). Sum of RGB (Red+Green+Blue) = 194+138+130=462 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.99% from 462); Green value is 138 (54.30% from 255 or 29.87% from 462); Blue value is 130 (51.17% from 255 or 28.14% from 462); Max value from RGB is 194 - color contains mainly: red. Hex color #C28A82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28A82 is #3D757D. Grayscale: #999999. Windows color (decimal): -4027774 or 8555202. OLE color: 8555202.
HSL color Cylindrical-coordinate representation of color #C28A82: hue angle of 7.5º 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 #C28A82 is Cyan = 0, Magento = 0.29, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 138 | 130 | - |
| CMYK | 0 | 0.29 | 0.33 | 0.24 |
| HSL | 7.5º | 0.34% | 0.64% | - |
| HSV(B) | 7.5º | 0.33% | 0.76% | - |
| XYZ | 35.37 | 31.26 | 25.29 | - |
| YUV | 153.83 | 114.55 | 156.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 138 | 130 | 0 | 0.29 | 0.33 | 0.24 | 7.5 | 0.34 | 0.64 |
| Hex | C2 | 8A | 82 | 0 | 1D | 21 | 18 | 8 | 22 | 40 |
| Octal | 302 | 212 | 202 | 0 | 35 | 41 | 30 | 10 | 42 | 100 |
| Binary | 11000010 | 10001010 | 10000010 | 0 | 11101 | 100001 | 11000 | 1000 | 100010 | 1000000 |
Color Harmonies of #C28A82
Complementary color
Monochromatic Colors of #C28A82
Black with #C28A82
Text Example
Text Example
White with #C28A82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28A82; }
p { color: rgb(194,138,130); }
H1.HeaderClassName
{
color: #C28A82;
}
.AnyTagClassName
{
color: #C28A82;
}
</style>
background-color css
<style>
a { background-color: #C28A82; }
a { background-color: rgb(194,138,130); }
div.DivClassName
{
background-color: #C28A82;
}
.BgClassName
{
background-color: #C28A82;
}
</style>
border-color css
<style>
span { border-color: #C28A82; }
span { border-color: rgb(194,138,130); }
td.TdClassName
{
border-color: #C28A82;
}
.TagClassName
{
border-color: #C28A82;
}
</style>