Shades of Kobi #D78AA6
Tints of Kobi #D78AA6
RGB
CMYK
RGB Variations
Color information
#D78AA6 (or 0xD78AA6) is known color: Kobi. HEX triplet: D7, 8A and A6. RGB value is (215,138,166). Sum of RGB (Red+Green+Blue) = 215+138+166=519 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.43% from 519); Green value is 138 (54.30% from 255 or 26.59% from 519); Blue value is 166 (65.23% from 255 or 31.98% from 519); Max value from RGB is 215 - color contains mainly: red. Hex color #D78AA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D78AA6 is #287559. Grayscale: #A4A4A4. Windows color (decimal): -2651482 or 10914519. OLE color: 10914519.
HSL color Cylindrical-coordinate representation of color #D78AA6: hue angle of 338.18º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D78AA6 is Cyan = 0, Magento = 0.36, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 138 | 166 | - |
| CMYK | 0 | 0.36 | 0.23 | 0.16 |
| HSL | 338.18º | 0.49% | 0.69% | - |
| HSV(B) | 338.18º | 0.36% | 0.84% | - |
| XYZ | 44 | 35.38 | 40.59 | - |
| YUV | 164.22 | 129.01 | 164.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 138 | 166 | 0 | 0.36 | 0.23 | 0.16 | 338.18 | 0.49 | 0.69 |
| Hex | D7 | 8A | A6 | 0 | 24 | 17 | 10 | 152 | 31 | 45 |
| Octal | 327 | 212 | 246 | 0 | 44 | 27 | 20 | 522 | 61 | 105 |
| Binary | 11010111 | 10001010 | 10100110 | 0 | 100100 | 10111 | 10000 | 101010010 | 110001 | 1000101 |
Color Harmonies of #D78AA6
Complementary color
Monochromatic Colors of #D78AA6
Black with #D78AA6
Text Example
Text Example
White with #D78AA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78AA6; }
p { color: rgb(215,138,166); }
H1.HeaderClassName
{
color: #D78AA6;
}
.AnyTagClassName
{
color: #D78AA6;
}
</style>
background-color css
<style>
a { background-color: #D78AA6; }
a { background-color: rgb(215,138,166); }
div.DivClassName
{
background-color: #D78AA6;
}
.BgClassName
{
background-color: #D78AA6;
}
</style>
border-color css
<style>
span { border-color: #D78AA6; }
span { border-color: rgb(215,138,166); }
td.TdClassName
{
border-color: #D78AA6;
}
.TagClassName
{
border-color: #D78AA6;
}
</style>