Shades of Oriental Pink #C28585
Tints of Oriental Pink #C28585
RGB
CMYK
RGB Variations
Color information
#C28585 (or 0xC28585) is known color: Oriental Pink. HEX triplet: C2, 85 and 85. RGB value is (194,133,133). Sum of RGB (Red+Green+Blue) = 194+133+133=460 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.17% from 460); Green value is 133 (52.34% from 255 or 28.91% from 460); Blue value is 133 (52.34% from 255 or 28.91% from 460); Max value from RGB is 194 - color contains mainly: red. Hex color #C28585 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28585 is #3D7A7A. Grayscale: #979797. Windows color (decimal): -4029051 or 8750530. OLE color: 8750530.
HSL color Cylindrical-coordinate representation of color #C28585: hue angle of 0º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C28585 is Cyan = 0, Magento = 0.31, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 133 | 133 | - |
| CMYK | 0 | 0.31 | 0.31 | 0.24 |
| HSL | 0º | 0.33% | 0.64% | - |
| HSV(B) | 0º | 0.31% | 0.76% | - |
| XYZ | 34.87 | 29.94 | 26.13 | - |
| YUV | 151.24 | 117.71 | 158.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 133 | 133 | 0 | 0.31 | 0.31 | 0.24 | 0 | 0.33 | 0.64 |
| Hex | C2 | 85 | 85 | 0 | 1F | 1F | 18 | 0 | 21 | 40 |
| Octal | 302 | 205 | 205 | 0 | 37 | 37 | 30 | 0 | 41 | 100 |
| Binary | 11000010 | 10000101 | 10000101 | 0 | 11111 | 11111 | 11000 | 0 | 100001 | 1000000 |
Color Harmonies of #C28585
Complementary color
Monochromatic Colors of #C28585
Black with #C28585
Text Example
Text Example
White with #C28585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28585; }
p { color: rgb(194,133,133); }
H1.HeaderClassName
{
color: #C28585;
}
.AnyTagClassName
{
color: #C28585;
}
</style>
background-color css
<style>
a { background-color: #C28585; }
a { background-color: rgb(194,133,133); }
div.DivClassName
{
background-color: #C28585;
}
.BgClassName
{
background-color: #C28585;
}
</style>
border-color css
<style>
span { border-color: #C28585; }
span { border-color: rgb(194,133,133); }
td.TdClassName
{
border-color: #C28585;
}
.TagClassName
{
border-color: #C28585;
}
</style>