Shades of Oriental Pink #C6928A
Tints of Oriental Pink #C6928A
RGB
CMYK
RGB Variations
Color information
#C6928A (or 0xC6928A) is known color: Oriental Pink. HEX triplet: C6, 92 and 8A. RGB value is (198,146,138). Sum of RGB (Red+Green+Blue) = 198+146+138=482 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.08% from 482); Green value is 146 (57.42% from 255 or 30.29% from 482); Blue value is 138 (54.30% from 255 or 28.63% from 482); Max value from RGB is 198 - color contains mainly: red. Hex color #C6928A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6928A is #396D75. Grayscale: #A0A0A0. Windows color (decimal): -3763574 or 9081542. OLE color: 9081542.
HSL color Cylindrical-coordinate representation of color #C6928A: hue angle of 8º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C6928A is Cyan = 0, Magento = 0.26, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 146 | 138 | - |
| CMYK | 0 | 0.26 | 0.30 | 0.22 |
| HSL | 8º | 0.34% | 0.66% | - |
| HSV(B) | 8º | 0.3% | 0.78% | - |
| XYZ | 38.16 | 34.4 | 28.67 | - |
| YUV | 160.64 | 115.23 | 154.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 146 | 138 | 0 | 0.26 | 0.30 | 0.22 | 8 | 0.34 | 0.66 |
| Hex | C6 | 92 | 8A | 0 | 1A | 1E | 16 | 8 | 22 | 42 |
| Octal | 306 | 222 | 212 | 0 | 32 | 36 | 26 | 10 | 42 | 102 |
| Binary | 11000110 | 10010010 | 10001010 | 0 | 11010 | 11110 | 10110 | 1000 | 100010 | 1000010 |
Color Harmonies of #C6928A
Complementary color
Monochromatic Colors of #C6928A
Black with #C6928A
Text Example
Text Example
White with #C6928A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6928A; }
p { color: rgb(198,146,138); }
H1.HeaderClassName
{
color: #C6928A;
}
.AnyTagClassName
{
color: #C6928A;
}
</style>
background-color css
<style>
a { background-color: #C6928A; }
a { background-color: rgb(198,146,138); }
div.DivClassName
{
background-color: #C6928A;
}
.BgClassName
{
background-color: #C6928A;
}
</style>
border-color css
<style>
span { border-color: #C6928A; }
span { border-color: rgb(198,146,138); }
td.TdClassName
{
border-color: #C6928A;
}
.TagClassName
{
border-color: #C6928A;
}
</style>