Shades of Oriental Pink #C3837F
Tints of Oriental Pink #C3837F
RGB
CMYK
RGB Variations
Color information
#C3837F (or 0xC3837F) is known color: Oriental Pink. HEX triplet: C3, 83 and 7F. RGB value is (195,131,127). Sum of RGB (Red+Green+Blue) = 195+131+127=453 (60% of max value = 765). Red value is 195 (76.56% from 255 or 43.05% from 453); Green value is 131 (51.56% from 255 or 28.92% from 453); Blue value is 127 (50% from 255 or 28.04% from 453); Max value from RGB is 195 - color contains mainly: red. Hex color #C3837F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3837F is #3C7C80. Grayscale: #959595. Windows color (decimal): -3964033 or 8356803. OLE color: 8356803.
HSL color Cylindrical-coordinate representation of color #C3837F: hue angle of 3.53º degrees, saturation: 0.36, 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 #C3837F is Cyan = 0, Magento = 0.33, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 131 | 127 | - |
| CMYK | 0 | 0.33 | 0.35 | 0.24 |
| HSL | 3.53º | 0.36% | 0.63% | - |
| HSV(B) | 3.53º | 0.35% | 0.76% | - |
| XYZ | 34.45 | 29.37 | 23.93 | - |
| YUV | 149.68 | 115.2 | 160.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 131 | 127 | 0 | 0.33 | 0.35 | 0.24 | 3.53 | 0.36 | 0.63 |
| Hex | C3 | 83 | 7F | 0 | 21 | 23 | 18 | 4 | 24 | 3F |
| Octal | 303 | 203 | 177 | 0 | 41 | 43 | 30 | 4 | 44 | 77 |
| Binary | 11000011 | 10000011 | 1111111 | 0 | 100001 | 100011 | 11000 | 100 | 100100 | 111111 |
Color Harmonies of #C3837F
Complementary color
Monochromatic Colors of #C3837F
Black with #C3837F
Text Example
Text Example
White with #C3837F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3837F; }
p { color: rgb(195,131,127); }
H1.HeaderClassName
{
color: #C3837F;
}
.AnyTagClassName
{
color: #C3837F;
}
</style>
background-color css
<style>
a { background-color: #C3837F; }
a { background-color: rgb(195,131,127); }
div.DivClassName
{
background-color: #C3837F;
}
.BgClassName
{
background-color: #C3837F;
}
</style>
border-color css
<style>
span { border-color: #C3837F; }
span { border-color: rgb(195,131,127); }
td.TdClassName
{
border-color: #C3837F;
}
.TagClassName
{
border-color: #C3837F;
}
</style>