Shades of Oriental Pink #C6938C
Tints of Oriental Pink #C6938C
RGB
CMYK
RGB Variations
Color information
#C6938C (or 0xC6938C) is known color: Oriental Pink. HEX triplet: C6, 93 and 8C. RGB value is (198,147,140). Sum of RGB (Red+Green+Blue) = 198+147+140=485 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.82% from 485); Green value is 147 (57.81% from 255 or 30.31% from 485); Blue value is 140 (55.08% from 255 or 28.87% from 485); Max value from RGB is 198 - color contains mainly: red. Hex color #C6938C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6938C is #396C73. Grayscale: #A1A1A1. Windows color (decimal): -3763316 or 9212870. OLE color: 9212870.
HSL color Cylindrical-coordinate representation of color #C6938C: hue angle of 7.24º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C6938C is Cyan = 0, Magento = 0.26, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 147 | 140 | - |
| CMYK | 0 | 0.26 | 0.29 | 0.22 |
| HSL | 7.24º | 0.34% | 0.66% | - |
| HSV(B) | 7.24º | 0.29% | 0.78% | - |
| XYZ | 38.46 | 34.77 | 29.49 | - |
| YUV | 161.45 | 115.9 | 154.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 147 | 140 | 0 | 0.26 | 0.29 | 0.22 | 7.24 | 0.34 | 0.66 |
| Hex | C6 | 93 | 8C | 0 | 1A | 1D | 16 | 7 | 22 | 42 |
| Octal | 306 | 223 | 214 | 0 | 32 | 35 | 26 | 7 | 42 | 102 |
| Binary | 11000110 | 10010011 | 10001100 | 0 | 11010 | 11101 | 10110 | 111 | 100010 | 1000010 |
Color Harmonies of #C6938C
Complementary color
Monochromatic Colors of #C6938C
Black with #C6938C
Text Example
Text Example
White with #C6938C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6938C; }
p { color: rgb(198,147,140); }
H1.HeaderClassName
{
color: #C6938C;
}
.AnyTagClassName
{
color: #C6938C;
}
</style>
background-color css
<style>
a { background-color: #C6938C; }
a { background-color: rgb(198,147,140); }
div.DivClassName
{
background-color: #C6938C;
}
.BgClassName
{
background-color: #C6938C;
}
</style>
border-color css
<style>
span { border-color: #C6938C; }
span { border-color: rgb(198,147,140); }
td.TdClassName
{
border-color: #C6938C;
}
.TagClassName
{
border-color: #C6938C;
}
</style>