Shades of Kobi #DC8AB0
Tints of Kobi #DC8AB0
RGB
CMYK
RGB Variations
Color information
#DC8AB0 (or 0xDC8AB0) is known color: Kobi. HEX triplet: DC, 8A and B0. RGB value is (220,138,176). Sum of RGB (Red+Green+Blue) = 220+138+176=534 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.20% from 534); Green value is 138 (54.30% from 255 or 25.84% from 534); Blue value is 176 (69.14% from 255 or 32.96% from 534); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8AB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8AB0 is #23754F. Grayscale: #A6A6A6. Windows color (decimal): -2323792 or 11569884. OLE color: 11569884.
HSL color Cylindrical-coordinate representation of color #DC8AB0: hue angle of 332.2º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DC8AB0 is Cyan = 0, Magento = 0.37, Yellow = 0.2 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 138 | 176 | - |
| CMYK | 0 | 0.37 | 0.2 | 0.14 |
| HSL | 332.2º | 0.54% | 0.7% | - |
| HSV(B) | 332.2º | 0.37% | 0.86% | - |
| XYZ | 46.44 | 36.53 | 45.68 | - |
| YUV | 166.85 | 133.17 | 165.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 138 | 176 | 0 | 0.37 | 0.2 | 0.14 | 332.2 | 0.54 | 0.7 |
| Hex | DC | 8A | B0 | 0 | 25 | 14 | E | 14C | 36 | 46 |
| Octal | 334 | 212 | 260 | 0 | 45 | 24 | 16 | 514 | 66 | 106 |
| Binary | 11011100 | 10001010 | 10110000 | 0 | 100101 | 10100 | 1110 | 101001100 | 110110 | 1000110 |
Color Harmonies of #DC8AB0
Complementary color
Monochromatic Colors of #DC8AB0
Black with #DC8AB0
Text Example
Text Example
White with #DC8AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8AB0; }
p { color: rgb(220,138,176); }
H1.HeaderClassName
{
color: #DC8AB0;
}
.AnyTagClassName
{
color: #DC8AB0;
}
</style>
background-color css
<style>
a { background-color: #DC8AB0; }
a { background-color: rgb(220,138,176); }
div.DivClassName
{
background-color: #DC8AB0;
}
.BgClassName
{
background-color: #DC8AB0;
}
</style>
border-color css
<style>
span { border-color: #DC8AB0; }
span { border-color: rgb(220,138,176); }
td.TdClassName
{
border-color: #DC8AB0;
}
.TagClassName
{
border-color: #DC8AB0;
}
</style>