Shades of Oriental Pink #C68B7C
Tints of Oriental Pink #C68B7C
RGB
CMYK
RGB Variations
Color information
#C68B7C (or 0xC68B7C) is known color: Oriental Pink. HEX triplet: C6, 8B and 7C. RGB value is (198,139,124). Sum of RGB (Red+Green+Blue) = 198+139+124=461 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.95% from 461); Green value is 139 (54.69% from 255 or 30.15% from 461); Blue value is 124 (48.83% from 255 or 26.90% from 461); Max value from RGB is 198 - color contains mainly: red. Hex color #C68B7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68B7C is #397483. Grayscale: #9B9B9B. Windows color (decimal): -3765380 or 8162246. OLE color: 8162246.
HSL color Cylindrical-coordinate representation of color #C68B7C: hue angle of 12.16º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C68B7C is Cyan = 0, Magento = 0.30, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 139 | 124 | - |
| CMYK | 0 | 0.30 | 0.37 | 0.22 |
| HSL | 12.16º | 0.39% | 0.63% | - |
| HSV(B) | 12.16º | 0.37% | 0.78% | - |
| XYZ | 36.16 | 31.93 | 23.33 | - |
| YUV | 154.93 | 110.55 | 158.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 139 | 124 | 0 | 0.30 | 0.37 | 0.22 | 12.16 | 0.39 | 0.63 |
| Hex | C6 | 8B | 7C | 0 | 1E | 25 | 16 | C | 27 | 3F |
| Octal | 306 | 213 | 174 | 0 | 36 | 45 | 26 | 14 | 47 | 77 |
| Binary | 11000110 | 10001011 | 1111100 | 0 | 11110 | 100101 | 10110 | 1100 | 100111 | 111111 |
Color Harmonies of #C68B7C
Complementary color
Monochromatic Colors of #C68B7C
Black with #C68B7C
Text Example
Text Example
White with #C68B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68B7C; }
p { color: rgb(198,139,124); }
H1.HeaderClassName
{
color: #C68B7C;
}
.AnyTagClassName
{
color: #C68B7C;
}
</style>
background-color css
<style>
a { background-color: #C68B7C; }
a { background-color: rgb(198,139,124); }
div.DivClassName
{
background-color: #C68B7C;
}
.BgClassName
{
background-color: #C68B7C;
}
</style>
border-color css
<style>
span { border-color: #C68B7C; }
span { border-color: rgb(198,139,124); }
td.TdClassName
{
border-color: #C68B7C;
}
.TagClassName
{
border-color: #C68B7C;
}
</style>