Shades of Kobi #D78BAB
Tints of Kobi #D78BAB
RGB
CMYK
RGB Variations
Color information
#D78BAB (or 0xD78BAB) is known color: Kobi. HEX triplet: D7, 8B and AB. RGB value is (215,139,171). Sum of RGB (Red+Green+Blue) = 215+139+171=525 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.95% from 525); Green value is 139 (54.69% from 255 or 26.48% from 525); Blue value is 171 (67.19% from 255 or 32.57% from 525); Max value from RGB is 215 - color contains mainly: red. Hex color #D78BAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D78BAB is #287454. Grayscale: #A5A5A5. Windows color (decimal): -2651221 or 11242455. OLE color: 11242455.
HSL color Cylindrical-coordinate representation of color #D78BAB: hue angle of 334.74º degrees, saturation: 0.49, 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 #D78BAB is Cyan = 0, Magento = 0.35, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 139 | 171 | - |
| CMYK | 0 | 0.35 | 0.20 | 0.16 |
| HSL | 334.74º | 0.49% | 0.69% | - |
| HSV(B) | 334.74º | 0.35% | 0.84% | - |
| XYZ | 44.61 | 35.85 | 43.1 | - |
| YUV | 165.37 | 131.18 | 163.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 139 | 171 | 0 | 0.35 | 0.20 | 0.16 | 334.74 | 0.49 | 0.69 |
| Hex | D7 | 8B | AB | 0 | 23 | 14 | 10 | 14F | 31 | 45 |
| Octal | 327 | 213 | 253 | 0 | 43 | 24 | 20 | 517 | 61 | 105 |
| Binary | 11010111 | 10001011 | 10101011 | 0 | 100011 | 10100 | 10000 | 101001111 | 110001 | 1000101 |
Color Harmonies of #D78BAB
Complementary color
Monochromatic Colors of #D78BAB
Black with #D78BAB
Text Example
Text Example
White with #D78BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78BAB; }
p { color: rgb(215,139,171); }
H1.HeaderClassName
{
color: #D78BAB;
}
.AnyTagClassName
{
color: #D78BAB;
}
</style>
background-color css
<style>
a { background-color: #D78BAB; }
a { background-color: rgb(215,139,171); }
div.DivClassName
{
background-color: #D78BAB;
}
.BgClassName
{
background-color: #D78BAB;
}
</style>
border-color css
<style>
span { border-color: #D78BAB; }
span { border-color: rgb(215,139,171); }
td.TdClassName
{
border-color: #D78BAB;
}
.TagClassName
{
border-color: #D78BAB;
}
</style>