Shades of Oriental Pink #C2877E
Tints of Oriental Pink #C2877E
RGB
CMYK
RGB Variations
Color information
#C2877E (or 0xC2877E) is known color: Oriental Pink. HEX triplet: C2, 87 and 7E. RGB value is (194,135,126). Sum of RGB (Red+Green+Blue) = 194+135+126=455 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.64% from 455); Green value is 135 (53.12% from 255 or 29.67% from 455); Blue value is 126 (49.61% from 255 or 27.69% from 455); Max value from RGB is 194 - color contains mainly: red. Hex color #C2877E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2877E is #3D7881. Grayscale: #979797. Windows color (decimal): -4028546 or 8292290. OLE color: 8292290.
HSL color Cylindrical-coordinate representation of color #C2877E: hue angle of 7.94º 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 #C2877E is Cyan = 0, Magento = 0.30, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 135 | 126 | - |
| CMYK | 0 | 0.30 | 0.35 | 0.24 |
| HSL | 7.94º | 0.36% | 0.63% | - |
| HSV(B) | 7.94º | 0.35% | 0.76% | - |
| XYZ | 34.68 | 30.3 | 23.76 | - |
| YUV | 151.62 | 113.55 | 158.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 135 | 126 | 0 | 0.30 | 0.35 | 0.24 | 7.94 | 0.36 | 0.63 |
| Hex | C2 | 87 | 7E | 0 | 1E | 23 | 18 | 8 | 24 | 3F |
| Octal | 302 | 207 | 176 | 0 | 36 | 43 | 30 | 10 | 44 | 77 |
| Binary | 11000010 | 10000111 | 1111110 | 0 | 11110 | 100011 | 11000 | 1000 | 100100 | 111111 |
Color Harmonies of #C2877E
Complementary color
Monochromatic Colors of #C2877E
Black with #C2877E
Text Example
Text Example
White with #C2877E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2877E; }
p { color: rgb(194,135,126); }
H1.HeaderClassName
{
color: #C2877E;
}
.AnyTagClassName
{
color: #C2877E;
}
</style>
background-color css
<style>
a { background-color: #C2877E; }
a { background-color: rgb(194,135,126); }
div.DivClassName
{
background-color: #C2877E;
}
.BgClassName
{
background-color: #C2877E;
}
</style>
border-color css
<style>
span { border-color: #C2877E; }
span { border-color: rgb(194,135,126); }
td.TdClassName
{
border-color: #C2877E;
}
.TagClassName
{
border-color: #C2877E;
}
</style>