Shades of Kobi #DC9BA5
Tints of Kobi #DC9BA5
RGB
CMYK
RGB Variations
Color information
#DC9BA5 (or 0xDC9BA5) is known color: Kobi. HEX triplet: DC, 9B and A5. RGB value is (220,155,165). Sum of RGB (Red+Green+Blue) = 220+155+165=540 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.74% from 540); Green value is 155 (60.94% from 255 or 28.70% from 540); Blue value is 165 (64.84% from 255 or 30.56% from 540); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9BA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9BA5 is #23645A. Grayscale: #AFAFAF. Windows color (decimal): -2319451 or 10853340. OLE color: 10853340.
HSL color Cylindrical-coordinate representation of color #DC9BA5: hue angle of 350.77º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DC9BA5 is Cyan = 0, Magento = 0.30, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 155 | 165 | - |
| CMYK | 0 | 0.30 | 0.25 | 0.14 |
| HSL | 350.77º | 0.48% | 0.74% | - |
| HSV(B) | 350.77º | 0.3% | 0.86% | - |
| XYZ | 48.03 | 41.37 | 41.05 | - |
| YUV | 175.58 | 122.03 | 159.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 155 | 165 | 0 | 0.30 | 0.25 | 0.14 | 350.77 | 0.48 | 0.74 |
| Hex | DC | 9B | A5 | 0 | 1E | 19 | E | 15F | 30 | 4A |
| Octal | 334 | 233 | 245 | 0 | 36 | 31 | 16 | 537 | 60 | 112 |
| Binary | 11011100 | 10011011 | 10100101 | 0 | 11110 | 11001 | 1110 | 101011111 | 110000 | 1001010 |
Color Harmonies of #DC9BA5
Complementary color
Monochromatic Colors of #DC9BA5
Black with #DC9BA5
Text Example
Text Example
White with #DC9BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9BA5; }
p { color: rgb(220,155,165); }
H1.HeaderClassName
{
color: #DC9BA5;
}
.AnyTagClassName
{
color: #DC9BA5;
}
</style>
background-color css
<style>
a { background-color: #DC9BA5; }
a { background-color: rgb(220,155,165); }
div.DivClassName
{
background-color: #DC9BA5;
}
.BgClassName
{
background-color: #DC9BA5;
}
</style>
border-color css
<style>
span { border-color: #DC9BA5; }
span { border-color: rgb(220,155,165); }
td.TdClassName
{
border-color: #DC9BA5;
}
.TagClassName
{
border-color: #DC9BA5;
}
</style>