Shades of Wewak #DC9194
Tints of Wewak #DC9194
RGB
CMYK
RGB Variations
Color information
#DC9194 (or 0xDC9194) is known color: Wewak. HEX triplet: DC, 91 and 94. RGB value is (220,145,148). Sum of RGB (Red+Green+Blue) = 220+145+148=513 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.88% from 513); Green value is 145 (57.03% from 255 or 28.27% from 513); Blue value is 148 (58.20% from 255 or 28.85% from 513); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9194 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9194 is #236E6B. Grayscale: #A7A7A7. Windows color (decimal): -2322028 or 9736668. OLE color: 9736668.
HSL color Cylindrical-coordinate representation of color #DC9194: hue angle of 357.6º 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 #DC9194 is Cyan = 0, Magento = 0.34, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 145 | 148 | - |
| CMYK | 0 | 0.34 | 0.33 | 0.14 |
| HSL | 357.6º | 0.52% | 0.72% | - |
| HSV(B) | 357.6º | 0.34% | 0.86% | - |
| XYZ | 44.99 | 37.6 | 32.9 | - |
| YUV | 167.77 | 116.85 | 165.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 145 | 148 | 0 | 0.34 | 0.33 | 0.14 | 357.6 | 0.52 | 0.72 |
| Hex | DC | 91 | 94 | 0 | 22 | 21 | E | 166 | 34 | 48 |
| Octal | 334 | 221 | 224 | 0 | 42 | 41 | 16 | 546 | 64 | 110 |
| Binary | 11011100 | 10010001 | 10010100 | 0 | 100010 | 100001 | 1110 | 101100110 | 110100 | 1001000 |
Color Harmonies of #DC9194
Complementary color
Monochromatic Colors of #DC9194
Black with #DC9194
Text Example
Text Example
White with #DC9194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9194; }
p { color: rgb(220,145,148); }
H1.HeaderClassName
{
color: #DC9194;
}
.AnyTagClassName
{
color: #DC9194;
}
</style>
background-color css
<style>
a { background-color: #DC9194; }
a { background-color: rgb(220,145,148); }
div.DivClassName
{
background-color: #DC9194;
}
.BgClassName
{
background-color: #DC9194;
}
</style>
border-color css
<style>
span { border-color: #DC9194; }
span { border-color: rgb(220,145,148); }
td.TdClassName
{
border-color: #DC9194;
}
.TagClassName
{
border-color: #DC9194;
}
</style>