Shades of Kobi #DC9AA5
Tints of Kobi #DC9AA5
RGB
CMYK
RGB Variations
Color information
#DC9AA5 (or 0xDC9AA5) is known color: Kobi. HEX triplet: DC, 9A and A5. RGB value is (220,154,165). Sum of RGB (Red+Green+Blue) = 220+154+165=539 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.82% from 539); Green value is 154 (60.55% from 255 or 28.57% from 539); Blue value is 165 (64.84% from 255 or 30.61% from 539); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9AA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9AA5 is #23655A. Grayscale: #AFAFAF. Windows color (decimal): -2319707 or 10853084. OLE color: 10853084.
HSL color Cylindrical-coordinate representation of color #DC9AA5: hue angle of 350º 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 #DC9AA5 is Cyan = 0, Magento = 0.3, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 154 | 165 | - |
| CMYK | 0 | 0.3 | 0.25 | 0.14 |
| HSL | 350º | 0.49% | 0.73% | - |
| HSV(B) | 350º | 0.3% | 0.86% | - |
| XYZ | 47.86 | 41.04 | 41 | - |
| YUV | 174.99 | 122.37 | 160.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 154 | 165 | 0 | 0.3 | 0.25 | 0.14 | 350 | 0.49 | 0.73 |
| Hex | DC | 9A | A5 | 0 | 1E | 19 | E | 15E | 31 | 49 |
| Octal | 334 | 232 | 245 | 0 | 36 | 31 | 16 | 536 | 61 | 111 |
| Binary | 11011100 | 10011010 | 10100101 | 0 | 11110 | 11001 | 1110 | 101011110 | 110001 | 1001001 |
Color Harmonies of #DC9AA5
Complementary color
Monochromatic Colors of #DC9AA5
Black with #DC9AA5
Text Example
Text Example
White with #DC9AA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9AA5; }
p { color: rgb(220,154,165); }
H1.HeaderClassName
{
color: #DC9AA5;
}
.AnyTagClassName
{
color: #DC9AA5;
}
</style>
background-color css
<style>
a { background-color: #DC9AA5; }
a { background-color: rgb(220,154,165); }
div.DivClassName
{
background-color: #DC9AA5;
}
.BgClassName
{
background-color: #DC9AA5;
}
</style>
border-color css
<style>
span { border-color: #DC9AA5; }
span { border-color: rgb(220,154,165); }
td.TdClassName
{
border-color: #DC9AA5;
}
.TagClassName
{
border-color: #DC9AA5;
}
</style>