Shades of Oriental Pink #C2847E
Tints of Oriental Pink #C2847E
RGB
CMYK
RGB Variations
Color information
#C2847E (or 0xC2847E) is known color: Oriental Pink. HEX triplet: C2, 84 and 7E. RGB value is (194,132,126). Sum of RGB (Red+Green+Blue) = 194+132+126=452 (59% of max value = 765). Red value is 194 (76.17% from 255 or 42.92% from 452); Green value is 132 (51.95% from 255 or 29.20% from 452); Blue value is 126 (49.61% from 255 or 27.88% from 452); Max value from RGB is 194 - color contains mainly: red. Hex color #C2847E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2847E is #3D7B81. Grayscale: #959595. Windows color (decimal): -4029314 or 8291522. OLE color: 8291522.
HSL color Cylindrical-coordinate representation of color #C2847E: hue angle of 5.29º 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 #C2847E is Cyan = 0, Magento = 0.32, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 132 | 126 | - |
| CMYK | 0 | 0.32 | 0.35 | 0.24 |
| HSL | 5.29º | 0.36% | 0.63% | - |
| HSV(B) | 5.29º | 0.35% | 0.76% | - |
| XYZ | 34.27 | 29.48 | 23.62 | - |
| YUV | 149.85 | 114.54 | 159.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 132 | 126 | 0 | 0.32 | 0.35 | 0.24 | 5.29 | 0.36 | 0.63 |
| Hex | C2 | 84 | 7E | 0 | 20 | 23 | 18 | 5 | 24 | 3F |
| Octal | 302 | 204 | 176 | 0 | 40 | 43 | 30 | 5 | 44 | 77 |
| Binary | 11000010 | 10000100 | 1111110 | 0 | 100000 | 100011 | 11000 | 101 | 100100 | 111111 |
Color Harmonies of #C2847E
Complementary color
Monochromatic Colors of #C2847E
Black with #C2847E
Text Example
Text Example
White with #C2847E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2847E; }
p { color: rgb(194,132,126); }
H1.HeaderClassName
{
color: #C2847E;
}
.AnyTagClassName
{
color: #C2847E;
}
</style>
background-color css
<style>
a { background-color: #C2847E; }
a { background-color: rgb(194,132,126); }
div.DivClassName
{
background-color: #C2847E;
}
.BgClassName
{
background-color: #C2847E;
}
</style>
border-color css
<style>
span { border-color: #C2847E; }
span { border-color: rgb(194,132,126); }
td.TdClassName
{
border-color: #C2847E;
}
.TagClassName
{
border-color: #C2847E;
}
</style>