Shades of Oriental Pink #C48282
Tints of Oriental Pink #C48282
RGB
CMYK
RGB Variations
Color information
#C48282 (or 0xC48282) is known color: Oriental Pink. HEX triplet: C4, 82 and 82. RGB value is (196,130,130). Sum of RGB (Red+Green+Blue) = 196+130+130=456 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.98% from 456); Green value is 130 (51.17% from 255 or 28.51% from 456); Blue value is 130 (51.17% from 255 or 28.51% from 456); Max value from RGB is 196 - color contains mainly: red. Hex color #C48282 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48282 is #3B7D7D. Grayscale: #959595. Windows color (decimal): -3898750 or 8553156. OLE color: 8553156.
HSL color Cylindrical-coordinate representation of color #C48282: hue angle of 0º degrees, saturation: 0.36, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C48282 is Cyan = 0, Magento = 0.34, Yellow = 0.34 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 130 | 130 | - |
| CMYK | 0 | 0.34 | 0.34 | 0.23 |
| HSL | 0º | 0.36% | 0.64% | - |
| HSV(B) | 0º | 0.34% | 0.77% | - |
| XYZ | 34.78 | 29.31 | 24.94 | - |
| YUV | 149.73 | 116.87 | 161 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 130 | 130 | 0 | 0.34 | 0.34 | 0.23 | 0 | 0.36 | 0.64 |
| Hex | C4 | 82 | 82 | 0 | 22 | 22 | 17 | 0 | 24 | 40 |
| Octal | 304 | 202 | 202 | 0 | 42 | 42 | 27 | 0 | 44 | 100 |
| Binary | 11000100 | 10000010 | 10000010 | 0 | 100010 | 100010 | 10111 | 0 | 100100 | 1000000 |
Color Harmonies of #C48282
Complementary color
Monochromatic Colors of #C48282
Black with #C48282
Text Example
Text Example
White with #C48282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48282; }
p { color: rgb(196,130,130); }
H1.HeaderClassName
{
color: #C48282;
}
.AnyTagClassName
{
color: #C48282;
}
</style>
background-color css
<style>
a { background-color: #C48282; }
a { background-color: rgb(196,130,130); }
div.DivClassName
{
background-color: #C48282;
}
.BgClassName
{
background-color: #C48282;
}
</style>
border-color css
<style>
span { border-color: #C48282; }
span { border-color: rgb(196,130,130); }
td.TdClassName
{
border-color: #C48282;
}
.TagClassName
{
border-color: #C48282;
}
</style>