Shades of Wewak #DC9192
Tints of Wewak #DC9192
RGB
CMYK
RGB Variations
Color information
#DC9192 (or 0xDC9192) is known color: Wewak. HEX triplet: DC, 91 and 92. RGB value is (220,145,146). Sum of RGB (Red+Green+Blue) = 220+145+146=511 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.05% from 511); Green value is 145 (57.03% from 255 or 28.38% from 511); Blue value is 146 (57.42% from 255 or 28.57% from 511); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9192 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9192 is #236E6D. Grayscale: #A7A7A7. Windows color (decimal): -2322030 or 9605596. OLE color: 9605596.
HSL color Cylindrical-coordinate representation of color #DC9192: hue angle of 359.2º degrees, saturation: 0.52, 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 #DC9192 is Cyan = 0, Magento = 0.34, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 145 | 146 | - |
| CMYK | 0 | 0.34 | 0.34 | 0.14 |
| HSL | 359.2º | 0.52% | 0.72% | - |
| HSV(B) | 359.2º | 0.34% | 0.86% | - |
| XYZ | 44.83 | 37.54 | 32.08 | - |
| YUV | 167.54 | 115.85 | 165.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 145 | 146 | 0 | 0.34 | 0.34 | 0.14 | 359.2 | 0.52 | 0.72 |
| Hex | DC | 91 | 92 | 0 | 22 | 22 | E | 167 | 34 | 48 |
| Octal | 334 | 221 | 222 | 0 | 42 | 42 | 16 | 547 | 64 | 110 |
| Binary | 11011100 | 10010001 | 10010010 | 0 | 100010 | 100010 | 1110 | 101100111 | 110100 | 1001000 |
Color Harmonies of #DC9192
Complementary color
Monochromatic Colors of #DC9192
Black with #DC9192
Text Example
Text Example
White with #DC9192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9192; }
p { color: rgb(220,145,146); }
H1.HeaderClassName
{
color: #DC9192;
}
.AnyTagClassName
{
color: #DC9192;
}
</style>
background-color css
<style>
a { background-color: #DC9192; }
a { background-color: rgb(220,145,146); }
div.DivClassName
{
background-color: #DC9192;
}
.BgClassName
{
background-color: #DC9192;
}
</style>
border-color css
<style>
span { border-color: #DC9192; }
span { border-color: rgb(220,145,146); }
td.TdClassName
{
border-color: #DC9192;
}
.TagClassName
{
border-color: #DC9192;
}
</style>