Shades of Kobi #D78EAB
Tints of Kobi #D78EAB
RGB
CMYK
RGB Variations
Color information
#D78EAB (or 0xD78EAB) is known color: Kobi. HEX triplet: D7, 8E and AB. RGB value is (215,142,171). Sum of RGB (Red+Green+Blue) = 215+142+171=528 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.72% from 528); Green value is 142 (55.86% from 255 or 26.89% from 528); Blue value is 171 (67.19% from 255 or 32.39% from 528); Max value from RGB is 215 - color contains mainly: red. Hex color #D78EAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D78EAB is #287154. Grayscale: #A7A7A7. Windows color (decimal): -2650453 or 11243223. OLE color: 11243223.
HSL color Cylindrical-coordinate representation of color #D78EAB: hue angle of 336.16º degrees, saturation: 0.48, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D78EAB is Cyan = 0, Magento = 0.34, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 142 | 171 | - |
| CMYK | 0 | 0.34 | 0.20 | 0.16 |
| HSL | 336.16º | 0.48% | 0.7% | - |
| HSV(B) | 336.16º | 0.34% | 0.84% | - |
| XYZ | 45.05 | 36.73 | 43.24 | - |
| YUV | 167.13 | 130.18 | 162.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 142 | 171 | 0 | 0.34 | 0.20 | 0.16 | 336.16 | 0.48 | 0.7 |
| Hex | D7 | 8E | AB | 0 | 22 | 14 | 10 | 150 | 30 | 46 |
| Octal | 327 | 216 | 253 | 0 | 42 | 24 | 20 | 520 | 60 | 106 |
| Binary | 11010111 | 10001110 | 10101011 | 0 | 100010 | 10100 | 10000 | 101010000 | 110000 | 1000110 |
Color Harmonies of #D78EAB
Complementary color
Monochromatic Colors of #D78EAB
Black with #D78EAB
Text Example
Text Example
White with #D78EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78EAB; }
p { color: rgb(215,142,171); }
H1.HeaderClassName
{
color: #D78EAB;
}
.AnyTagClassName
{
color: #D78EAB;
}
</style>
background-color css
<style>
a { background-color: #D78EAB; }
a { background-color: rgb(215,142,171); }
div.DivClassName
{
background-color: #D78EAB;
}
.BgClassName
{
background-color: #D78EAB;
}
</style>
border-color css
<style>
span { border-color: #D78EAB; }
span { border-color: rgb(215,142,171); }
td.TdClassName
{
border-color: #D78EAB;
}
.TagClassName
{
border-color: #D78EAB;
}
</style>