Shades of Oriental Pink #C3877E
Tints of Oriental Pink #C3877E
RGB
CMYK
RGB Variations
Color information
#C3877E (or 0xC3877E) is known color: Oriental Pink. HEX triplet: C3, 87 and 7E. RGB value is (195,135,126). Sum of RGB (Red+Green+Blue) = 195+135+126=456 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.76% from 456); Green value is 135 (53.12% from 255 or 29.61% from 456); Blue value is 126 (49.61% from 255 or 27.63% from 456); Max value from RGB is 195 - color contains mainly: red. Hex color #C3877E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3877E is #3C7881. Grayscale: #989898. Windows color (decimal): -3963010 or 8292291. OLE color: 8292291.
HSL color Cylindrical-coordinate representation of color #C3877E: hue angle of 7.83º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C3877E is Cyan = 0, Magento = 0.31, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 135 | 126 | - |
| CMYK | 0 | 0.31 | 0.35 | 0.24 |
| HSL | 7.83º | 0.37% | 0.63% | - |
| HSV(B) | 7.83º | 0.35% | 0.76% | - |
| XYZ | 34.94 | 30.44 | 23.77 | - |
| YUV | 151.91 | 113.38 | 158.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 135 | 126 | 0 | 0.31 | 0.35 | 0.24 | 7.83 | 0.37 | 0.63 |
| Hex | C3 | 87 | 7E | 0 | 1F | 23 | 18 | 8 | 25 | 3F |
| Octal | 303 | 207 | 176 | 0 | 37 | 43 | 30 | 10 | 45 | 77 |
| Binary | 11000011 | 10000111 | 1111110 | 0 | 11111 | 100011 | 11000 | 1000 | 100101 | 111111 |
Color Harmonies of #C3877E
Complementary color
Monochromatic Colors of #C3877E
Black with #C3877E
Text Example
Text Example
White with #C3877E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3877E; }
p { color: rgb(195,135,126); }
H1.HeaderClassName
{
color: #C3877E;
}
.AnyTagClassName
{
color: #C3877E;
}
</style>
background-color css
<style>
a { background-color: #C3877E; }
a { background-color: rgb(195,135,126); }
div.DivClassName
{
background-color: #C3877E;
}
.BgClassName
{
background-color: #C3877E;
}
</style>
border-color css
<style>
span { border-color: #C3877E; }
span { border-color: rgb(195,135,126); }
td.TdClassName
{
border-color: #C3877E;
}
.TagClassName
{
border-color: #C3877E;
}
</style>