Shades of Oriental Pink #C68A84
Tints of Oriental Pink #C68A84
RGB
CMYK
RGB Variations
Color information
#C68A84 (or 0xC68A84) is known color: Oriental Pink. HEX triplet: C6, 8A and 84. RGB value is (198,138,132). Sum of RGB (Red+Green+Blue) = 198+138+132=468 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.31% from 468); Green value is 138 (54.30% from 255 or 29.49% from 468); Blue value is 132 (51.95% from 255 or 28.21% from 468); Max value from RGB is 198 - color contains mainly: red. Hex color #C68A84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68A84 is #39757B. Grayscale: #9B9B9B. Windows color (decimal): -3765628 or 8686278. OLE color: 8686278.
HSL color Cylindrical-coordinate representation of color #C68A84: hue angle of 5.45º 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 #C68A84 is Cyan = 0, Magento = 0.30, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 138 | 132 | - |
| CMYK | 0 | 0.30 | 0.33 | 0.22 |
| HSL | 5.45º | 0.37% | 0.65% | - |
| HSV(B) | 5.45º | 0.33% | 0.78% | - |
| XYZ | 36.54 | 31.85 | 26.05 | - |
| YUV | 155.26 | 114.88 | 158.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 138 | 132 | 0 | 0.30 | 0.33 | 0.22 | 5.45 | 0.37 | 0.65 |
| Hex | C6 | 8A | 84 | 0 | 1E | 21 | 16 | 5 | 25 | 41 |
| Octal | 306 | 212 | 204 | 0 | 36 | 41 | 26 | 5 | 45 | 101 |
| Binary | 11000110 | 10001010 | 10000100 | 0 | 11110 | 100001 | 10110 | 101 | 100101 | 1000001 |
Color Harmonies of #C68A84
Complementary color
Monochromatic Colors of #C68A84
Black with #C68A84
Text Example
Text Example
White with #C68A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68A84; }
p { color: rgb(198,138,132); }
H1.HeaderClassName
{
color: #C68A84;
}
.AnyTagClassName
{
color: #C68A84;
}
</style>
background-color css
<style>
a { background-color: #C68A84; }
a { background-color: rgb(198,138,132); }
div.DivClassName
{
background-color: #C68A84;
}
.BgClassName
{
background-color: #C68A84;
}
</style>
border-color css
<style>
span { border-color: #C68A84; }
span { border-color: rgb(198,138,132); }
td.TdClassName
{
border-color: #C68A84;
}
.TagClassName
{
border-color: #C68A84;
}
</style>