Shades of Oriental Pink #C78985
Tints of Oriental Pink #C78985
RGB
CMYK
RGB Variations
Color information
#C78985 (or 0xC78985) is known color: Oriental Pink. HEX triplet: C7, 89 and 85. RGB value is (199,137,133). Sum of RGB (Red+Green+Blue) = 199+137+133=469 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.43% from 469); Green value is 137 (53.91% from 255 or 29.21% from 469); Blue value is 133 (52.34% from 255 or 28.36% from 469); Max value from RGB is 199 - color contains mainly: red. Hex color #C78985 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C78985 is #38767A. Grayscale: #9B9B9B. Windows color (decimal): -3700347 or 8751559. OLE color: 8751559.
HSL color Cylindrical-coordinate representation of color #C78985: hue angle of 3.64º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C78985 is Cyan = 0, Magento = 0.31, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 137 | 133 | - |
| CMYK | 0 | 0.31 | 0.33 | 0.22 |
| HSL | 3.64º | 0.37% | 0.65% | - |
| HSV(B) | 3.64º | 0.33% | 0.78% | - |
| XYZ | 36.73 | 31.73 | 26.38 | - |
| YUV | 155.08 | 115.54 | 159.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 137 | 133 | 0 | 0.31 | 0.33 | 0.22 | 3.64 | 0.37 | 0.65 |
| Hex | C7 | 89 | 85 | 0 | 1F | 21 | 16 | 4 | 25 | 41 |
| Octal | 307 | 211 | 205 | 0 | 37 | 41 | 26 | 4 | 45 | 101 |
| Binary | 11000111 | 10001001 | 10000101 | 0 | 11111 | 100001 | 10110 | 100 | 100101 | 1000001 |
Color Harmonies of #C78985
Complementary color
Monochromatic Colors of #C78985
Black with #C78985
Text Example
Text Example
White with #C78985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78985; }
p { color: rgb(199,137,133); }
H1.HeaderClassName
{
color: #C78985;
}
.AnyTagClassName
{
color: #C78985;
}
</style>
background-color css
<style>
a { background-color: #C78985; }
a { background-color: rgb(199,137,133); }
div.DivClassName
{
background-color: #C78985;
}
.BgClassName
{
background-color: #C78985;
}
</style>
border-color css
<style>
span { border-color: #C78985; }
span { border-color: rgb(199,137,133); }
td.TdClassName
{
border-color: #C78985;
}
.TagClassName
{
border-color: #C78985;
}
</style>