Shades of Oriental Pink #C7918B
Tints of Oriental Pink #C7918B
RGB
CMYK
RGB Variations
Color information
#C7918B (or 0xC7918B) is known color: Oriental Pink. HEX triplet: C7, 91 and 8B. RGB value is (199,145,139). Sum of RGB (Red+Green+Blue) = 199+145+139=483 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.20% from 483); Green value is 145 (57.03% from 255 or 30.02% from 483); Blue value is 139 (54.69% from 255 or 28.78% from 483); Max value from RGB is 199 - color contains mainly: red. Hex color #C7918B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7918B is #386E74. Grayscale: #A0A0A0. Windows color (decimal): -3698293 or 9146823. OLE color: 9146823.
HSL color Cylindrical-coordinate representation of color #C7918B: hue angle of 6º degrees, saturation: 0.35, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C7918B is Cyan = 0, Magento = 0.27, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 145 | 139 | - |
| CMYK | 0 | 0.27 | 0.30 | 0.22 |
| HSL | 6º | 0.35% | 0.66% | - |
| HSV(B) | 6º | 0.3% | 0.78% | - |
| XYZ | 38.34 | 34.26 | 29.02 | - |
| YUV | 160.46 | 115.89 | 155.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 145 | 139 | 0 | 0.27 | 0.30 | 0.22 | 6 | 0.35 | 0.66 |
| Hex | C7 | 91 | 8B | 0 | 1B | 1E | 16 | 6 | 23 | 42 |
| Octal | 307 | 221 | 213 | 0 | 33 | 36 | 26 | 6 | 43 | 102 |
| Binary | 11000111 | 10010001 | 10001011 | 0 | 11011 | 11110 | 10110 | 110 | 100011 | 1000010 |
Color Harmonies of #C7918B
Complementary color
Monochromatic Colors of #C7918B
Black with #C7918B
Text Example
Text Example
White with #C7918B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7918B; }
p { color: rgb(199,145,139); }
H1.HeaderClassName
{
color: #C7918B;
}
.AnyTagClassName
{
color: #C7918B;
}
</style>
background-color css
<style>
a { background-color: #C7918B; }
a { background-color: rgb(199,145,139); }
div.DivClassName
{
background-color: #C7918B;
}
.BgClassName
{
background-color: #C7918B;
}
</style>
border-color css
<style>
span { border-color: #C7918B; }
span { border-color: rgb(199,145,139); }
td.TdClassName
{
border-color: #C7918B;
}
.TagClassName
{
border-color: #C7918B;
}
</style>