Shades of Kobi #D59EAA
Tints of Kobi #D59EAA
RGB
CMYK
RGB Variations
Color information
#D59EAA (or 0xD59EAA) is known color: Kobi. HEX triplet: D5, 9E and AA. RGB value is (213,158,170). Sum of RGB (Red+Green+Blue) = 213+158+170=541 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.37% from 541); Green value is 158 (62.11% from 255 or 29.21% from 541); Blue value is 170 (66.80% from 255 or 31.42% from 541); Max value from RGB is 213 - color contains mainly: red. Hex color #D59EAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59EAA is #2A6155. Grayscale: #AFAFAF. Windows color (decimal): -2777430 or 11181781. OLE color: 11181781.
HSL color Cylindrical-coordinate representation of color #D59EAA: hue angle of 346.91º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D59EAA is Cyan = 0, Magento = 0.26, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 158 | 170 | - |
| CMYK | 0 | 0.26 | 0.20 | 0.16 |
| HSL | 346.91º | 0.4% | 0.73% | - |
| HSV(B) | 346.91º | 0.26% | 0.84% | - |
| XYZ | 46.92 | 41.5 | 43.57 | - |
| YUV | 175.81 | 124.72 | 154.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 158 | 170 | 0 | 0.26 | 0.20 | 0.16 | 346.91 | 0.4 | 0.73 |
| Hex | D5 | 9E | AA | 0 | 1A | 14 | 10 | 15B | 28 | 49 |
| Octal | 325 | 236 | 252 | 0 | 32 | 24 | 20 | 533 | 50 | 111 |
| Binary | 11010101 | 10011110 | 10101010 | 0 | 11010 | 10100 | 10000 | 101011011 | 101000 | 1001001 |
Color Harmonies of #D59EAA
Complementary color
Monochromatic Colors of #D59EAA
Black with #D59EAA
Text Example
Text Example
White with #D59EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59EAA; }
p { color: rgb(213,158,170); }
H1.HeaderClassName
{
color: #D59EAA;
}
.AnyTagClassName
{
color: #D59EAA;
}
</style>
background-color css
<style>
a { background-color: #D59EAA; }
a { background-color: rgb(213,158,170); }
div.DivClassName
{
background-color: #D59EAA;
}
.BgClassName
{
background-color: #D59EAA;
}
</style>
border-color css
<style>
span { border-color: #D59EAA; }
span { border-color: rgb(213,158,170); }
td.TdClassName
{
border-color: #D59EAA;
}
.TagClassName
{
border-color: #D59EAA;
}
</style>