Shades of Oriental Pink #C28B7E
Tints of Oriental Pink #C28B7E
RGB
CMYK
RGB Variations
Color information
#C28B7E (or 0xC28B7E) is known color: Oriental Pink. HEX triplet: C2, 8B and 7E. RGB value is (194,139,126). Sum of RGB (Red+Green+Blue) = 194+139+126=459 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.27% from 459); Green value is 139 (54.69% from 255 or 30.28% from 459); Blue value is 126 (49.61% from 255 or 27.45% from 459); Max value from RGB is 194 - color contains mainly: red. Hex color #C28B7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28B7E is #3D7481. Grayscale: #9A9A9A. Windows color (decimal): -4027522 or 8293314. OLE color: 8293314.
HSL color Cylindrical-coordinate representation of color #C28B7E: hue angle of 11.47º 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 #C28B7E is Cyan = 0, Magento = 0.28, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 139 | 126 | - |
| CMYK | 0 | 0.28 | 0.35 | 0.24 |
| HSL | 11.47º | 0.36% | 0.63% | - |
| HSV(B) | 11.47º | 0.35% | 0.76% | - |
| XYZ | 35.25 | 31.44 | 23.95 | - |
| YUV | 153.96 | 112.22 | 156.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 139 | 126 | 0 | 0.28 | 0.35 | 0.24 | 11.47 | 0.36 | 0.63 |
| Hex | C2 | 8B | 7E | 0 | 1C | 23 | 18 | B | 24 | 3F |
| Octal | 302 | 213 | 176 | 0 | 34 | 43 | 30 | 13 | 44 | 77 |
| Binary | 11000010 | 10001011 | 1111110 | 0 | 11100 | 100011 | 11000 | 1011 | 100100 | 111111 |
Color Harmonies of #C28B7E
Complementary color
Monochromatic Colors of #C28B7E
Black with #C28B7E
Text Example
Text Example
White with #C28B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28B7E; }
p { color: rgb(194,139,126); }
H1.HeaderClassName
{
color: #C28B7E;
}
.AnyTagClassName
{
color: #C28B7E;
}
</style>
background-color css
<style>
a { background-color: #C28B7E; }
a { background-color: rgb(194,139,126); }
div.DivClassName
{
background-color: #C28B7E;
}
.BgClassName
{
background-color: #C28B7E;
}
</style>
border-color css
<style>
span { border-color: #C28B7E; }
span { border-color: rgb(194,139,126); }
td.TdClassName
{
border-color: #C28B7E;
}
.TagClassName
{
border-color: #C28B7E;
}
</style>