Shades of Oriental Pink #C68984
Tints of Oriental Pink #C68984
RGB
CMYK
RGB Variations
Color information
#C68984 (or 0xC68984) is known color: Oriental Pink. HEX triplet: C6, 89 and 84. RGB value is (198,137,132). Sum of RGB (Red+Green+Blue) = 198+137+132=467 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.40% from 467); Green value is 137 (53.91% from 255 or 29.34% from 467); Blue value is 132 (51.95% from 255 or 28.27% from 467); Max value from RGB is 198 - color contains mainly: red. Hex color #C68984 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68984 is #39767B. Grayscale: #9A9A9A. Windows color (decimal): -3765884 or 8686022. OLE color: 8686022.
HSL color Cylindrical-coordinate representation of color #C68984: hue angle of 4.55º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C68984 is Cyan = 0, Magento = 0.31, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 137 | 132 | - |
| CMYK | 0 | 0.31 | 0.33 | 0.22 |
| HSL | 4.55º | 0.37% | 0.65% | - |
| HSV(B) | 4.55º | 0.33% | 0.78% | - |
| XYZ | 36.4 | 31.56 | 26 | - |
| YUV | 154.67 | 115.21 | 158.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 137 | 132 | 0 | 0.31 | 0.33 | 0.22 | 4.55 | 0.37 | 0.65 |
| Hex | C6 | 89 | 84 | 0 | 1F | 21 | 16 | 5 | 25 | 41 |
| Octal | 306 | 211 | 204 | 0 | 37 | 41 | 26 | 5 | 45 | 101 |
| Binary | 11000110 | 10001001 | 10000100 | 0 | 11111 | 100001 | 10110 | 101 | 100101 | 1000001 |
Color Harmonies of #C68984
Complementary color
Monochromatic Colors of #C68984
Black with #C68984
Text Example
Text Example
White with #C68984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68984; }
p { color: rgb(198,137,132); }
H1.HeaderClassName
{
color: #C68984;
}
.AnyTagClassName
{
color: #C68984;
}
</style>
background-color css
<style>
a { background-color: #C68984; }
a { background-color: rgb(198,137,132); }
div.DivClassName
{
background-color: #C68984;
}
.BgClassName
{
background-color: #C68984;
}
</style>
border-color css
<style>
span { border-color: #C68984; }
span { border-color: rgb(198,137,132); }
td.TdClassName
{
border-color: #C68984;
}
.TagClassName
{
border-color: #C68984;
}
</style>