Shades of Kobi #D58AA6
Tints of Kobi #D58AA6
RGB
CMYK
RGB Variations
Color information
#D58AA6 (or 0xD58AA6) is known color: Kobi. HEX triplet: D5, 8A and A6. RGB value is (213,138,166). Sum of RGB (Red+Green+Blue) = 213+138+166=517 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.20% from 517); Green value is 138 (54.30% from 255 or 26.69% from 517); Blue value is 166 (65.23% from 255 or 32.11% from 517); Max value from RGB is 213 - color contains mainly: red. Hex color #D58AA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58AA6 is #2A7559. Grayscale: #A3A3A3. Windows color (decimal): -2782554 or 10914517. OLE color: 10914517.
HSL color Cylindrical-coordinate representation of color #D58AA6: hue angle of 337.6º 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 #D58AA6 is Cyan = 0, Magento = 0.35, Yellow = 0.22 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 138 | 166 | - |
| CMYK | 0 | 0.35 | 0.22 | 0.16 |
| HSL | 337.6º | 0.47% | 0.69% | - |
| HSV(B) | 337.6º | 0.35% | 0.84% | - |
| XYZ | 43.41 | 35.08 | 40.56 | - |
| YUV | 163.62 | 129.35 | 163.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 138 | 166 | 0 | 0.35 | 0.22 | 0.16 | 337.6 | 0.47 | 0.69 |
| Hex | D5 | 8A | A6 | 0 | 23 | 16 | 10 | 152 | 2F | 45 |
| Octal | 325 | 212 | 246 | 0 | 43 | 26 | 20 | 522 | 57 | 105 |
| Binary | 11010101 | 10001010 | 10100110 | 0 | 100011 | 10110 | 10000 | 101010010 | 101111 | 1000101 |
Color Harmonies of #D58AA6
Complementary color
Monochromatic Colors of #D58AA6
Black with #D58AA6
Text Example
Text Example
White with #D58AA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58AA6; }
p { color: rgb(213,138,166); }
H1.HeaderClassName
{
color: #D58AA6;
}
.AnyTagClassName
{
color: #D58AA6;
}
</style>
background-color css
<style>
a { background-color: #D58AA6; }
a { background-color: rgb(213,138,166); }
div.DivClassName
{
background-color: #D58AA6;
}
.BgClassName
{
background-color: #D58AA6;
}
</style>
border-color css
<style>
span { border-color: #D58AA6; }
span { border-color: rgb(213,138,166); }
td.TdClassName
{
border-color: #D58AA6;
}
.TagClassName
{
border-color: #D58AA6;
}
</style>