Shades of Kobi #D58BA9
Tints of Kobi #D58BA9
RGB
CMYK
RGB Variations
Color information
#D58BA9 (or 0xD58BA9) is known color: Kobi. HEX triplet: D5, 8B and A9. RGB value is (213,139,169). Sum of RGB (Red+Green+Blue) = 213+139+169=521 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.88% from 521); Green value is 139 (54.69% from 255 or 26.68% from 521); Blue value is 169 (66.41% from 255 or 32.44% from 521); Max value from RGB is 213 - color contains mainly: red. Hex color #D58BA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58BA9 is #2A7456. Grayscale: #A4A4A4. Windows color (decimal): -2782295 or 11111381. OLE color: 11111381.
HSL color Cylindrical-coordinate representation of color #D58BA9: hue angle of 335.68º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D58BA9 is Cyan = 0, Magento = 0.35, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 139 | 169 | - |
| CMYK | 0 | 0.35 | 0.21 | 0.16 |
| HSL | 335.68º | 0.47% | 0.69% | - |
| HSV(B) | 335.68º | 0.35% | 0.84% | - |
| XYZ | 43.83 | 35.48 | 42.07 | - |
| YUV | 164.55 | 130.52 | 162.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 139 | 169 | 0 | 0.35 | 0.21 | 0.16 | 335.68 | 0.47 | 0.69 |
| Hex | D5 | 8B | A9 | 0 | 23 | 15 | 10 | 150 | 2F | 45 |
| Octal | 325 | 213 | 251 | 0 | 43 | 25 | 20 | 520 | 57 | 105 |
| Binary | 11010101 | 10001011 | 10101001 | 0 | 100011 | 10101 | 10000 | 101010000 | 101111 | 1000101 |
Color Harmonies of #D58BA9
Complementary color
Monochromatic Colors of #D58BA9
Black with #D58BA9
Text Example
Text Example
White with #D58BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58BA9; }
p { color: rgb(213,139,169); }
H1.HeaderClassName
{
color: #D58BA9;
}
.AnyTagClassName
{
color: #D58BA9;
}
</style>
background-color css
<style>
a { background-color: #D58BA9; }
a { background-color: rgb(213,139,169); }
div.DivClassName
{
background-color: #D58BA9;
}
.BgClassName
{
background-color: #D58BA9;
}
</style>
border-color css
<style>
span { border-color: #D58BA9; }
span { border-color: rgb(213,139,169); }
td.TdClassName
{
border-color: #D58BA9;
}
.TagClassName
{
border-color: #D58BA9;
}
</style>