Shades of Kobi #DC88A3
Tints of Kobi #DC88A3
RGB
CMYK
RGB Variations
Color information
#DC88A3 (or 0xDC88A3) is known color: Kobi. HEX triplet: DC, 88 and A3. RGB value is (220,136,163). Sum of RGB (Red+Green+Blue) = 220+136+163=519 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.39% from 519); Green value is 136 (53.52% from 255 or 26.20% from 519); Blue value is 163 (64.06% from 255 or 31.41% from 519); Max value from RGB is 220 - color contains mainly: red. Hex color #DC88A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC88A3 is #23775C. Grayscale: #A4A4A4. Windows color (decimal): -2324317 or 10717404. OLE color: 10717404.
HSL color Cylindrical-coordinate representation of color #DC88A3: hue angle of 340.71º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DC88A3 is Cyan = 0, Magento = 0.38, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 136 | 163 | - |
| CMYK | 0 | 0.38 | 0.26 | 0.14 |
| HSL | 340.71º | 0.55% | 0.7% | - |
| HSV(B) | 340.71º | 0.38% | 0.86% | - |
| XYZ | 44.93 | 35.47 | 39.13 | - |
| YUV | 164.19 | 127.33 | 167.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 136 | 163 | 0 | 0.38 | 0.26 | 0.14 | 340.71 | 0.55 | 0.7 |
| Hex | DC | 88 | A3 | 0 | 26 | 1A | E | 155 | 37 | 46 |
| Octal | 334 | 210 | 243 | 0 | 46 | 32 | 16 | 525 | 67 | 106 |
| Binary | 11011100 | 10001000 | 10100011 | 0 | 100110 | 11010 | 1110 | 101010101 | 110111 | 1000110 |
Color Harmonies of #DC88A3
Complementary color
Monochromatic Colors of #DC88A3
Black with #DC88A3
Text Example
Text Example
White with #DC88A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC88A3; }
p { color: rgb(220,136,163); }
H1.HeaderClassName
{
color: #DC88A3;
}
.AnyTagClassName
{
color: #DC88A3;
}
</style>
background-color css
<style>
a { background-color: #DC88A3; }
a { background-color: rgb(220,136,163); }
div.DivClassName
{
background-color: #DC88A3;
}
.BgClassName
{
background-color: #DC88A3;
}
</style>
border-color css
<style>
span { border-color: #DC88A3; }
span { border-color: rgb(220,136,163); }
td.TdClassName
{
border-color: #DC88A3;
}
.TagClassName
{
border-color: #DC88A3;
}
</style>