Shades of Oriental Pink #C38F8D
Tints of Oriental Pink #C38F8D
RGB
CMYK
RGB Variations
Color information
#C38F8D (or 0xC38F8D) is known color: Oriental Pink. HEX triplet: C3, 8F and 8D. RGB value is (195,143,141). Sum of RGB (Red+Green+Blue) = 195+143+141=479 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.71% from 479); Green value is 143 (56.25% from 255 or 29.85% from 479); Blue value is 141 (55.47% from 255 or 29.44% from 479); Max value from RGB is 195 - color contains mainly: red. Hex color #C38F8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38F8D is #3C7072. Grayscale: #9E9E9E. Windows color (decimal): -3960947 or 9277379. OLE color: 9277379.
HSL color Cylindrical-coordinate representation of color #C38F8D: hue angle of 2.22º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C38F8D is Cyan = 0, Magento = 0.27, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 143 | 141 | - |
| CMYK | 0 | 0.27 | 0.28 | 0.24 |
| HSL | 2.22º | 0.31% | 0.66% | - |
| HSV(B) | 2.22º | 0.28% | 0.76% | - |
| XYZ | 37.14 | 33.17 | 29.64 | - |
| YUV | 158.32 | 118.23 | 154.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 143 | 141 | 0 | 0.27 | 0.28 | 0.24 | 2.22 | 0.31 | 0.66 |
| Hex | C3 | 8F | 8D | 0 | 1B | 1C | 18 | 2 | 1F | 42 |
| Octal | 303 | 217 | 215 | 0 | 33 | 34 | 30 | 2 | 37 | 102 |
| Binary | 11000011 | 10001111 | 10001101 | 0 | 11011 | 11100 | 11000 | 10 | 11111 | 1000010 |
Color Harmonies of #C38F8D
Complementary color
Monochromatic Colors of #C38F8D
Black with #C38F8D
Text Example
Text Example
White with #C38F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38F8D; }
p { color: rgb(195,143,141); }
H1.HeaderClassName
{
color: #C38F8D;
}
.AnyTagClassName
{
color: #C38F8D;
}
</style>
background-color css
<style>
a { background-color: #C38F8D; }
a { background-color: rgb(195,143,141); }
div.DivClassName
{
background-color: #C38F8D;
}
.BgClassName
{
background-color: #C38F8D;
}
</style>
border-color css
<style>
span { border-color: #C38F8D; }
span { border-color: rgb(195,143,141); }
td.TdClassName
{
border-color: #C38F8D;
}
.TagClassName
{
border-color: #C38F8D;
}
</style>