Shades of Oriental Pink #C68C7E
Tints of Oriental Pink #C68C7E
RGB
CMYK
RGB Variations
Color information
#C68C7E (or 0xC68C7E) is known color: Oriental Pink. HEX triplet: C6, 8C and 7E. RGB value is (198,140,126). Sum of RGB (Red+Green+Blue) = 198+140+126=464 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.67% from 464); Green value is 140 (55.08% from 255 or 30.17% from 464); Blue value is 126 (49.61% from 255 or 27.16% from 464); Max value from RGB is 198 - color contains mainly: red. Hex color #C68C7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68C7E is #397381. Grayscale: #9B9B9B. Windows color (decimal): -3765122 or 8293574. OLE color: 8293574.
HSL color Cylindrical-coordinate representation of color #C68C7E: hue angle of 11.67º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C68C7E is Cyan = 0, Magento = 0.29, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 140 | 126 | - |
| CMYK | 0 | 0.29 | 0.36 | 0.22 |
| HSL | 11.67º | 0.39% | 0.64% | - |
| HSV(B) | 11.67º | 0.36% | 0.78% | - |
| XYZ | 36.43 | 32.27 | 24.05 | - |
| YUV | 155.75 | 111.22 | 158.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 140 | 126 | 0 | 0.29 | 0.36 | 0.22 | 11.67 | 0.39 | 0.64 |
| Hex | C6 | 8C | 7E | 0 | 1D | 24 | 16 | C | 27 | 40 |
| Octal | 306 | 214 | 176 | 0 | 35 | 44 | 26 | 14 | 47 | 100 |
| Binary | 11000110 | 10001100 | 1111110 | 0 | 11101 | 100100 | 10110 | 1100 | 100111 | 1000000 |
Color Harmonies of #C68C7E
Complementary color
Monochromatic Colors of #C68C7E
Black with #C68C7E
Text Example
Text Example
White with #C68C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68C7E; }
p { color: rgb(198,140,126); }
H1.HeaderClassName
{
color: #C68C7E;
}
.AnyTagClassName
{
color: #C68C7E;
}
</style>
background-color css
<style>
a { background-color: #C68C7E; }
a { background-color: rgb(198,140,126); }
div.DivClassName
{
background-color: #C68C7E;
}
.BgClassName
{
background-color: #C68C7E;
}
</style>
border-color css
<style>
span { border-color: #C68C7E; }
span { border-color: rgb(198,140,126); }
td.TdClassName
{
border-color: #C68C7E;
}
.TagClassName
{
border-color: #C68C7E;
}
</style>