Shades of Kobi #D79BAC
Tints of Kobi #D79BAC
RGB
CMYK
RGB Variations
Color information
#D79BAC (or 0xD79BAC) is known color: Kobi. HEX triplet: D7, 9B and AC. RGB value is (215,155,172). Sum of RGB (Red+Green+Blue) = 215+155+172=542 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.67% from 542); Green value is 155 (60.94% from 255 or 28.60% from 542); Blue value is 172 (67.58% from 255 or 31.73% from 542); Max value from RGB is 215 - color contains mainly: red. Hex color #D79BAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D79BAC is #286453. Grayscale: #AEAEAE. Windows color (decimal): -2647124 or 11312087. OLE color: 11312087.
HSL color Cylindrical-coordinate representation of color #D79BAC: hue angle of 343º degrees, saturation: 0.43, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D79BAC is Cyan = 0, Magento = 0.28, Yellow = 0.2 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 155 | 172 | - |
| CMYK | 0 | 0.28 | 0.2 | 0.16 |
| HSL | 343º | 0.43% | 0.73% | - |
| HSV(B) | 343º | 0.28% | 0.84% | - |
| XYZ | 47.19 | 40.87 | 44.43 | - |
| YUV | 174.88 | 126.38 | 156.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 155 | 172 | 0 | 0.28 | 0.2 | 0.16 | 343 | 0.43 | 0.73 |
| Hex | D7 | 9B | AC | 0 | 1C | 14 | 10 | 157 | 2B | 49 |
| Octal | 327 | 233 | 254 | 0 | 34 | 24 | 20 | 527 | 53 | 111 |
| Binary | 11010111 | 10011011 | 10101100 | 0 | 11100 | 10100 | 10000 | 101010111 | 101011 | 1001001 |
Color Harmonies of #D79BAC
Complementary color
Monochromatic Colors of #D79BAC
Black with #D79BAC
Text Example
Text Example
White with #D79BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D79BAC; }
p { color: rgb(215,155,172); }
H1.HeaderClassName
{
color: #D79BAC;
}
.AnyTagClassName
{
color: #D79BAC;
}
</style>
background-color css
<style>
a { background-color: #D79BAC; }
a { background-color: rgb(215,155,172); }
div.DivClassName
{
background-color: #D79BAC;
}
.BgClassName
{
background-color: #D79BAC;
}
</style>
border-color css
<style>
span { border-color: #D79BAC; }
span { border-color: rgb(215,155,172); }
td.TdClassName
{
border-color: #D79BAC;
}
.TagClassName
{
border-color: #D79BAC;
}
</style>