Shades of Oriental Pink #C28D7E
Tints of Oriental Pink #C28D7E
RGB
CMYK
RGB Variations
Color information
#C28D7E (or 0xC28D7E) is known color: Oriental Pink. HEX triplet: C2, 8D and 7E. RGB value is (194,141,126). Sum of RGB (Red+Green+Blue) = 194+141+126=461 (61% of max value = 765). Red value is 194 (76.17% from 255 or 42.08% from 461); Green value is 141 (55.47% from 255 or 30.59% from 461); Blue value is 126 (49.61% from 255 or 27.33% from 461); Max value from RGB is 194 - color contains mainly: red. Hex color #C28D7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28D7E is #3D7281. Grayscale: #9B9B9B. Windows color (decimal): -4027010 or 8293826. OLE color: 8293826.
HSL color Cylindrical-coordinate representation of color #C28D7E: hue angle of 13.24º 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 #C28D7E is Cyan = 0, Magento = 0.27, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 141 | 126 | - |
| CMYK | 0 | 0.27 | 0.35 | 0.24 |
| HSL | 13.24º | 0.36% | 0.63% | - |
| HSV(B) | 13.24º | 0.35% | 0.76% | - |
| XYZ | 35.54 | 32.03 | 24.05 | - |
| YUV | 155.14 | 111.56 | 155.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 141 | 126 | 0 | 0.27 | 0.35 | 0.24 | 13.24 | 0.36 | 0.63 |
| Hex | C2 | 8D | 7E | 0 | 1B | 23 | 18 | D | 24 | 3F |
| Octal | 302 | 215 | 176 | 0 | 33 | 43 | 30 | 15 | 44 | 77 |
| Binary | 11000010 | 10001101 | 1111110 | 0 | 11011 | 100011 | 11000 | 1101 | 100100 | 111111 |
Color Harmonies of #C28D7E
Complementary color
Monochromatic Colors of #C28D7E
Black with #C28D7E
Text Example
Text Example
White with #C28D7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28D7E; }
p { color: rgb(194,141,126); }
H1.HeaderClassName
{
color: #C28D7E;
}
.AnyTagClassName
{
color: #C28D7E;
}
</style>
background-color css
<style>
a { background-color: #C28D7E; }
a { background-color: rgb(194,141,126); }
div.DivClassName
{
background-color: #C28D7E;
}
.BgClassName
{
background-color: #C28D7E;
}
</style>
border-color css
<style>
span { border-color: #C28D7E; }
span { border-color: rgb(194,141,126); }
td.TdClassName
{
border-color: #C28D7E;
}
.TagClassName
{
border-color: #C28D7E;
}
</style>