Shades of Kobi #DC88A6
Tints of Kobi #DC88A6
RGB
CMYK
RGB Variations
Color information
#DC88A6 (or 0xDC88A6) is known color: Kobi. HEX triplet: DC, 88 and A6. RGB value is (220,136,166). Sum of RGB (Red+Green+Blue) = 220+136+166=522 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.15% from 522); Green value is 136 (53.52% from 255 or 26.05% from 522); Blue value is 166 (65.23% from 255 or 31.80% from 522); Max value from RGB is 220 - color contains mainly: red. Hex color #DC88A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC88A6 is #237759. Grayscale: #A4A4A4. Windows color (decimal): -2324314 or 10914012. OLE color: 10914012.
HSL color Cylindrical-coordinate representation of color #DC88A6: hue angle of 338.57º 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 #DC88A6 is Cyan = 0, Magento = 0.38, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 136 | 166 | - |
| CMYK | 0 | 0.38 | 0.25 | 0.14 |
| HSL | 338.57º | 0.55% | 0.7% | - |
| HSV(B) | 338.57º | 0.38% | 0.86% | - |
| XYZ | 45.2 | 35.58 | 40.56 | - |
| YUV | 164.54 | 128.83 | 167.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 136 | 166 | 0 | 0.38 | 0.25 | 0.14 | 338.57 | 0.55 | 0.7 |
| Hex | DC | 88 | A6 | 0 | 26 | 19 | E | 153 | 37 | 46 |
| Octal | 334 | 210 | 246 | 0 | 46 | 31 | 16 | 523 | 67 | 106 |
| Binary | 11011100 | 10001000 | 10100110 | 0 | 100110 | 11001 | 1110 | 101010011 | 110111 | 1000110 |
Color Harmonies of #DC88A6
Complementary color
Monochromatic Colors of #DC88A6
Black with #DC88A6
Text Example
Text Example
White with #DC88A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC88A6; }
p { color: rgb(220,136,166); }
H1.HeaderClassName
{
color: #DC88A6;
}
.AnyTagClassName
{
color: #DC88A6;
}
</style>
background-color css
<style>
a { background-color: #DC88A6; }
a { background-color: rgb(220,136,166); }
div.DivClassName
{
background-color: #DC88A6;
}
.BgClassName
{
background-color: #DC88A6;
}
</style>
border-color css
<style>
span { border-color: #DC88A6; }
span { border-color: rgb(220,136,166); }
td.TdClassName
{
border-color: #DC88A6;
}
.TagClassName
{
border-color: #DC88A6;
}
</style>