Shades of Oriental Pink #C28C89
Tints of Oriental Pink #C28C89
RGB
CMYK
RGB Variations
Color information
#C28C89 (or 0xC28C89) is known color: Oriental Pink. HEX triplet: C2, 8C and 89. RGB value is (194,140,137). Sum of RGB (Red+Green+Blue) = 194+140+137=471 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.19% from 471); Green value is 140 (55.08% from 255 or 29.72% from 471); Blue value is 137 (53.91% from 255 or 29.09% from 471); Max value from RGB is 194 - color contains mainly: red. Hex color #C28C89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28C89 is #3D7376. Grayscale: #9B9B9B. Windows color (decimal): -4027255 or 9014466. OLE color: 9014466.
HSL color Cylindrical-coordinate representation of color #C28C89: hue angle of 3.16º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C28C89 is Cyan = 0, Magento = 0.28, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 140 | 137 | - |
| CMYK | 0 | 0.28 | 0.29 | 0.24 |
| HSL | 3.16º | 0.32% | 0.65% | - |
| HSV(B) | 3.16º | 0.29% | 0.76% | - |
| XYZ | 36.14 | 32.03 | 27.94 | - |
| YUV | 155.8 | 117.39 | 155.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 140 | 137 | 0 | 0.28 | 0.29 | 0.24 | 3.16 | 0.32 | 0.65 |
| Hex | C2 | 8C | 89 | 0 | 1C | 1D | 18 | 3 | 20 | 41 |
| Octal | 302 | 214 | 211 | 0 | 34 | 35 | 30 | 3 | 40 | 101 |
| Binary | 11000010 | 10001100 | 10001001 | 0 | 11100 | 11101 | 11000 | 11 | 100000 | 1000001 |
Color Harmonies of #C28C89
Complementary color
Monochromatic Colors of #C28C89
Black with #C28C89
Text Example
Text Example
White with #C28C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28C89; }
p { color: rgb(194,140,137); }
H1.HeaderClassName
{
color: #C28C89;
}
.AnyTagClassName
{
color: #C28C89;
}
</style>
background-color css
<style>
a { background-color: #C28C89; }
a { background-color: rgb(194,140,137); }
div.DivClassName
{
background-color: #C28C89;
}
.BgClassName
{
background-color: #C28C89;
}
</style>
border-color css
<style>
span { border-color: #C28C89; }
span { border-color: rgb(194,140,137); }
td.TdClassName
{
border-color: #C28C89;
}
.TagClassName
{
border-color: #C28C89;
}
</style>