Shades of Oriental Pink #C6928D
Tints of Oriental Pink #C6928D
RGB
CMYK
RGB Variations
Color information
#C6928D (or 0xC6928D) is known color: Oriental Pink. HEX triplet: C6, 92 and 8D. RGB value is (198,146,141). Sum of RGB (Red+Green+Blue) = 198+146+141=485 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.82% from 485); Green value is 146 (57.42% from 255 or 30.10% from 485); Blue value is 141 (55.47% from 255 or 29.07% from 485); Max value from RGB is 198 - color contains mainly: red. Hex color #C6928D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6928D is #396D72. Grayscale: #A1A1A1. Windows color (decimal): -3763571 or 9278150. OLE color: 9278150.
HSL color Cylindrical-coordinate representation of color #C6928D: hue angle of 5.26º degrees, saturation: 0.33, 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 #C6928D is Cyan = 0, Magento = 0.26, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 146 | 141 | - |
| CMYK | 0 | 0.26 | 0.29 | 0.22 |
| HSL | 5.26º | 0.33% | 0.66% | - |
| HSV(B) | 5.26º | 0.29% | 0.78% | - |
| XYZ | 38.38 | 34.49 | 29.83 | - |
| YUV | 160.98 | 116.73 | 154.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 146 | 141 | 0 | 0.26 | 0.29 | 0.22 | 5.26 | 0.33 | 0.66 |
| Hex | C6 | 92 | 8D | 0 | 1A | 1D | 16 | 5 | 21 | 42 |
| Octal | 306 | 222 | 215 | 0 | 32 | 35 | 26 | 5 | 41 | 102 |
| Binary | 11000110 | 10010010 | 10001101 | 0 | 11010 | 11101 | 10110 | 101 | 100001 | 1000010 |
Color Harmonies of #C6928D
Complementary color
Monochromatic Colors of #C6928D
Black with #C6928D
Text Example
Text Example
White with #C6928D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6928D; }
p { color: rgb(198,146,141); }
H1.HeaderClassName
{
color: #C6928D;
}
.AnyTagClassName
{
color: #C6928D;
}
</style>
background-color css
<style>
a { background-color: #C6928D; }
a { background-color: rgb(198,146,141); }
div.DivClassName
{
background-color: #C6928D;
}
.BgClassName
{
background-color: #C6928D;
}
</style>
border-color css
<style>
span { border-color: #C6928D; }
span { border-color: rgb(198,146,141); }
td.TdClassName
{
border-color: #C6928D;
}
.TagClassName
{
border-color: #C6928D;
}
</style>