Shades of Oriental Pink #C6817E
Tints of Oriental Pink #C6817E
RGB
CMYK
RGB Variations
Color information
#C6817E (or 0xC6817E) is known color: Oriental Pink. HEX triplet: C6, 81 and 7E. RGB value is (198,129,126). Sum of RGB (Red+Green+Blue) = 198+129+126=453 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.71% from 453); Green value is 129 (50.78% from 255 or 28.48% from 453); Blue value is 126 (49.61% from 255 or 27.81% from 453); Max value from RGB is 198 - color contains mainly: red. Hex color #C6817E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6817E is #397E81. Grayscale: #959595. Windows color (decimal): -3767938 or 8290758. OLE color: 8290758.
HSL color Cylindrical-coordinate representation of color #C6817E: hue angle of 2.5º 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 #C6817E is Cyan = 0, Magento = 0.35, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 129 | 126 | - |
| CMYK | 0 | 0.35 | 0.36 | 0.22 |
| HSL | 2.5º | 0.39% | 0.64% | - |
| HSV(B) | 2.5º | 0.36% | 0.78% | - |
| XYZ | 34.9 | 29.21 | 23.54 | - |
| YUV | 149.29 | 114.86 | 162.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 129 | 126 | 0 | 0.35 | 0.36 | 0.22 | 2.5 | 0.39 | 0.64 |
| Hex | C6 | 81 | 7E | 0 | 23 | 24 | 16 | 2 | 27 | 40 |
| Octal | 306 | 201 | 176 | 0 | 43 | 44 | 26 | 2 | 47 | 100 |
| Binary | 11000110 | 10000001 | 1111110 | 0 | 100011 | 100100 | 10110 | 10 | 100111 | 1000000 |
Color Harmonies of #C6817E
Complementary color
Monochromatic Colors of #C6817E
Black with #C6817E
Text Example
Text Example
White with #C6817E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6817E; }
p { color: rgb(198,129,126); }
H1.HeaderClassName
{
color: #C6817E;
}
.AnyTagClassName
{
color: #C6817E;
}
</style>
background-color css
<style>
a { background-color: #C6817E; }
a { background-color: rgb(198,129,126); }
div.DivClassName
{
background-color: #C6817E;
}
.BgClassName
{
background-color: #C6817E;
}
</style>
border-color css
<style>
span { border-color: #C6817E; }
span { border-color: rgb(198,129,126); }
td.TdClassName
{
border-color: #C6817E;
}
.TagClassName
{
border-color: #C6817E;
}
</style>