Shades of Oriental Pink #C68783
Tints of Oriental Pink #C68783
RGB
CMYK
RGB Variations
Color information
#C68783 (or 0xC68783) is known color: Oriental Pink. HEX triplet: C6, 87 and 83. RGB value is (198,135,131). Sum of RGB (Red+Green+Blue) = 198+135+131=464 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.67% from 464); Green value is 135 (53.12% from 255 or 29.09% from 464); Blue value is 131 (51.56% from 255 or 28.23% from 464); Max value from RGB is 198 - color contains mainly: red. Hex color #C68783 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68783 is #39787C. Grayscale: #999999. Windows color (decimal): -3766397 or 8619974. OLE color: 8619974.
HSL color Cylindrical-coordinate representation of color #C68783: hue angle of 3.58º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C68783 is Cyan = 0, Magento = 0.32, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 135 | 131 | - |
| CMYK | 0 | 0.32 | 0.34 | 0.22 |
| HSL | 3.58º | 0.37% | 0.65% | - |
| HSV(B) | 3.58º | 0.34% | 0.78% | - |
| XYZ | 36.05 | 30.97 | 25.55 | - |
| YUV | 153.38 | 115.37 | 159.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 135 | 131 | 0 | 0.32 | 0.34 | 0.22 | 3.58 | 0.37 | 0.65 |
| Hex | C6 | 87 | 83 | 0 | 20 | 22 | 16 | 4 | 25 | 41 |
| Octal | 306 | 207 | 203 | 0 | 40 | 42 | 26 | 4 | 45 | 101 |
| Binary | 11000110 | 10000111 | 10000011 | 0 | 100000 | 100010 | 10110 | 100 | 100101 | 1000001 |
Color Harmonies of #C68783
Complementary color
Monochromatic Colors of #C68783
Black with #C68783
Text Example
Text Example
White with #C68783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68783; }
p { color: rgb(198,135,131); }
H1.HeaderClassName
{
color: #C68783;
}
.AnyTagClassName
{
color: #C68783;
}
</style>
background-color css
<style>
a { background-color: #C68783; }
a { background-color: rgb(198,135,131); }
div.DivClassName
{
background-color: #C68783;
}
.BgClassName
{
background-color: #C68783;
}
</style>
border-color css
<style>
span { border-color: #C68783; }
span { border-color: rgb(198,135,131); }
td.TdClassName
{
border-color: #C68783;
}
.TagClassName
{
border-color: #C68783;
}
</style>