Shades of Oriental Pink #C68483
Tints of Oriental Pink #C68483
RGB
CMYK
RGB Variations
Color information
#C68483 (or 0xC68483) is known color: Oriental Pink. HEX triplet: C6, 84 and 83. RGB value is (198,132,131). Sum of RGB (Red+Green+Blue) = 198+132+131=461 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.95% from 461); Green value is 132 (51.95% from 255 or 28.63% from 461); Blue value is 131 (51.56% from 255 or 28.42% from 461); Max value from RGB is 198 - color contains mainly: red. Hex color #C68483 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68483 is #397B7C. Grayscale: #979797. Windows color (decimal): -3767165 or 8619206. OLE color: 8619206.
HSL color Cylindrical-coordinate representation of color #C68483: hue angle of 0.9º 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 #C68483 is Cyan = 0, Magento = 0.33, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 132 | 131 | - |
| CMYK | 0 | 0.33 | 0.34 | 0.22 |
| HSL | 0.9º | 0.37% | 0.65% | - |
| HSV(B) | 0.9º | 0.34% | 0.78% | - |
| XYZ | 35.64 | 30.15 | 25.41 | - |
| YUV | 151.62 | 116.37 | 161.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 132 | 131 | 0 | 0.33 | 0.34 | 0.22 | 0.9 | 0.37 | 0.65 |
| Hex | C6 | 84 | 83 | 0 | 21 | 22 | 16 | 1 | 25 | 41 |
| Octal | 306 | 204 | 203 | 0 | 41 | 42 | 26 | 1 | 45 | 101 |
| Binary | 11000110 | 10000100 | 10000011 | 0 | 100001 | 100010 | 10110 | 1 | 100101 | 1000001 |
Color Harmonies of #C68483
Complementary color
Monochromatic Colors of #C68483
Black with #C68483
Text Example
Text Example
White with #C68483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68483; }
p { color: rgb(198,132,131); }
H1.HeaderClassName
{
color: #C68483;
}
.AnyTagClassName
{
color: #C68483;
}
</style>
background-color css
<style>
a { background-color: #C68483; }
a { background-color: rgb(198,132,131); }
div.DivClassName
{
background-color: #C68483;
}
.BgClassName
{
background-color: #C68483;
}
</style>
border-color css
<style>
span { border-color: #C68483; }
span { border-color: rgb(198,132,131); }
td.TdClassName
{
border-color: #C68483;
}
.TagClassName
{
border-color: #C68483;
}
</style>