Shades of Oriental Pink #C98982
Tints of Oriental Pink #C98982
RGB
CMYK
RGB Variations
Color information
#C98982 (or 0xC98982) is known color: Oriental Pink. HEX triplet: C9, 89 and 82. RGB value is (201,137,130). Sum of RGB (Red+Green+Blue) = 201+137+130=468 (61% of max value = 765). Red value is 201 (78.91% from 255 or 42.95% from 468); Green value is 137 (53.91% from 255 or 29.27% from 468); Blue value is 130 (51.17% from 255 or 27.78% from 468); Max value from RGB is 201 - color contains mainly: red. Hex color #C98982 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C98982 is #36767D. Grayscale: #9B9B9B. Windows color (decimal): -3569278 or 8554953. OLE color: 8554953.
HSL color Cylindrical-coordinate representation of color #C98982: hue angle of 5.92º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C98982 is Cyan = 0, Magento = 0.32, Yellow = 0.35 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 137 | 130 | - |
| CMYK | 0 | 0.32 | 0.35 | 0.21 |
| HSL | 5.92º | 0.4% | 0.65% | - |
| HSV(B) | 5.92º | 0.35% | 0.79% | - |
| XYZ | 37.06 | 31.92 | 25.33 | - |
| YUV | 155.34 | 113.7 | 160.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 137 | 130 | 0 | 0.32 | 0.35 | 0.21 | 5.92 | 0.4 | 0.65 |
| Hex | C9 | 89 | 82 | 0 | 20 | 23 | 15 | 6 | 28 | 41 |
| Octal | 311 | 211 | 202 | 0 | 40 | 43 | 25 | 6 | 50 | 101 |
| Binary | 11001001 | 10001001 | 10000010 | 0 | 100000 | 100011 | 10101 | 110 | 101000 | 1000001 |
Color Harmonies of #C98982
Complementary color
Monochromatic Colors of #C98982
Black with #C98982
Text Example
Text Example
White with #C98982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98982; }
p { color: rgb(201,137,130); }
H1.HeaderClassName
{
color: #C98982;
}
.AnyTagClassName
{
color: #C98982;
}
</style>
background-color css
<style>
a { background-color: #C98982; }
a { background-color: rgb(201,137,130); }
div.DivClassName
{
background-color: #C98982;
}
.BgClassName
{
background-color: #C98982;
}
</style>
border-color css
<style>
span { border-color: #C98982; }
span { border-color: rgb(201,137,130); }
td.TdClassName
{
border-color: #C98982;
}
.TagClassName
{
border-color: #C98982;
}
</style>