Shades of Oriental Pink #C89490
Tints of Oriental Pink #C89490
RGB
CMYK
RGB Variations
Color information
#C89490 (or 0xC89490) is known color: Oriental Pink. HEX triplet: C8, 94 and 90. RGB value is (200,148,144). Sum of RGB (Red+Green+Blue) = 200+148+144=492 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.65% from 492); Green value is 148 (58.20% from 255 or 30.08% from 492); Blue value is 144 (56.64% from 255 or 29.27% from 492); Max value from RGB is 200 - color contains mainly: red. Hex color #C89490 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89490 is #376B6F. Grayscale: #A3A3A3. Windows color (decimal): -3631984 or 9475272. OLE color: 9475272.
HSL color Cylindrical-coordinate representation of color #C89490: hue angle of 4.29º degrees, saturation: 0.34, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C89490 is Cyan = 0, Magento = 0.26, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 148 | 144 | - |
| CMYK | 0 | 0.26 | 0.28 | 0.22 |
| HSL | 4.29º | 0.34% | 0.67% | - |
| HSV(B) | 4.29º | 0.28% | 0.78% | - |
| XYZ | 39.44 | 35.47 | 31.15 | - |
| YUV | 163.09 | 117.23 | 154.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 148 | 144 | 0 | 0.26 | 0.28 | 0.22 | 4.29 | 0.34 | 0.67 |
| Hex | C8 | 94 | 90 | 0 | 1A | 1C | 16 | 4 | 22 | 43 |
| Octal | 310 | 224 | 220 | 0 | 32 | 34 | 26 | 4 | 42 | 103 |
| Binary | 11001000 | 10010100 | 10010000 | 0 | 11010 | 11100 | 10110 | 100 | 100010 | 1000011 |
Color Harmonies of #C89490
Complementary color
Monochromatic Colors of #C89490
Black with #C89490
Text Example
Text Example
White with #C89490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89490; }
p { color: rgb(200,148,144); }
H1.HeaderClassName
{
color: #C89490;
}
.AnyTagClassName
{
color: #C89490;
}
</style>
background-color css
<style>
a { background-color: #C89490; }
a { background-color: rgb(200,148,144); }
div.DivClassName
{
background-color: #C89490;
}
.BgClassName
{
background-color: #C89490;
}
</style>
border-color css
<style>
span { border-color: #C89490; }
span { border-color: rgb(200,148,144); }
td.TdClassName
{
border-color: #C89490;
}
.TagClassName
{
border-color: #C89490;
}
</style>