Shades of Oriental Pink #C7908B
Tints of Oriental Pink #C7908B
RGB
CMYK
RGB Variations
Color information
#C7908B (or 0xC7908B) is known color: Oriental Pink. HEX triplet: C7, 90 and 8B. RGB value is (199,144,139). Sum of RGB (Red+Green+Blue) = 199+144+139=482 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.29% from 482); Green value is 144 (56.64% from 255 or 29.88% from 482); Blue value is 139 (54.69% from 255 or 28.84% from 482); Max value from RGB is 199 - color contains mainly: red. Hex color #C7908B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7908B is #386F74. Grayscale: #9F9F9F. Windows color (decimal): -3698549 or 9146567. OLE color: 9146567.
HSL color Cylindrical-coordinate representation of color #C7908B: hue angle of 5º 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 #C7908B is Cyan = 0, Magento = 0.28, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 144 | 139 | - |
| CMYK | 0 | 0.28 | 0.30 | 0.22 |
| HSL | 5º | 0.35% | 0.66% | - |
| HSV(B) | 5º | 0.3% | 0.78% | - |
| XYZ | 38.19 | 33.95 | 28.97 | - |
| YUV | 159.88 | 116.22 | 155.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 144 | 139 | 0 | 0.28 | 0.30 | 0.22 | 5 | 0.35 | 0.66 |
| Hex | C7 | 90 | 8B | 0 | 1C | 1E | 16 | 5 | 23 | 42 |
| Octal | 307 | 220 | 213 | 0 | 34 | 36 | 26 | 5 | 43 | 102 |
| Binary | 11000111 | 10010000 | 10001011 | 0 | 11100 | 11110 | 10110 | 101 | 100011 | 1000010 |
Color Harmonies of #C7908B
Complementary color
Monochromatic Colors of #C7908B
Black with #C7908B
Text Example
Text Example
White with #C7908B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7908B; }
p { color: rgb(199,144,139); }
H1.HeaderClassName
{
color: #C7908B;
}
.AnyTagClassName
{
color: #C7908B;
}
</style>
background-color css
<style>
a { background-color: #C7908B; }
a { background-color: rgb(199,144,139); }
div.DivClassName
{
background-color: #C7908B;
}
.BgClassName
{
background-color: #C7908B;
}
</style>
border-color css
<style>
span { border-color: #C7908B; }
span { border-color: rgb(199,144,139); }
td.TdClassName
{
border-color: #C7908B;
}
.TagClassName
{
border-color: #C7908B;
}
</style>