Shades of Kobi #DC9AA3
Tints of Kobi #DC9AA3
RGB
CMYK
RGB Variations
Color information
#DC9AA3 (or 0xDC9AA3) is known color: Kobi. HEX triplet: DC, 9A and A3. RGB value is (220,154,163). Sum of RGB (Red+Green+Blue) = 220+154+163=537 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.97% from 537); Green value is 154 (60.55% from 255 or 28.68% from 537); Blue value is 163 (64.06% from 255 or 30.35% from 537); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9AA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9AA3 is #23655C. Grayscale: #AEAEAE. Windows color (decimal): -2319709 or 10722012. OLE color: 10722012.
HSL color Cylindrical-coordinate representation of color #DC9AA3: hue angle of 351.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 #DC9AA3 is Cyan = 0, Magento = 0.3, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 154 | 163 | - |
| CMYK | 0 | 0.3 | 0.26 | 0.14 |
| HSL | 351.82º | 0.49% | 0.73% | - |
| HSV(B) | 351.82º | 0.3% | 0.86% | - |
| XYZ | 47.68 | 40.97 | 40.05 | - |
| YUV | 174.76 | 121.37 | 160.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 154 | 163 | 0 | 0.3 | 0.26 | 0.14 | 351.82 | 0.49 | 0.73 |
| Hex | DC | 9A | A3 | 0 | 1E | 1A | E | 160 | 31 | 49 |
| Octal | 334 | 232 | 243 | 0 | 36 | 32 | 16 | 540 | 61 | 111 |
| Binary | 11011100 | 10011010 | 10100011 | 0 | 11110 | 11010 | 1110 | 101100000 | 110001 | 1001001 |
Color Harmonies of #DC9AA3
Complementary color
Monochromatic Colors of #DC9AA3
Black with #DC9AA3
Text Example
Text Example
White with #DC9AA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9AA3; }
p { color: rgb(220,154,163); }
H1.HeaderClassName
{
color: #DC9AA3;
}
.AnyTagClassName
{
color: #DC9AA3;
}
</style>
background-color css
<style>
a { background-color: #DC9AA3; }
a { background-color: rgb(220,154,163); }
div.DivClassName
{
background-color: #DC9AA3;
}
.BgClassName
{
background-color: #DC9AA3;
}
</style>
border-color css
<style>
span { border-color: #DC9AA3; }
span { border-color: rgb(220,154,163); }
td.TdClassName
{
border-color: #DC9AA3;
}
.TagClassName
{
border-color: #DC9AA3;
}
</style>