Shades of Oriental Pink #C38981
Tints of Oriental Pink #C38981
RGB
CMYK
RGB Variations
Color information
#C38981 (or 0xC38981) is known color: Oriental Pink. HEX triplet: C3, 89 and 81. RGB value is (195,137,129). Sum of RGB (Red+Green+Blue) = 195+137+129=461 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.30% from 461); Green value is 137 (53.91% from 255 or 29.72% from 461); Blue value is 129 (50.78% from 255 or 27.98% from 461); Max value from RGB is 195 - color contains mainly: red. Hex color #C38981 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38981 is #3C767E. Grayscale: #999999. Windows color (decimal): -3962495 or 8489411. OLE color: 8489411.
HSL color Cylindrical-coordinate representation of color #C38981: hue angle of 7.27º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C38981 is Cyan = 0, Magento = 0.30, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 137 | 129 | - |
| CMYK | 0 | 0.30 | 0.34 | 0.24 |
| HSL | 7.27º | 0.35% | 0.64% | - |
| HSV(B) | 7.27º | 0.34% | 0.76% | - |
| XYZ | 35.41 | 31.08 | 24.9 | - |
| YUV | 153.43 | 114.22 | 157.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 137 | 129 | 0 | 0.30 | 0.34 | 0.24 | 7.27 | 0.35 | 0.64 |
| Hex | C3 | 89 | 81 | 0 | 1E | 22 | 18 | 7 | 23 | 40 |
| Octal | 303 | 211 | 201 | 0 | 36 | 42 | 30 | 7 | 43 | 100 |
| Binary | 11000011 | 10001001 | 10000001 | 0 | 11110 | 100010 | 11000 | 111 | 100011 | 1000000 |
Color Harmonies of #C38981
Complementary color
Monochromatic Colors of #C38981
Black with #C38981
Text Example
Text Example
White with #C38981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38981; }
p { color: rgb(195,137,129); }
H1.HeaderClassName
{
color: #C38981;
}
.AnyTagClassName
{
color: #C38981;
}
</style>
background-color css
<style>
a { background-color: #C38981; }
a { background-color: rgb(195,137,129); }
div.DivClassName
{
background-color: #C38981;
}
.BgClassName
{
background-color: #C38981;
}
</style>
border-color css
<style>
span { border-color: #C38981; }
span { border-color: rgb(195,137,129); }
td.TdClassName
{
border-color: #C38981;
}
.TagClassName
{
border-color: #C38981;
}
</style>