Shades of Kobi #DC8BA5
Tints of Kobi #DC8BA5
RGB
CMYK
RGB Variations
Color information
#DC8BA5 (or 0xDC8BA5) is known color: Kobi. HEX triplet: DC, 8B and A5. RGB value is (220,139,165). Sum of RGB (Red+Green+Blue) = 220+139+165=524 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.98% from 524); Green value is 139 (54.69% from 255 or 26.53% from 524); Blue value is 165 (64.84% from 255 or 31.49% from 524); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8BA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8BA5 is #23745A. Grayscale: #A6A6A6. Windows color (decimal): -2323547 or 10849244. OLE color: 10849244.
HSL color Cylindrical-coordinate representation of color #DC8BA5: hue angle of 340.74º 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 #DC8BA5 is Cyan = 0, Magento = 0.37, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 139 | 165 | - |
| CMYK | 0 | 0.37 | 0.25 | 0.14 |
| HSL | 340.74º | 0.54% | 0.7% | - |
| HSV(B) | 340.74º | 0.37% | 0.86% | - |
| XYZ | 45.54 | 36.4 | 40.22 | - |
| YUV | 166.18 | 127.34 | 166.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 139 | 165 | 0 | 0.37 | 0.25 | 0.14 | 340.74 | 0.54 | 0.7 |
| Hex | DC | 8B | A5 | 0 | 25 | 19 | E | 155 | 36 | 46 |
| Octal | 334 | 213 | 245 | 0 | 45 | 31 | 16 | 525 | 66 | 106 |
| Binary | 11011100 | 10001011 | 10100101 | 0 | 100101 | 11001 | 1110 | 101010101 | 110110 | 1000110 |
Color Harmonies of #DC8BA5
Complementary color
Monochromatic Colors of #DC8BA5
Black with #DC8BA5
Text Example
Text Example
White with #DC8BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8BA5; }
p { color: rgb(220,139,165); }
H1.HeaderClassName
{
color: #DC8BA5;
}
.AnyTagClassName
{
color: #DC8BA5;
}
</style>
background-color css
<style>
a { background-color: #DC8BA5; }
a { background-color: rgb(220,139,165); }
div.DivClassName
{
background-color: #DC8BA5;
}
.BgClassName
{
background-color: #DC8BA5;
}
</style>
border-color css
<style>
span { border-color: #DC8BA5; }
span { border-color: rgb(220,139,165); }
td.TdClassName
{
border-color: #DC8BA5;
}
.TagClassName
{
border-color: #DC8BA5;
}
</style>