Shades of Kobi #D58BA6
Tints of Kobi #D58BA6
RGB
CMYK
RGB Variations
Color information
#D58BA6 (or 0xD58BA6) is known color: Kobi. HEX triplet: D5, 8B and A6. RGB value is (213,139,166). Sum of RGB (Red+Green+Blue) = 213+139+166=518 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.12% from 518); Green value is 139 (54.69% from 255 or 26.83% from 518); Blue value is 166 (65.23% from 255 or 32.05% from 518); Max value from RGB is 213 - color contains mainly: red. Hex color #D58BA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58BA6 is #2A7459. Grayscale: #A4A4A4. Windows color (decimal): -2782298 or 10914773. OLE color: 10914773.
HSL color Cylindrical-coordinate representation of color #D58BA6: hue angle of 338.11º 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 #D58BA6 is Cyan = 0, Magento = 0.35, Yellow = 0.22 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 139 | 166 | - |
| CMYK | 0 | 0.35 | 0.22 | 0.16 |
| HSL | 338.11º | 0.47% | 0.69% | - |
| HSV(B) | 338.11º | 0.35% | 0.84% | - |
| XYZ | 43.56 | 35.36 | 40.61 | - |
| YUV | 164.2 | 129.02 | 162.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 139 | 166 | 0 | 0.35 | 0.22 | 0.16 | 338.11 | 0.47 | 0.69 |
| Hex | D5 | 8B | A6 | 0 | 23 | 16 | 10 | 152 | 2F | 45 |
| Octal | 325 | 213 | 246 | 0 | 43 | 26 | 20 | 522 | 57 | 105 |
| Binary | 11010101 | 10001011 | 10100110 | 0 | 100011 | 10110 | 10000 | 101010010 | 101111 | 1000101 |
Color Harmonies of #D58BA6
Complementary color
Monochromatic Colors of #D58BA6
Black with #D58BA6
Text Example
Text Example
White with #D58BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58BA6; }
p { color: rgb(213,139,166); }
H1.HeaderClassName
{
color: #D58BA6;
}
.AnyTagClassName
{
color: #D58BA6;
}
</style>
background-color css
<style>
a { background-color: #D58BA6; }
a { background-color: rgb(213,139,166); }
div.DivClassName
{
background-color: #D58BA6;
}
.BgClassName
{
background-color: #D58BA6;
}
</style>
border-color css
<style>
span { border-color: #D58BA6; }
span { border-color: rgb(213,139,166); }
td.TdClassName
{
border-color: #D58BA6;
}
.TagClassName
{
border-color: #D58BA6;
}
</style>