Shades of Kobi #DC88A4
Tints of Kobi #DC88A4
RGB
CMYK
RGB Variations
Color information
#DC88A4 (or 0xDC88A4) is known color: Kobi. HEX triplet: DC, 88 and A4. RGB value is (220,136,164). Sum of RGB (Red+Green+Blue) = 220+136+164=520 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.31% from 520); Green value is 136 (53.52% from 255 or 26.15% from 520); Blue value is 164 (64.45% from 255 or 31.54% from 520); Max value from RGB is 220 - color contains mainly: red. Hex color #DC88A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC88A4 is #23775B. Grayscale: #A4A4A4. Windows color (decimal): -2324316 or 10782940. OLE color: 10782940.
HSL color Cylindrical-coordinate representation of color #DC88A4: hue angle of 340º 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 #DC88A4 is Cyan = 0, Magento = 0.38, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 136 | 164 | - |
| CMYK | 0 | 0.38 | 0.25 | 0.14 |
| HSL | 340º | 0.55% | 0.7% | - |
| HSV(B) | 340º | 0.38% | 0.86% | - |
| XYZ | 45.02 | 35.5 | 39.6 | - |
| YUV | 164.31 | 127.83 | 167.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 136 | 164 | 0 | 0.38 | 0.25 | 0.14 | 340 | 0.55 | 0.7 |
| Hex | DC | 88 | A4 | 0 | 26 | 19 | E | 154 | 37 | 46 |
| Octal | 334 | 210 | 244 | 0 | 46 | 31 | 16 | 524 | 67 | 106 |
| Binary | 11011100 | 10001000 | 10100100 | 0 | 100110 | 11001 | 1110 | 101010100 | 110111 | 1000110 |
Color Harmonies of #DC88A4
Complementary color
Monochromatic Colors of #DC88A4
Black with #DC88A4
Text Example
Text Example
White with #DC88A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC88A4; }
p { color: rgb(220,136,164); }
H1.HeaderClassName
{
color: #DC88A4;
}
.AnyTagClassName
{
color: #DC88A4;
}
</style>
background-color css
<style>
a { background-color: #DC88A4; }
a { background-color: rgb(220,136,164); }
div.DivClassName
{
background-color: #DC88A4;
}
.BgClassName
{
background-color: #DC88A4;
}
</style>
border-color css
<style>
span { border-color: #DC88A4; }
span { border-color: rgb(220,136,164); }
td.TdClassName
{
border-color: #DC88A4;
}
.TagClassName
{
border-color: #DC88A4;
}
</style>