Shades of Oriental Pink #C38C80
Tints of Oriental Pink #C38C80
RGB
CMYK
RGB Variations
Color information
#C38C80 (or 0xC38C80) is known color: Oriental Pink. HEX triplet: C3, 8C and 80. RGB value is (195,140,128). Sum of RGB (Red+Green+Blue) = 195+140+128=463 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.12% from 463); Green value is 140 (55.08% from 255 or 30.24% from 463); Blue value is 128 (50.39% from 255 or 27.65% from 463); Max value from RGB is 195 - color contains mainly: red. Hex color #C38C80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38C80 is #3C737F. Grayscale: #9B9B9B. Windows color (decimal): -3961728 or 8424643. OLE color: 8424643.
HSL color Cylindrical-coordinate representation of color #C38C80: hue angle of 10.75º 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 #C38C80 is Cyan = 0, Magento = 0.28, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 140 | 128 | - |
| CMYK | 0 | 0.28 | 0.34 | 0.24 |
| HSL | 10.75º | 0.36% | 0.63% | - |
| HSV(B) | 10.75º | 0.34% | 0.76% | - |
| XYZ | 35.78 | 31.92 | 24.7 | - |
| YUV | 155.08 | 112.72 | 156.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 140 | 128 | 0 | 0.28 | 0.34 | 0.24 | 10.75 | 0.36 | 0.63 |
| Hex | C3 | 8C | 80 | 0 | 1C | 22 | 18 | B | 24 | 3F |
| Octal | 303 | 214 | 200 | 0 | 34 | 42 | 30 | 13 | 44 | 77 |
| Binary | 11000011 | 10001100 | 10000000 | 0 | 11100 | 100010 | 11000 | 1011 | 100100 | 111111 |
Color Harmonies of #C38C80
Complementary color
Monochromatic Colors of #C38C80
Black with #C38C80
Text Example
Text Example
White with #C38C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38C80; }
p { color: rgb(195,140,128); }
H1.HeaderClassName
{
color: #C38C80;
}
.AnyTagClassName
{
color: #C38C80;
}
</style>
background-color css
<style>
a { background-color: #C38C80; }
a { background-color: rgb(195,140,128); }
div.DivClassName
{
background-color: #C38C80;
}
.BgClassName
{
background-color: #C38C80;
}
</style>
border-color css
<style>
span { border-color: #C38C80; }
span { border-color: rgb(195,140,128); }
td.TdClassName
{
border-color: #C38C80;
}
.TagClassName
{
border-color: #C38C80;
}
</style>