Shades of Oriental Pink #C38F80
Tints of Oriental Pink #C38F80
RGB
CMYK
RGB Variations
Color information
#C38F80 (or 0xC38F80) is known color: Oriental Pink. HEX triplet: C3, 8F and 80. RGB value is (195,143,128). Sum of RGB (Red+Green+Blue) = 195+143+128=466 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.85% from 466); Green value is 143 (56.25% from 255 or 30.69% from 466); Blue value is 128 (50.39% from 255 or 27.47% from 466); Max value from RGB is 195 - color contains mainly: red. Hex color #C38F80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38F80 is #3C707F. Grayscale: #9C9C9C. Windows color (decimal): -3960960 or 8425411. OLE color: 8425411.
HSL color Cylindrical-coordinate representation of color #C38F80: hue angle of 13.43º 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 #C38F80 is Cyan = 0, Magento = 0.27, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 143 | 128 | - |
| CMYK | 0 | 0.27 | 0.34 | 0.24 |
| HSL | 13.43º | 0.36% | 0.63% | - |
| HSV(B) | 13.43º | 0.34% | 0.76% | - |
| XYZ | 36.22 | 32.81 | 24.84 | - |
| YUV | 156.84 | 111.73 | 155.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 143 | 128 | 0 | 0.27 | 0.34 | 0.24 | 13.43 | 0.36 | 0.63 |
| Hex | C3 | 8F | 80 | 0 | 1B | 22 | 18 | D | 24 | 3F |
| Octal | 303 | 217 | 200 | 0 | 33 | 42 | 30 | 15 | 44 | 77 |
| Binary | 11000011 | 10001111 | 10000000 | 0 | 11011 | 100010 | 11000 | 1101 | 100100 | 111111 |
Color Harmonies of #C38F80
Complementary color
Monochromatic Colors of #C38F80
Black with #C38F80
Text Example
Text Example
White with #C38F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38F80; }
p { color: rgb(195,143,128); }
H1.HeaderClassName
{
color: #C38F80;
}
.AnyTagClassName
{
color: #C38F80;
}
</style>
background-color css
<style>
a { background-color: #C38F80; }
a { background-color: rgb(195,143,128); }
div.DivClassName
{
background-color: #C38F80;
}
.BgClassName
{
background-color: #C38F80;
}
</style>
border-color css
<style>
span { border-color: #C38F80; }
span { border-color: rgb(195,143,128); }
td.TdClassName
{
border-color: #C38F80;
}
.TagClassName
{
border-color: #C38F80;
}
</style>