Shades of Oriental Pink #C2837F
Tints of Oriental Pink #C2837F
RGB
CMYK
RGB Variations
Color information
#C2837F (or 0xC2837F) is known color: Oriental Pink. HEX triplet: C2, 83 and 7F. RGB value is (194,131,127). Sum of RGB (Red+Green+Blue) = 194+131+127=452 (59% of max value = 765). Red value is 194 (76.17% from 255 or 42.92% from 452); Green value is 131 (51.56% from 255 or 28.98% from 452); Blue value is 127 (50% from 255 or 28.10% from 452); Max value from RGB is 194 - color contains mainly: red. Hex color #C2837F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2837F is #3D7C80. Grayscale: #959595. Windows color (decimal): -4029569 or 8356802. OLE color: 8356802.
HSL color Cylindrical-coordinate representation of color #C2837F: hue angle of 3.58º degrees, saturation: 0.35, 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 #C2837F is Cyan = 0, Magento = 0.32, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 131 | 127 | - |
| CMYK | 0 | 0.32 | 0.35 | 0.24 |
| HSL | 3.58º | 0.35% | 0.63% | - |
| HSV(B) | 3.58º | 0.35% | 0.76% | - |
| XYZ | 34.2 | 29.23 | 23.92 | - |
| YUV | 149.38 | 115.37 | 159.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 131 | 127 | 0 | 0.32 | 0.35 | 0.24 | 3.58 | 0.35 | 0.63 |
| Hex | C2 | 83 | 7F | 0 | 20 | 23 | 18 | 4 | 23 | 3F |
| Octal | 302 | 203 | 177 | 0 | 40 | 43 | 30 | 4 | 43 | 77 |
| Binary | 11000010 | 10000011 | 1111111 | 0 | 100000 | 100011 | 11000 | 100 | 100011 | 111111 |
Color Harmonies of #C2837F
Complementary color
Monochromatic Colors of #C2837F
Black with #C2837F
Text Example
Text Example
White with #C2837F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2837F; }
p { color: rgb(194,131,127); }
H1.HeaderClassName
{
color: #C2837F;
}
.AnyTagClassName
{
color: #C2837F;
}
</style>
background-color css
<style>
a { background-color: #C2837F; }
a { background-color: rgb(194,131,127); }
div.DivClassName
{
background-color: #C2837F;
}
.BgClassName
{
background-color: #C2837F;
}
</style>
border-color css
<style>
span { border-color: #C2837F; }
span { border-color: rgb(194,131,127); }
td.TdClassName
{
border-color: #C2837F;
}
.TagClassName
{
border-color: #C2837F;
}
</style>