Shades of Oriental Pink #C8908D
Tints of Oriental Pink #C8908D
RGB
CMYK
RGB Variations
Color information
#C8908D (or 0xC8908D) is known color: Oriental Pink. HEX triplet: C8, 90 and 8D. RGB value is (200,144,141). Sum of RGB (Red+Green+Blue) = 200+144+141=485 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.24% from 485); Green value is 144 (56.64% from 255 or 29.69% from 485); Blue value is 141 (55.47% from 255 or 29.07% from 485); Max value from RGB is 200 - color contains mainly: red. Hex color #C8908D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8908D is #376F72. Grayscale: #A0A0A0. Windows color (decimal): -3633011 or 9277640. OLE color: 9277640.
HSL color Cylindrical-coordinate representation of color #C8908D: hue angle of 3.05º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C8908D is Cyan = 0, Magento = 0.28, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 144 | 141 | - |
| CMYK | 0 | 0.28 | 0.29 | 0.22 |
| HSL | 3.05º | 0.35% | 0.67% | - |
| HSV(B) | 3.05º | 0.3% | 0.78% | - |
| XYZ | 38.6 | 34.15 | 29.76 | - |
| YUV | 160.4 | 117.05 | 156.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 144 | 141 | 0 | 0.28 | 0.29 | 0.22 | 3.05 | 0.35 | 0.67 |
| Hex | C8 | 90 | 8D | 0 | 1C | 1D | 16 | 3 | 23 | 43 |
| Octal | 310 | 220 | 215 | 0 | 34 | 35 | 26 | 3 | 43 | 103 |
| Binary | 11001000 | 10010000 | 10001101 | 0 | 11100 | 11101 | 10110 | 11 | 100011 | 1000011 |
Color Harmonies of #C8908D
Complementary color
Monochromatic Colors of #C8908D
Black with #C8908D
Text Example
Text Example
White with #C8908D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8908D; }
p { color: rgb(200,144,141); }
H1.HeaderClassName
{
color: #C8908D;
}
.AnyTagClassName
{
color: #C8908D;
}
</style>
background-color css
<style>
a { background-color: #C8908D; }
a { background-color: rgb(200,144,141); }
div.DivClassName
{
background-color: #C8908D;
}
.BgClassName
{
background-color: #C8908D;
}
</style>
border-color css
<style>
span { border-color: #C8908D; }
span { border-color: rgb(200,144,141); }
td.TdClassName
{
border-color: #C8908D;
}
.TagClassName
{
border-color: #C8908D;
}
</style>