Shades of Kobi #DC9AAE
Tints of Kobi #DC9AAE
RGB
CMYK
RGB Variations
Color information
#DC9AAE (or 0xDC9AAE) is known color: Kobi. HEX triplet: DC, 9A and AE. RGB value is (220,154,174). Sum of RGB (Red+Green+Blue) = 220+154+174=548 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.15% from 548); Green value is 154 (60.55% from 255 or 28.10% from 548); Blue value is 174 (68.36% from 255 or 31.75% from 548); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9AAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9AAE is #236551. Grayscale: #B0B0B0. Windows color (decimal): -2319698 or 11442908. OLE color: 11442908.
HSL color Cylindrical-coordinate representation of color #DC9AAE: hue angle of 341.82º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DC9AAE is Cyan = 0, Magento = 0.3, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 154 | 174 | - |
| CMYK | 0 | 0.3 | 0.21 | 0.14 |
| HSL | 341.82º | 0.49% | 0.73% | - |
| HSV(B) | 341.82º | 0.3% | 0.86% | - |
| XYZ | 48.71 | 41.38 | 45.46 | - |
| YUV | 176.01 | 126.87 | 159.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 154 | 174 | 0 | 0.3 | 0.21 | 0.14 | 341.82 | 0.49 | 0.73 |
| Hex | DC | 9A | AE | 0 | 1E | 15 | E | 156 | 31 | 49 |
| Octal | 334 | 232 | 256 | 0 | 36 | 25 | 16 | 526 | 61 | 111 |
| Binary | 11011100 | 10011010 | 10101110 | 0 | 11110 | 10101 | 1110 | 101010110 | 110001 | 1001001 |
Color Harmonies of #DC9AAE
Complementary color
Monochromatic Colors of #DC9AAE
Black with #DC9AAE
Text Example
Text Example
White with #DC9AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9AAE; }
p { color: rgb(220,154,174); }
H1.HeaderClassName
{
color: #DC9AAE;
}
.AnyTagClassName
{
color: #DC9AAE;
}
</style>
background-color css
<style>
a { background-color: #DC9AAE; }
a { background-color: rgb(220,154,174); }
div.DivClassName
{
background-color: #DC9AAE;
}
.BgClassName
{
background-color: #DC9AAE;
}
</style>
border-color css
<style>
span { border-color: #DC9AAE; }
span { border-color: rgb(220,154,174); }
td.TdClassName
{
border-color: #DC9AAE;
}
.TagClassName
{
border-color: #DC9AAE;
}
</style>