Shades of Oriental Pink #C39590
Tints of Oriental Pink #C39590
RGB
CMYK
RGB Variations
Color information
#C39590 (or 0xC39590) is known color: Oriental Pink. HEX triplet: C3, 95 and 90. RGB value is (195,149,144). Sum of RGB (Red+Green+Blue) = 195+149+144=488 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.96% from 488); Green value is 149 (58.59% from 255 or 30.53% from 488); Blue value is 144 (56.64% from 255 or 29.51% from 488); Max value from RGB is 195 - color contains mainly: red. Hex color #C39590 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C39590 is #3C6A6F. Grayscale: #A2A2A2. Windows color (decimal): -3959408 or 9475523. OLE color: 9475523.
HSL color Cylindrical-coordinate representation of color #C39590: hue angle of 5.88º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C39590 is Cyan = 0, Magento = 0.24, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 149 | 144 | - |
| CMYK | 0 | 0.24 | 0.26 | 0.24 |
| HSL | 5.88º | 0.3% | 0.66% | - |
| HSV(B) | 5.88º | 0.26% | 0.76% | - |
| XYZ | 38.29 | 35.11 | 31.14 | - |
| YUV | 162.18 | 117.74 | 151.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 149 | 144 | 0 | 0.24 | 0.26 | 0.24 | 5.88 | 0.3 | 0.66 |
| Hex | C3 | 95 | 90 | 0 | 18 | 1A | 18 | 6 | 1E | 42 |
| Octal | 303 | 225 | 220 | 0 | 30 | 32 | 30 | 6 | 36 | 102 |
| Binary | 11000011 | 10010101 | 10010000 | 0 | 11000 | 11010 | 11000 | 110 | 11110 | 1000010 |
Color Harmonies of #C39590
Complementary color
Monochromatic Colors of #C39590
Black with #C39590
Text Example
Text Example
White with #C39590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39590; }
p { color: rgb(195,149,144); }
H1.HeaderClassName
{
color: #C39590;
}
.AnyTagClassName
{
color: #C39590;
}
</style>
background-color css
<style>
a { background-color: #C39590; }
a { background-color: rgb(195,149,144); }
div.DivClassName
{
background-color: #C39590;
}
.BgClassName
{
background-color: #C39590;
}
</style>
border-color css
<style>
span { border-color: #C39590; }
span { border-color: rgb(195,149,144); }
td.TdClassName
{
border-color: #C39590;
}
.TagClassName
{
border-color: #C39590;
}
</style>