Shades of Wewak #DC9293
Tints of Wewak #DC9293
RGB
CMYK
RGB Variations
Color information
#DC9293 (or 0xDC9293) is known color: Wewak. HEX triplet: DC, 92 and 93. RGB value is (220,146,147). Sum of RGB (Red+Green+Blue) = 220+146+147=513 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.88% from 513); Green value is 146 (57.42% from 255 or 28.46% from 513); Blue value is 147 (57.81% from 255 or 28.65% from 513); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9293 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9293 is #236D6C. Grayscale: #A8A8A8. Windows color (decimal): -2321773 or 9671388. OLE color: 9671388.
HSL color Cylindrical-coordinate representation of color #DC9293: hue angle of 359.19º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DC9293 is Cyan = 0, Magento = 0.34, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 146 | 147 | - |
| CMYK | 0 | 0.34 | 0.33 | 0.14 |
| HSL | 359.19º | 0.51% | 0.72% | - |
| HSV(B) | 359.19º | 0.34% | 0.86% | - |
| XYZ | 45.06 | 37.88 | 32.54 | - |
| YUV | 168.24 | 116.02 | 164.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 146 | 147 | 0 | 0.34 | 0.33 | 0.14 | 359.19 | 0.51 | 0.72 |
| Hex | DC | 92 | 93 | 0 | 22 | 21 | E | 167 | 33 | 48 |
| Octal | 334 | 222 | 223 | 0 | 42 | 41 | 16 | 547 | 63 | 110 |
| Binary | 11011100 | 10010010 | 10010011 | 0 | 100010 | 100001 | 1110 | 101100111 | 110011 | 1001000 |
Color Harmonies of #DC9293
Complementary color
Monochromatic Colors of #DC9293
Black with #DC9293
Text Example
Text Example
White with #DC9293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9293; }
p { color: rgb(220,146,147); }
H1.HeaderClassName
{
color: #DC9293;
}
.AnyTagClassName
{
color: #DC9293;
}
</style>
background-color css
<style>
a { background-color: #DC9293; }
a { background-color: rgb(220,146,147); }
div.DivClassName
{
background-color: #DC9293;
}
.BgClassName
{
background-color: #DC9293;
}
</style>
border-color css
<style>
span { border-color: #DC9293; }
span { border-color: rgb(220,146,147); }
td.TdClassName
{
border-color: #DC9293;
}
.TagClassName
{
border-color: #DC9293;
}
</style>