Shades of Oriental Pink #C2897E
Tints of Oriental Pink #C2897E
RGB
CMYK
RGB Variations
Color information
#C2897E (or 0xC2897E) is known color: Oriental Pink. HEX triplet: C2, 89 and 7E. RGB value is (194,137,126). Sum of RGB (Red+Green+Blue) = 194+137+126=457 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.45% from 457); Green value is 137 (53.91% from 255 or 29.98% from 457); Blue value is 126 (49.61% from 255 or 27.57% from 457); Max value from RGB is 194 - color contains mainly: red. Hex color #C2897E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2897E is #3D7681. Grayscale: #989898. Windows color (decimal): -4028034 or 8292802. OLE color: 8292802.
HSL color Cylindrical-coordinate representation of color #C2897E: hue angle of 9.71º 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 #C2897E is Cyan = 0, Magento = 0.29, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 137 | 126 | - |
| CMYK | 0 | 0.29 | 0.35 | 0.24 |
| HSL | 9.71º | 0.36% | 0.63% | - |
| HSV(B) | 9.71º | 0.35% | 0.76% | - |
| XYZ | 34.96 | 30.87 | 23.85 | - |
| YUV | 152.79 | 112.88 | 157.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 137 | 126 | 0 | 0.29 | 0.35 | 0.24 | 9.71 | 0.36 | 0.63 |
| Hex | C2 | 89 | 7E | 0 | 1D | 23 | 18 | A | 24 | 3F |
| Octal | 302 | 211 | 176 | 0 | 35 | 43 | 30 | 12 | 44 | 77 |
| Binary | 11000010 | 10001001 | 1111110 | 0 | 11101 | 100011 | 11000 | 1010 | 100100 | 111111 |
Color Harmonies of #C2897E
Complementary color
Monochromatic Colors of #C2897E
Black with #C2897E
Text Example
Text Example
White with #C2897E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2897E; }
p { color: rgb(194,137,126); }
H1.HeaderClassName
{
color: #C2897E;
}
.AnyTagClassName
{
color: #C2897E;
}
</style>
background-color css
<style>
a { background-color: #C2897E; }
a { background-color: rgb(194,137,126); }
div.DivClassName
{
background-color: #C2897E;
}
.BgClassName
{
background-color: #C2897E;
}
</style>
border-color css
<style>
span { border-color: #C2897E; }
span { border-color: rgb(194,137,126); }
td.TdClassName
{
border-color: #C2897E;
}
.TagClassName
{
border-color: #C2897E;
}
</style>