Shades of Oriental Pink #C39082
Tints of Oriental Pink #C39082
RGB
CMYK
RGB Variations
Color information
#C39082 (or 0xC39082) is known color: Oriental Pink. HEX triplet: C3, 90 and 82. RGB value is (195,144,130). Sum of RGB (Red+Green+Blue) = 195+144+130=469 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.58% from 469); Green value is 144 (56.64% from 255 or 30.70% from 469); Blue value is 130 (51.17% from 255 or 27.72% from 469); Max value from RGB is 195 - color contains mainly: red. Hex color #C39082 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C39082 is #3C6F7D. Grayscale: #9D9D9D. Windows color (decimal): -3960702 or 8556739. OLE color: 8556739.
HSL color Cylindrical-coordinate representation of color #C39082: hue angle of 12.92º degrees, saturation: 0.35, 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 #C39082 is Cyan = 0, Magento = 0.26, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 144 | 130 | - |
| CMYK | 0 | 0.26 | 0.33 | 0.24 |
| HSL | 12.92º | 0.35% | 0.64% | - |
| HSV(B) | 12.92º | 0.33% | 0.76% | - |
| XYZ | 36.51 | 33.16 | 25.6 | - |
| YUV | 157.65 | 112.4 | 154.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 144 | 130 | 0 | 0.26 | 0.33 | 0.24 | 12.92 | 0.35 | 0.64 |
| Hex | C3 | 90 | 82 | 0 | 1A | 21 | 18 | D | 23 | 40 |
| Octal | 303 | 220 | 202 | 0 | 32 | 41 | 30 | 15 | 43 | 100 |
| Binary | 11000011 | 10010000 | 10000010 | 0 | 11010 | 100001 | 11000 | 1101 | 100011 | 1000000 |
Color Harmonies of #C39082
Complementary color
Monochromatic Colors of #C39082
Black with #C39082
Text Example
Text Example
White with #C39082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39082; }
p { color: rgb(195,144,130); }
H1.HeaderClassName
{
color: #C39082;
}
.AnyTagClassName
{
color: #C39082;
}
</style>
background-color css
<style>
a { background-color: #C39082; }
a { background-color: rgb(195,144,130); }
div.DivClassName
{
background-color: #C39082;
}
.BgClassName
{
background-color: #C39082;
}
</style>
border-color css
<style>
span { border-color: #C39082; }
span { border-color: rgb(195,144,130); }
td.TdClassName
{
border-color: #C39082;
}
.TagClassName
{
border-color: #C39082;
}
</style>