Shades of Oriental Pink #C38D80
Tints of Oriental Pink #C38D80
RGB
CMYK
RGB Variations
Color information
#C38D80 (or 0xC38D80) is known color: Oriental Pink. HEX triplet: C3, 8D and 80. RGB value is (195,141,128). Sum of RGB (Red+Green+Blue) = 195+141+128=464 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.03% from 464); Green value is 141 (55.47% from 255 or 30.39% from 464); Blue value is 128 (50.39% from 255 or 27.59% from 464); Max value from RGB is 195 - color contains mainly: red. Hex color #C38D80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38D80 is #3C727F. Grayscale: #9B9B9B. Windows color (decimal): -3961472 or 8424899. OLE color: 8424899.
HSL color Cylindrical-coordinate representation of color #C38D80: hue angle of 11.64º 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 #C38D80 is Cyan = 0, Magento = 0.28, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 141 | 128 | - |
| CMYK | 0 | 0.28 | 0.34 | 0.24 |
| HSL | 11.64º | 0.36% | 0.63% | - |
| HSV(B) | 11.64º | 0.34% | 0.76% | - |
| XYZ | 35.93 | 32.21 | 24.75 | - |
| YUV | 155.66 | 112.39 | 156.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 141 | 128 | 0 | 0.28 | 0.34 | 0.24 | 11.64 | 0.36 | 0.63 |
| Hex | C3 | 8D | 80 | 0 | 1C | 22 | 18 | C | 24 | 3F |
| Octal | 303 | 215 | 200 | 0 | 34 | 42 | 30 | 14 | 44 | 77 |
| Binary | 11000011 | 10001101 | 10000000 | 0 | 11100 | 100010 | 11000 | 1100 | 100100 | 111111 |
Color Harmonies of #C38D80
Complementary color
Monochromatic Colors of #C38D80
Black with #C38D80
Text Example
Text Example
White with #C38D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38D80; }
p { color: rgb(195,141,128); }
H1.HeaderClassName
{
color: #C38D80;
}
.AnyTagClassName
{
color: #C38D80;
}
</style>
background-color css
<style>
a { background-color: #C38D80; }
a { background-color: rgb(195,141,128); }
div.DivClassName
{
background-color: #C38D80;
}
.BgClassName
{
background-color: #C38D80;
}
</style>
border-color css
<style>
span { border-color: #C38D80; }
span { border-color: rgb(195,141,128); }
td.TdClassName
{
border-color: #C38D80;
}
.TagClassName
{
border-color: #C38D80;
}
</style>