Shades of Oriental Pink #C28C7E
Tints of Oriental Pink #C28C7E
RGB
CMYK
RGB Variations
Color information
#C28C7E (or 0xC28C7E) is known color: Oriental Pink. HEX triplet: C2, 8C and 7E. RGB value is (194,140,126). Sum of RGB (Red+Green+Blue) = 194+140+126=460 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.17% from 460); Green value is 140 (55.08% from 255 or 30.43% from 460); Blue value is 126 (49.61% from 255 or 27.39% from 460); Max value from RGB is 194 - color contains mainly: red. Hex color #C28C7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28C7E is #3D7381. Grayscale: #9A9A9A. Windows color (decimal): -4027266 or 8293570. OLE color: 8293570.
HSL color Cylindrical-coordinate representation of color #C28C7E: hue angle of 12.35º 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 #C28C7E is Cyan = 0, Magento = 0.28, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 140 | 126 | - |
| CMYK | 0 | 0.28 | 0.35 | 0.24 |
| HSL | 12.35º | 0.36% | 0.63% | - |
| HSV(B) | 12.35º | 0.35% | 0.76% | - |
| XYZ | 35.39 | 31.73 | 24 | - |
| YUV | 154.55 | 111.89 | 156.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 140 | 126 | 0 | 0.28 | 0.35 | 0.24 | 12.35 | 0.36 | 0.63 |
| Hex | C2 | 8C | 7E | 0 | 1C | 23 | 18 | C | 24 | 3F |
| Octal | 302 | 214 | 176 | 0 | 34 | 43 | 30 | 14 | 44 | 77 |
| Binary | 11000010 | 10001100 | 1111110 | 0 | 11100 | 100011 | 11000 | 1100 | 100100 | 111111 |
Color Harmonies of #C28C7E
Complementary color
Monochromatic Colors of #C28C7E
Black with #C28C7E
Text Example
Text Example
White with #C28C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28C7E; }
p { color: rgb(194,140,126); }
H1.HeaderClassName
{
color: #C28C7E;
}
.AnyTagClassName
{
color: #C28C7E;
}
</style>
background-color css
<style>
a { background-color: #C28C7E; }
a { background-color: rgb(194,140,126); }
div.DivClassName
{
background-color: #C28C7E;
}
.BgClassName
{
background-color: #C28C7E;
}
</style>
border-color css
<style>
span { border-color: #C28C7E; }
span { border-color: rgb(194,140,126); }
td.TdClassName
{
border-color: #C28C7E;
}
.TagClassName
{
border-color: #C28C7E;
}
</style>