Shades of Kobi #D79AAE
Tints of Kobi #D79AAE
RGB
CMYK
RGB Variations
Color information
#D79AAE (or 0xD79AAE) is known color: Kobi. HEX triplet: D7, 9A and AE. RGB value is (215,154,174). Sum of RGB (Red+Green+Blue) = 215+154+174=543 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.59% from 543); Green value is 154 (60.55% from 255 or 28.36% from 543); Blue value is 174 (68.36% from 255 or 32.04% from 543); Max value from RGB is 215 - color contains mainly: red. Hex color #D79AAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D79AAE is #286551. Grayscale: #AEAEAE. Windows color (decimal): -2647378 or 11442903. OLE color: 11442903.
HSL color Cylindrical-coordinate representation of color #D79AAE: hue angle of 340.33º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D79AAE is Cyan = 0, Magento = 0.28, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 154 | 174 | - |
| CMYK | 0 | 0.28 | 0.19 | 0.16 |
| HSL | 340.33º | 0.43% | 0.72% | - |
| HSV(B) | 340.33º | 0.28% | 0.84% | - |
| XYZ | 47.22 | 40.61 | 45.39 | - |
| YUV | 174.52 | 127.71 | 156.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 154 | 174 | 0 | 0.28 | 0.19 | 0.16 | 340.33 | 0.43 | 0.72 |
| Hex | D7 | 9A | AE | 0 | 1C | 13 | 10 | 154 | 2B | 48 |
| Octal | 327 | 232 | 256 | 0 | 34 | 23 | 20 | 524 | 53 | 110 |
| Binary | 11010111 | 10011010 | 10101110 | 0 | 11100 | 10011 | 10000 | 101010100 | 101011 | 1001000 |
Color Harmonies of #D79AAE
Complementary color
Monochromatic Colors of #D79AAE
Black with #D79AAE
Text Example
Text Example
White with #D79AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D79AAE; }
p { color: rgb(215,154,174); }
H1.HeaderClassName
{
color: #D79AAE;
}
.AnyTagClassName
{
color: #D79AAE;
}
</style>
background-color css
<style>
a { background-color: #D79AAE; }
a { background-color: rgb(215,154,174); }
div.DivClassName
{
background-color: #D79AAE;
}
.BgClassName
{
background-color: #D79AAE;
}
</style>
border-color css
<style>
span { border-color: #D79AAE; }
span { border-color: rgb(215,154,174); }
td.TdClassName
{
border-color: #D79AAE;
}
.TagClassName
{
border-color: #D79AAE;
}
</style>