Shades of Kobi #D58BA7
Tints of Kobi #D58BA7
RGB
CMYK
RGB Variations
Color information
#D58BA7 (or 0xD58BA7) is known color: Kobi. HEX triplet: D5, 8B and A7. RGB value is (213,139,167). Sum of RGB (Red+Green+Blue) = 213+139+167=519 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.04% from 519); Green value is 139 (54.69% from 255 or 26.78% from 519); Blue value is 167 (65.62% from 255 or 32.18% from 519); Max value from RGB is 213 - color contains mainly: red. Hex color #D58BA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58BA7 is #2A7458. Grayscale: #A4A4A4. Windows color (decimal): -2782297 or 10980309. OLE color: 10980309.
HSL color Cylindrical-coordinate representation of color #D58BA7: hue angle of 337.3º 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 #D58BA7 is Cyan = 0, Magento = 0.35, Yellow = 0.22 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 139 | 167 | - |
| CMYK | 0 | 0.35 | 0.22 | 0.16 |
| HSL | 337.3º | 0.47% | 0.69% | - |
| HSV(B) | 337.3º | 0.35% | 0.84% | - |
| XYZ | 43.65 | 35.4 | 41.09 | - |
| YUV | 164.32 | 129.52 | 162.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 139 | 167 | 0 | 0.35 | 0.22 | 0.16 | 337.3 | 0.47 | 0.69 |
| Hex | D5 | 8B | A7 | 0 | 23 | 16 | 10 | 151 | 2F | 45 |
| Octal | 325 | 213 | 247 | 0 | 43 | 26 | 20 | 521 | 57 | 105 |
| Binary | 11010101 | 10001011 | 10100111 | 0 | 100011 | 10110 | 10000 | 101010001 | 101111 | 1000101 |
Color Harmonies of #D58BA7
Complementary color
Monochromatic Colors of #D58BA7
Black with #D58BA7
Text Example
Text Example
White with #D58BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58BA7; }
p { color: rgb(213,139,167); }
H1.HeaderClassName
{
color: #D58BA7;
}
.AnyTagClassName
{
color: #D58BA7;
}
</style>
background-color css
<style>
a { background-color: #D58BA7; }
a { background-color: rgb(213,139,167); }
div.DivClassName
{
background-color: #D58BA7;
}
.BgClassName
{
background-color: #D58BA7;
}
</style>
border-color css
<style>
span { border-color: #D58BA7; }
span { border-color: rgb(213,139,167); }
td.TdClassName
{
border-color: #D58BA7;
}
.TagClassName
{
border-color: #D58BA7;
}
</style>