Shades of Oriental Pink #C6827F
Tints of Oriental Pink #C6827F
RGB
CMYK
RGB Variations
Color information
#C6827F (or 0xC6827F) is known color: Oriental Pink. HEX triplet: C6, 82 and 7F. RGB value is (198,130,127). Sum of RGB (Red+Green+Blue) = 198+130+127=455 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.52% from 455); Green value is 130 (51.17% from 255 or 28.57% from 455); Blue value is 127 (50% from 255 or 27.91% from 455); Max value from RGB is 198 - color contains mainly: red. Hex color #C6827F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6827F is #397D80. Grayscale: #969696. Windows color (decimal): -3767681 or 8356550. OLE color: 8356550.
HSL color Cylindrical-coordinate representation of color #C6827F: hue angle of 2.54º degrees, saturation: 0.38, 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 #C6827F is Cyan = 0, Magento = 0.34, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 130 | 127 | - |
| CMYK | 0 | 0.34 | 0.36 | 0.22 |
| HSL | 2.54º | 0.38% | 0.64% | - |
| HSV(B) | 2.54º | 0.36% | 0.78% | - |
| XYZ | 35.1 | 29.5 | 23.92 | - |
| YUV | 149.99 | 115.03 | 162.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 130 | 127 | 0 | 0.34 | 0.36 | 0.22 | 2.54 | 0.38 | 0.64 |
| Hex | C6 | 82 | 7F | 0 | 22 | 24 | 16 | 3 | 26 | 40 |
| Octal | 306 | 202 | 177 | 0 | 42 | 44 | 26 | 3 | 46 | 100 |
| Binary | 11000110 | 10000010 | 1111111 | 0 | 100010 | 100100 | 10110 | 11 | 100110 | 1000000 |
Color Harmonies of #C6827F
Complementary color
Monochromatic Colors of #C6827F
Black with #C6827F
Text Example
Text Example
White with #C6827F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6827F; }
p { color: rgb(198,130,127); }
H1.HeaderClassName
{
color: #C6827F;
}
.AnyTagClassName
{
color: #C6827F;
}
</style>
background-color css
<style>
a { background-color: #C6827F; }
a { background-color: rgb(198,130,127); }
div.DivClassName
{
background-color: #C6827F;
}
.BgClassName
{
background-color: #C6827F;
}
</style>
border-color css
<style>
span { border-color: #C6827F; }
span { border-color: rgb(198,130,127); }
td.TdClassName
{
border-color: #C6827F;
}
.TagClassName
{
border-color: #C6827F;
}
</style>