Shades of Kobi #D79EAE
Tints of Kobi #D79EAE
RGB
CMYK
RGB Variations
Color information
#D79EAE (or 0xD79EAE) is known color: Kobi. HEX triplet: D7, 9E and AE. RGB value is (215,158,174). Sum of RGB (Red+Green+Blue) = 215+158+174=547 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.31% from 547); Green value is 158 (62.11% from 255 or 28.88% from 547); Blue value is 174 (68.36% from 255 or 31.81% from 547); Max value from RGB is 215 - color contains mainly: red. Hex color #D79EAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D79EAE is #286151. Grayscale: #B0B0B0. Windows color (decimal): -2646354 or 11443927. OLE color: 11443927.
HSL color Cylindrical-coordinate representation of color #D79EAE: hue angle of 343.16º degrees, saturation: 0.42, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D79EAE is Cyan = 0, Magento = 0.27, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 158 | 174 | - |
| CMYK | 0 | 0.27 | 0.19 | 0.16 |
| HSL | 343.16º | 0.42% | 0.73% | - |
| HSV(B) | 343.16º | 0.27% | 0.84% | - |
| XYZ | 47.89 | 41.96 | 45.62 | - |
| YUV | 176.87 | 126.38 | 155.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 158 | 174 | 0 | 0.27 | 0.19 | 0.16 | 343.16 | 0.42 | 0.73 |
| Hex | D7 | 9E | AE | 0 | 1B | 13 | 10 | 157 | 2A | 49 |
| Octal | 327 | 236 | 256 | 0 | 33 | 23 | 20 | 527 | 52 | 111 |
| Binary | 11010111 | 10011110 | 10101110 | 0 | 11011 | 10011 | 10000 | 101010111 | 101010 | 1001001 |
Color Harmonies of #D79EAE
Complementary color
Monochromatic Colors of #D79EAE
Black with #D79EAE
Text Example
Text Example
White with #D79EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D79EAE; }
p { color: rgb(215,158,174); }
H1.HeaderClassName
{
color: #D79EAE;
}
.AnyTagClassName
{
color: #D79EAE;
}
</style>
background-color css
<style>
a { background-color: #D79EAE; }
a { background-color: rgb(215,158,174); }
div.DivClassName
{
background-color: #D79EAE;
}
.BgClassName
{
background-color: #D79EAE;
}
</style>
border-color css
<style>
span { border-color: #D79EAE; }
span { border-color: rgb(215,158,174); }
td.TdClassName
{
border-color: #D79EAE;
}
.TagClassName
{
border-color: #D79EAE;
}
</style>