Shades of Oriental Pink #C68C8C
Tints of Oriental Pink #C68C8C
RGB
CMYK
RGB Variations
Color information
#C68C8C (or 0xC68C8C) is known color: Oriental Pink. HEX triplet: C6, 8C and 8C. RGB value is (198,140,140). Sum of RGB (Red+Green+Blue) = 198+140+140=478 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.42% from 478); Green value is 140 (55.08% from 255 or 29.29% from 478); Blue value is 140 (55.08% from 255 or 29.29% from 478); Max value from RGB is 198 - color contains mainly: red. Hex color #C68C8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68C8C is #397373. Grayscale: #9D9D9D. Windows color (decimal): -3765108 or 9211078. OLE color: 9211078.
HSL color Cylindrical-coordinate representation of color #C68C8C: hue angle of 0º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C68C8C is Cyan = 0, Magento = 0.29, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 140 | 140 | - |
| CMYK | 0 | 0.29 | 0.29 | 0.22 |
| HSL | 0º | 0.34% | 0.66% | - |
| HSV(B) | 0º | 0.29% | 0.78% | - |
| XYZ | 37.4 | 32.66 | 29.14 | - |
| YUV | 157.34 | 118.22 | 157 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 140 | 140 | 0 | 0.29 | 0.29 | 0.22 | 0 | 0.34 | 0.66 |
| Hex | C6 | 8C | 8C | 0 | 1D | 1D | 16 | 0 | 22 | 42 |
| Octal | 306 | 214 | 214 | 0 | 35 | 35 | 26 | 0 | 42 | 102 |
| Binary | 11000110 | 10001100 | 10001100 | 0 | 11101 | 11101 | 10110 | 0 | 100010 | 1000010 |
Color Harmonies of #C68C8C
Complementary color
Monochromatic Colors of #C68C8C
Black with #C68C8C
Text Example
Text Example
White with #C68C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68C8C; }
p { color: rgb(198,140,140); }
H1.HeaderClassName
{
color: #C68C8C;
}
.AnyTagClassName
{
color: #C68C8C;
}
</style>
background-color css
<style>
a { background-color: #C68C8C; }
a { background-color: rgb(198,140,140); }
div.DivClassName
{
background-color: #C68C8C;
}
.BgClassName
{
background-color: #C68C8C;
}
</style>
border-color css
<style>
span { border-color: #C68C8C; }
span { border-color: rgb(198,140,140); }
td.TdClassName
{
border-color: #C68C8C;
}
.TagClassName
{
border-color: #C68C8C;
}
</style>