Shades of Kobi #D59AAC
Tints of Kobi #D59AAC
RGB
CMYK
RGB Variations
Color information
#D59AAC (or 0xD59AAC) is known color: Kobi. HEX triplet: D5, 9A and AC. RGB value is (213,154,172). Sum of RGB (Red+Green+Blue) = 213+154+172=539 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.52% from 539); Green value is 154 (60.55% from 255 or 28.57% from 539); Blue value is 172 (67.58% from 255 or 31.91% from 539); Max value from RGB is 213 - color contains mainly: red. Hex color #D59AAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59AAC is #2A6553. Grayscale: #ADADAD. Windows color (decimal): -2778452 or 11311829. OLE color: 11311829.
HSL color Cylindrical-coordinate representation of color #D59AAC: hue angle of 341.69º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D59AAC is Cyan = 0, Magento = 0.28, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 154 | 172 | - |
| CMYK | 0 | 0.28 | 0.19 | 0.16 |
| HSL | 341.69º | 0.41% | 0.72% | - |
| HSV(B) | 341.69º | 0.28% | 0.84% | - |
| XYZ | 46.44 | 40.24 | 44.35 | - |
| YUV | 173.69 | 127.05 | 156.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 154 | 172 | 0 | 0.28 | 0.19 | 0.16 | 341.69 | 0.41 | 0.72 |
| Hex | D5 | 9A | AC | 0 | 1C | 13 | 10 | 156 | 29 | 48 |
| Octal | 325 | 232 | 254 | 0 | 34 | 23 | 20 | 526 | 51 | 110 |
| Binary | 11010101 | 10011010 | 10101100 | 0 | 11100 | 10011 | 10000 | 101010110 | 101001 | 1001000 |
Color Harmonies of #D59AAC
Complementary color
Monochromatic Colors of #D59AAC
Black with #D59AAC
Text Example
Text Example
White with #D59AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59AAC; }
p { color: rgb(213,154,172); }
H1.HeaderClassName
{
color: #D59AAC;
}
.AnyTagClassName
{
color: #D59AAC;
}
</style>
background-color css
<style>
a { background-color: #D59AAC; }
a { background-color: rgb(213,154,172); }
div.DivClassName
{
background-color: #D59AAC;
}
.BgClassName
{
background-color: #D59AAC;
}
</style>
border-color css
<style>
span { border-color: #D59AAC; }
span { border-color: rgb(213,154,172); }
td.TdClassName
{
border-color: #D59AAC;
}
.TagClassName
{
border-color: #D59AAC;
}
</style>