Shades of Oriental Pink #C38A83
Tints of Oriental Pink #C38A83
RGB
CMYK
RGB Variations
Color information
#C38A83 (or 0xC38A83) is known color: Oriental Pink. HEX triplet: C3, 8A and 83. RGB value is (195,138,131). Sum of RGB (Red+Green+Blue) = 195+138+131=464 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.03% from 464); Green value is 138 (54.30% from 255 or 29.74% from 464); Blue value is 131 (51.56% from 255 or 28.23% from 464); Max value from RGB is 195 - color contains mainly: red. Hex color #C38A83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38A83 is #3C757C. Grayscale: #9A9A9A. Windows color (decimal): -3962237 or 8620739. OLE color: 8620739.
HSL color Cylindrical-coordinate representation of color #C38A83: hue angle of 6.56º 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 #C38A83 is Cyan = 0, Magento = 0.29, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 138 | 131 | - |
| CMYK | 0 | 0.29 | 0.33 | 0.24 |
| HSL | 6.56º | 0.35% | 0.64% | - |
| HSV(B) | 6.56º | 0.33% | 0.76% | - |
| XYZ | 35.69 | 31.42 | 25.66 | - |
| YUV | 154.25 | 114.88 | 157.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 138 | 131 | 0 | 0.29 | 0.33 | 0.24 | 6.56 | 0.35 | 0.64 |
| Hex | C3 | 8A | 83 | 0 | 1D | 21 | 18 | 7 | 23 | 40 |
| Octal | 303 | 212 | 203 | 0 | 35 | 41 | 30 | 7 | 43 | 100 |
| Binary | 11000011 | 10001010 | 10000011 | 0 | 11101 | 100001 | 11000 | 111 | 100011 | 1000000 |
Color Harmonies of #C38A83
Complementary color
Monochromatic Colors of #C38A83
Black with #C38A83
Text Example
Text Example
White with #C38A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38A83; }
p { color: rgb(195,138,131); }
H1.HeaderClassName
{
color: #C38A83;
}
.AnyTagClassName
{
color: #C38A83;
}
</style>
background-color css
<style>
a { background-color: #C38A83; }
a { background-color: rgb(195,138,131); }
div.DivClassName
{
background-color: #C38A83;
}
.BgClassName
{
background-color: #C38A83;
}
</style>
border-color css
<style>
span { border-color: #C38A83; }
span { border-color: rgb(195,138,131); }
td.TdClassName
{
border-color: #C38A83;
}
.TagClassName
{
border-color: #C38A83;
}
</style>