Shades of Oriental Pink #C99793
Tints of Oriental Pink #C99793
RGB
CMYK
RGB Variations
Color information
#C99793 (or 0xC99793) is known color: Oriental Pink. HEX triplet: C9, 97 and 93. RGB value is (201,151,147). Sum of RGB (Red+Green+Blue) = 201+151+147=499 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.28% from 499); Green value is 151 (59.38% from 255 or 30.26% from 499); Blue value is 147 (57.81% from 255 or 29.46% from 499); Max value from RGB is 201 - color contains mainly: red. Hex color #C99793 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99793 is #36686C. Grayscale: #A5A5A5. Windows color (decimal): -3565677 or 9672649. OLE color: 9672649.
HSL color Cylindrical-coordinate representation of color #C99793: hue angle of 4.44º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C99793 is Cyan = 0, Magento = 0.25, Yellow = 0.27 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 151 | 147 | - |
| CMYK | 0 | 0.25 | 0.27 | 0.21 |
| HSL | 4.44º | 0.33% | 0.68% | - |
| HSV(B) | 4.44º | 0.27% | 0.79% | - |
| XYZ | 40.42 | 36.66 | 32.55 | - |
| YUV | 165.49 | 117.57 | 153.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 151 | 147 | 0 | 0.25 | 0.27 | 0.21 | 4.44 | 0.33 | 0.68 |
| Hex | C9 | 97 | 93 | 0 | 19 | 1B | 15 | 4 | 21 | 44 |
| Octal | 311 | 227 | 223 | 0 | 31 | 33 | 25 | 4 | 41 | 104 |
| Binary | 11001001 | 10010111 | 10010011 | 0 | 11001 | 11011 | 10101 | 100 | 100001 | 1000100 |
Color Harmonies of #C99793
Complementary color
Monochromatic Colors of #C99793
Black with #C99793
Text Example
Text Example
White with #C99793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99793; }
p { color: rgb(201,151,147); }
H1.HeaderClassName
{
color: #C99793;
}
.AnyTagClassName
{
color: #C99793;
}
</style>
background-color css
<style>
a { background-color: #C99793; }
a { background-color: rgb(201,151,147); }
div.DivClassName
{
background-color: #C99793;
}
.BgClassName
{
background-color: #C99793;
}
</style>
border-color css
<style>
span { border-color: #C99793; }
span { border-color: rgb(201,151,147); }
td.TdClassName
{
border-color: #C99793;
}
.TagClassName
{
border-color: #C99793;
}
</style>