Shades of Oriental Pink #C6887B
Tints of Oriental Pink #C6887B
RGB
CMYK
RGB Variations
Color information
#C6887B (or 0xC6887B) is known color: Oriental Pink. HEX triplet: C6, 88 and 7B. RGB value is (198,136,123). Sum of RGB (Red+Green+Blue) = 198+136+123=457 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.33% from 457); Green value is 136 (53.52% from 255 or 29.76% from 457); Blue value is 123 (48.44% from 255 or 26.91% from 457); Max value from RGB is 198 - color contains mainly: red. Hex color #C6887B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6887B is #397784. Grayscale: #999999. Windows color (decimal): -3766149 or 8095942. OLE color: 8095942.
HSL color Cylindrical-coordinate representation of color #C6887B: hue angle of 10.4º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C6887B is Cyan = 0, Magento = 0.31, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 136 | 123 | - |
| CMYK | 0 | 0.31 | 0.38 | 0.22 |
| HSL | 10.4º | 0.4% | 0.63% | - |
| HSV(B) | 10.4º | 0.38% | 0.78% | - |
| XYZ | 35.67 | 31.04 | 22.85 | - |
| YUV | 153.06 | 111.04 | 160.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 136 | 123 | 0 | 0.31 | 0.38 | 0.22 | 10.4 | 0.4 | 0.63 |
| Hex | C6 | 88 | 7B | 0 | 1F | 26 | 16 | A | 28 | 3F |
| Octal | 306 | 210 | 173 | 0 | 37 | 46 | 26 | 12 | 50 | 77 |
| Binary | 11000110 | 10001000 | 1111011 | 0 | 11111 | 100110 | 10110 | 1010 | 101000 | 111111 |
Color Harmonies of #C6887B
Complementary color
Monochromatic Colors of #C6887B
Black with #C6887B
Text Example
Text Example
White with #C6887B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6887B; }
p { color: rgb(198,136,123); }
H1.HeaderClassName
{
color: #C6887B;
}
.AnyTagClassName
{
color: #C6887B;
}
</style>
background-color css
<style>
a { background-color: #C6887B; }
a { background-color: rgb(198,136,123); }
div.DivClassName
{
background-color: #C6887B;
}
.BgClassName
{
background-color: #C6887B;
}
</style>
border-color css
<style>
span { border-color: #C6887B; }
span { border-color: rgb(198,136,123); }
td.TdClassName
{
border-color: #C6887B;
}
.TagClassName
{
border-color: #C6887B;
}
</style>