Shades of Oriental Pink #C38A7E
Tints of Oriental Pink #C38A7E
RGB
CMYK
RGB Variations
Color information
#C38A7E (or 0xC38A7E) is known color: Oriental Pink. HEX triplet: C3, 8A and 7E. RGB value is (195,138,126). Sum of RGB (Red+Green+Blue) = 195+138+126=459 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.48% from 459); Green value is 138 (54.30% from 255 or 30.07% from 459); Blue value is 126 (49.61% from 255 or 27.45% from 459); Max value from RGB is 195 - color contains mainly: red. Hex color #C38A7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38A7E is #3C7581. Grayscale: #999999. Windows color (decimal): -3962242 or 8293059. OLE color: 8293059.
HSL color Cylindrical-coordinate representation of color #C38A7E: hue angle of 10.43º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C38A7E is Cyan = 0, Magento = 0.29, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 138 | 126 | - |
| CMYK | 0 | 0.29 | 0.35 | 0.24 |
| HSL | 10.43º | 0.37% | 0.63% | - |
| HSV(B) | 10.43º | 0.35% | 0.76% | - |
| XYZ | 35.36 | 31.29 | 23.91 | - |
| YUV | 153.68 | 112.38 | 157.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 138 | 126 | 0 | 0.29 | 0.35 | 0.24 | 10.43 | 0.37 | 0.63 |
| Hex | C3 | 8A | 7E | 0 | 1D | 23 | 18 | A | 25 | 3F |
| Octal | 303 | 212 | 176 | 0 | 35 | 43 | 30 | 12 | 45 | 77 |
| Binary | 11000011 | 10001010 | 1111110 | 0 | 11101 | 100011 | 11000 | 1010 | 100101 | 111111 |
Color Harmonies of #C38A7E
Complementary color
Monochromatic Colors of #C38A7E
Black with #C38A7E
Text Example
Text Example
White with #C38A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38A7E; }
p { color: rgb(195,138,126); }
H1.HeaderClassName
{
color: #C38A7E;
}
.AnyTagClassName
{
color: #C38A7E;
}
</style>
background-color css
<style>
a { background-color: #C38A7E; }
a { background-color: rgb(195,138,126); }
div.DivClassName
{
background-color: #C38A7E;
}
.BgClassName
{
background-color: #C38A7E;
}
</style>
border-color css
<style>
span { border-color: #C38A7E; }
span { border-color: rgb(195,138,126); }
td.TdClassName
{
border-color: #C38A7E;
}
.TagClassName
{
border-color: #C38A7E;
}
</style>