Shades of Oriental Pink #C6887E
Tints of Oriental Pink #C6887E
RGB
CMYK
RGB Variations
Color information
#C6887E (or 0xC6887E) is known color: Oriental Pink. HEX triplet: C6, 88 and 7E. RGB value is (198,136,126). Sum of RGB (Red+Green+Blue) = 198+136+126=460 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.04% from 460); Green value is 136 (53.52% from 255 or 29.57% from 460); Blue value is 126 (49.61% from 255 or 27.39% from 460); Max value from RGB is 198 - color contains mainly: red. Hex color #C6887E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6887E is #397781. Grayscale: #999999. Windows color (decimal): -3766146 or 8292550. OLE color: 8292550.
HSL color Cylindrical-coordinate representation of color #C6887E: hue angle of 8.33º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C6887E is Cyan = 0, Magento = 0.31, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 136 | 126 | - |
| CMYK | 0 | 0.31 | 0.36 | 0.22 |
| HSL | 8.33º | 0.39% | 0.64% | - |
| HSV(B) | 8.33º | 0.36% | 0.78% | - |
| XYZ | 35.86 | 31.12 | 23.86 | - |
| YUV | 153.4 | 112.54 | 159.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 136 | 126 | 0 | 0.31 | 0.36 | 0.22 | 8.33 | 0.39 | 0.64 |
| Hex | C6 | 88 | 7E | 0 | 1F | 24 | 16 | 8 | 27 | 40 |
| Octal | 306 | 210 | 176 | 0 | 37 | 44 | 26 | 10 | 47 | 100 |
| Binary | 11000110 | 10001000 | 1111110 | 0 | 11111 | 100100 | 10110 | 1000 | 100111 | 1000000 |
Color Harmonies of #C6887E
Complementary color
Monochromatic Colors of #C6887E
Black with #C6887E
Text Example
Text Example
White with #C6887E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6887E; }
p { color: rgb(198,136,126); }
H1.HeaderClassName
{
color: #C6887E;
}
.AnyTagClassName
{
color: #C6887E;
}
</style>
background-color css
<style>
a { background-color: #C6887E; }
a { background-color: rgb(198,136,126); }
div.DivClassName
{
background-color: #C6887E;
}
.BgClassName
{
background-color: #C6887E;
}
</style>
border-color css
<style>
span { border-color: #C6887E; }
span { border-color: rgb(198,136,126); }
td.TdClassName
{
border-color: #C6887E;
}
.TagClassName
{
border-color: #C6887E;
}
</style>