Shades of Oriental Pink #C8908B
Tints of Oriental Pink #C8908B
RGB
CMYK
RGB Variations
Color information
#C8908B (or 0xC8908B) is known color: Oriental Pink. HEX triplet: C8, 90 and 8B. RGB value is (200,144,139). Sum of RGB (Red+Green+Blue) = 200+144+139=483 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.41% from 483); Green value is 144 (56.64% from 255 or 29.81% from 483); Blue value is 139 (54.69% from 255 or 28.78% from 483); Max value from RGB is 200 - color contains mainly: red. Hex color #C8908B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8908B is #376F74. Grayscale: #A0A0A0. Windows color (decimal): -3633013 or 9146568. OLE color: 9146568.
HSL color Cylindrical-coordinate representation of color #C8908B: hue angle of 4.92º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C8908B is Cyan = 0, Magento = 0.28, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 144 | 139 | - |
| CMYK | 0 | 0.28 | 0.30 | 0.22 |
| HSL | 4.92º | 0.36% | 0.66% | - |
| HSV(B) | 4.92º | 0.31% | 0.78% | - |
| XYZ | 38.45 | 34.09 | 28.98 | - |
| YUV | 160.17 | 116.05 | 156.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 144 | 139 | 0 | 0.28 | 0.30 | 0.22 | 4.92 | 0.36 | 0.66 |
| Hex | C8 | 90 | 8B | 0 | 1C | 1E | 16 | 5 | 24 | 42 |
| Octal | 310 | 220 | 213 | 0 | 34 | 36 | 26 | 5 | 44 | 102 |
| Binary | 11001000 | 10010000 | 10001011 | 0 | 11100 | 11110 | 10110 | 101 | 100100 | 1000010 |
Color Harmonies of #C8908B
Complementary color
Monochromatic Colors of #C8908B
Black with #C8908B
Text Example
Text Example
White with #C8908B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8908B; }
p { color: rgb(200,144,139); }
H1.HeaderClassName
{
color: #C8908B;
}
.AnyTagClassName
{
color: #C8908B;
}
</style>
background-color css
<style>
a { background-color: #C8908B; }
a { background-color: rgb(200,144,139); }
div.DivClassName
{
background-color: #C8908B;
}
.BgClassName
{
background-color: #C8908B;
}
</style>
border-color css
<style>
span { border-color: #C8908B; }
span { border-color: rgb(200,144,139); }
td.TdClassName
{
border-color: #C8908B;
}
.TagClassName
{
border-color: #C8908B;
}
</style>