Shades of Kobi #D59FAB
Tints of Kobi #D59FAB
RGB
CMYK
RGB Variations
Color information
#D59FAB (or 0xD59FAB) is known color: Kobi. HEX triplet: D5, 9F and AB. RGB value is (213,159,171). Sum of RGB (Red+Green+Blue) = 213+159+171=543 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.23% from 543); Green value is 159 (62.5% from 255 or 29.28% from 543); Blue value is 171 (67.19% from 255 or 31.49% from 543); Max value from RGB is 213 - color contains mainly: red. Hex color #D59FAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59FAB is #2A6054. Grayscale: #B0B0B0. Windows color (decimal): -2777173 or 11247573. OLE color: 11247573.
HSL color Cylindrical-coordinate representation of color #D59FAB: hue angle of 346.67º degrees, saturation: 0.39, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D59FAB is Cyan = 0, Magento = 0.25, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 159 | 171 | - |
| CMYK | 0 | 0.25 | 0.20 | 0.16 |
| HSL | 346.67º | 0.39% | 0.73% | - |
| HSV(B) | 346.67º | 0.25% | 0.84% | - |
| XYZ | 47.19 | 41.88 | 44.13 | - |
| YUV | 176.51 | 124.89 | 154.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 159 | 171 | 0 | 0.25 | 0.20 | 0.16 | 346.67 | 0.39 | 0.73 |
| Hex | D5 | 9F | AB | 0 | 19 | 14 | 10 | 15B | 27 | 49 |
| Octal | 325 | 237 | 253 | 0 | 31 | 24 | 20 | 533 | 47 | 111 |
| Binary | 11010101 | 10011111 | 10101011 | 0 | 11001 | 10100 | 10000 | 101011011 | 100111 | 1001001 |
Color Harmonies of #D59FAB
Complementary color
Monochromatic Colors of #D59FAB
Black with #D59FAB
Text Example
Text Example
White with #D59FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59FAB; }
p { color: rgb(213,159,171); }
H1.HeaderClassName
{
color: #D59FAB;
}
.AnyTagClassName
{
color: #D59FAB;
}
</style>
background-color css
<style>
a { background-color: #D59FAB; }
a { background-color: rgb(213,159,171); }
div.DivClassName
{
background-color: #D59FAB;
}
.BgClassName
{
background-color: #D59FAB;
}
</style>
border-color css
<style>
span { border-color: #D59FAB; }
span { border-color: rgb(213,159,171); }
td.TdClassName
{
border-color: #D59FAB;
}
.TagClassName
{
border-color: #D59FAB;
}
</style>