Shades of Oriental Pink #C7827B
Tints of Oriental Pink #C7827B
RGB
CMYK
RGB Variations
Color information
#C7827B (or 0xC7827B) is known color: Oriental Pink. HEX triplet: C7, 82 and 7B. RGB value is (199,130,123). Sum of RGB (Red+Green+Blue) = 199+130+123=452 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.03% from 452); Green value is 130 (51.17% from 255 or 28.76% from 452); Blue value is 123 (48.44% from 255 or 27.21% from 452); Max value from RGB is 199 - color contains mainly: red. Hex color #C7827B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7827B is #387D84. Grayscale: #959595. Windows color (decimal): -3702149 or 8094407. OLE color: 8094407.
HSL color Cylindrical-coordinate representation of color #C7827B: hue angle of 5.53º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C7827B is Cyan = 0, Magento = 0.35, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 130 | 123 | - |
| CMYK | 0 | 0.35 | 0.38 | 0.22 |
| HSL | 5.53º | 0.4% | 0.63% | - |
| HSV(B) | 5.53º | 0.38% | 0.78% | - |
| XYZ | 35.11 | 29.54 | 22.59 | - |
| YUV | 149.83 | 112.86 | 163.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 130 | 123 | 0 | 0.35 | 0.38 | 0.22 | 5.53 | 0.4 | 0.63 |
| Hex | C7 | 82 | 7B | 0 | 23 | 26 | 16 | 6 | 28 | 3F |
| Octal | 307 | 202 | 173 | 0 | 43 | 46 | 26 | 6 | 50 | 77 |
| Binary | 11000111 | 10000010 | 1111011 | 0 | 100011 | 100110 | 10110 | 110 | 101000 | 111111 |
Color Harmonies of #C7827B
Complementary color
Monochromatic Colors of #C7827B
Black with #C7827B
Text Example
Text Example
White with #C7827B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7827B; }
p { color: rgb(199,130,123); }
H1.HeaderClassName
{
color: #C7827B;
}
.AnyTagClassName
{
color: #C7827B;
}
</style>
background-color css
<style>
a { background-color: #C7827B; }
a { background-color: rgb(199,130,123); }
div.DivClassName
{
background-color: #C7827B;
}
.BgClassName
{
background-color: #C7827B;
}
</style>
border-color css
<style>
span { border-color: #C7827B; }
span { border-color: rgb(199,130,123); }
td.TdClassName
{
border-color: #C7827B;
}
.TagClassName
{
border-color: #C7827B;
}
</style>