Shades of Oriental Pink #C38980
Tints of Oriental Pink #C38980
RGB
CMYK
RGB Variations
Color information
#C38980 (or 0xC38980) is known color: Oriental Pink. HEX triplet: C3, 89 and 80. RGB value is (195,137,128). Sum of RGB (Red+Green+Blue) = 195+137+128=460 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.39% from 460); Green value is 137 (53.91% from 255 or 29.78% from 460); Blue value is 128 (50.39% from 255 or 27.83% from 460); Max value from RGB is 195 - color contains mainly: red. Hex color #C38980 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38980 is #3C767F. Grayscale: #999999. Windows color (decimal): -3962496 or 8423875. OLE color: 8423875.
HSL color Cylindrical-coordinate representation of color #C38980: hue angle of 8.06º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C38980 is Cyan = 0, Magento = 0.30, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 137 | 128 | - |
| CMYK | 0 | 0.30 | 0.34 | 0.24 |
| HSL | 8.06º | 0.36% | 0.63% | - |
| HSV(B) | 8.06º | 0.34% | 0.76% | - |
| XYZ | 35.35 | 31.05 | 24.55 | - |
| YUV | 153.32 | 113.72 | 157.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 137 | 128 | 0 | 0.30 | 0.34 | 0.24 | 8.06 | 0.36 | 0.63 |
| Hex | C3 | 89 | 80 | 0 | 1E | 22 | 18 | 8 | 24 | 3F |
| Octal | 303 | 211 | 200 | 0 | 36 | 42 | 30 | 10 | 44 | 77 |
| Binary | 11000011 | 10001001 | 10000000 | 0 | 11110 | 100010 | 11000 | 1000 | 100100 | 111111 |
Color Harmonies of #C38980
Complementary color
Monochromatic Colors of #C38980
Black with #C38980
Text Example
Text Example
White with #C38980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38980; }
p { color: rgb(195,137,128); }
H1.HeaderClassName
{
color: #C38980;
}
.AnyTagClassName
{
color: #C38980;
}
</style>
background-color css
<style>
a { background-color: #C38980; }
a { background-color: rgb(195,137,128); }
div.DivClassName
{
background-color: #C38980;
}
.BgClassName
{
background-color: #C38980;
}
</style>
border-color css
<style>
span { border-color: #C38980; }
span { border-color: rgb(195,137,128); }
td.TdClassName
{
border-color: #C38980;
}
.TagClassName
{
border-color: #C38980;
}
</style>