Shades of Oriental Pink #C6817D
Tints of Oriental Pink #C6817D
RGB
CMYK
RGB Variations
Color information
#C6817D (or 0xC6817D) is known color: Oriental Pink. HEX triplet: C6, 81 and 7D. RGB value is (198,129,125). Sum of RGB (Red+Green+Blue) = 198+129+125=452 (59% of max value = 765). Red value is 198 (77.73% from 255 or 43.81% from 452); Green value is 129 (50.78% from 255 or 28.54% from 452); Blue value is 125 (49.22% from 255 or 27.65% from 452); Max value from RGB is 198 - color contains mainly: red. Hex color #C6817D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6817D is #397E82. Grayscale: #959595. Windows color (decimal): -3767939 or 8225222. OLE color: 8225222.
HSL color Cylindrical-coordinate representation of color #C6817D: hue angle of 3.29º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C6817D is Cyan = 0, Magento = 0.35, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 129 | 125 | - |
| CMYK | 0 | 0.35 | 0.37 | 0.22 |
| HSL | 3.29º | 0.39% | 0.63% | - |
| HSV(B) | 3.29º | 0.37% | 0.78% | - |
| XYZ | 34.84 | 29.19 | 23.2 | - |
| YUV | 149.18 | 114.36 | 162.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 129 | 125 | 0 | 0.35 | 0.37 | 0.22 | 3.29 | 0.39 | 0.63 |
| Hex | C6 | 81 | 7D | 0 | 23 | 25 | 16 | 3 | 27 | 3F |
| Octal | 306 | 201 | 175 | 0 | 43 | 45 | 26 | 3 | 47 | 77 |
| Binary | 11000110 | 10000001 | 1111101 | 0 | 100011 | 100101 | 10110 | 11 | 100111 | 111111 |
Color Harmonies of #C6817D
Complementary color
Monochromatic Colors of #C6817D
Black with #C6817D
Text Example
Text Example
White with #C6817D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6817D; }
p { color: rgb(198,129,125); }
H1.HeaderClassName
{
color: #C6817D;
}
.AnyTagClassName
{
color: #C6817D;
}
</style>
background-color css
<style>
a { background-color: #C6817D; }
a { background-color: rgb(198,129,125); }
div.DivClassName
{
background-color: #C6817D;
}
.BgClassName
{
background-color: #C6817D;
}
</style>
border-color css
<style>
span { border-color: #C6817D; }
span { border-color: rgb(198,129,125); }
td.TdClassName
{
border-color: #C6817D;
}
.TagClassName
{
border-color: #C6817D;
}
</style>