Shades of Oriental Pink #C38982
Tints of Oriental Pink #C38982
RGB
CMYK
RGB Variations
Color information
#C38982 (or 0xC38982) is known color: Oriental Pink. HEX triplet: C3, 89 and 82. RGB value is (195,137,130). Sum of RGB (Red+Green+Blue) = 195+137+130=462 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.21% from 462); Green value is 137 (53.91% from 255 or 29.65% from 462); Blue value is 130 (51.17% from 255 or 28.14% from 462); Max value from RGB is 195 - color contains mainly: red. Hex color #C38982 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38982 is #3C767D. Grayscale: #999999. Windows color (decimal): -3962494 or 8554947. OLE color: 8554947.
HSL color Cylindrical-coordinate representation of color #C38982: hue angle of 6.46º 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 #C38982 is Cyan = 0, Magento = 0.30, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 137 | 130 | - |
| CMYK | 0 | 0.30 | 0.33 | 0.24 |
| HSL | 6.46º | 0.35% | 0.64% | - |
| HSV(B) | 6.46º | 0.33% | 0.76% | - |
| XYZ | 35.48 | 31.11 | 25.25 | - |
| YUV | 153.54 | 114.72 | 157.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 137 | 130 | 0 | 0.30 | 0.33 | 0.24 | 6.46 | 0.35 | 0.64 |
| Hex | C3 | 89 | 82 | 0 | 1E | 21 | 18 | 6 | 23 | 40 |
| Octal | 303 | 211 | 202 | 0 | 36 | 41 | 30 | 6 | 43 | 100 |
| Binary | 11000011 | 10001001 | 10000010 | 0 | 11110 | 100001 | 11000 | 110 | 100011 | 1000000 |
Color Harmonies of #C38982
Complementary color
Monochromatic Colors of #C38982
Black with #C38982
Text Example
Text Example
White with #C38982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38982; }
p { color: rgb(195,137,130); }
H1.HeaderClassName
{
color: #C38982;
}
.AnyTagClassName
{
color: #C38982;
}
</style>
background-color css
<style>
a { background-color: #C38982; }
a { background-color: rgb(195,137,130); }
div.DivClassName
{
background-color: #C38982;
}
.BgClassName
{
background-color: #C38982;
}
</style>
border-color css
<style>
span { border-color: #C38982; }
span { border-color: rgb(195,137,130); }
td.TdClassName
{
border-color: #C38982;
}
.TagClassName
{
border-color: #C38982;
}
</style>