Shades of Kobi #D79AAC
Tints of Kobi #D79AAC
RGB
CMYK
RGB Variations
Color information
#D79AAC (or 0xD79AAC) is known color: Kobi. HEX triplet: D7, 9A and AC. RGB value is (215,154,172). Sum of RGB (Red+Green+Blue) = 215+154+172=541 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.74% from 541); Green value is 154 (60.55% from 255 or 28.47% from 541); Blue value is 172 (67.58% from 255 or 31.79% from 541); Max value from RGB is 215 - color contains mainly: red. Hex color #D79AAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D79AAC is #286553. Grayscale: #AEAEAE. Windows color (decimal): -2647380 or 11311831. OLE color: 11311831.
HSL color Cylindrical-coordinate representation of color #D79AAC: hue angle of 342.3º 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 #D79AAC is Cyan = 0, Magento = 0.28, Yellow = 0.2 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 154 | 172 | - |
| CMYK | 0 | 0.28 | 0.2 | 0.16 |
| HSL | 342.3º | 0.43% | 0.72% | - |
| HSV(B) | 342.3º | 0.28% | 0.84% | - |
| XYZ | 47.03 | 40.54 | 44.38 | - |
| YUV | 174.29 | 126.71 | 157.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 154 | 172 | 0 | 0.28 | 0.2 | 0.16 | 342.3 | 0.43 | 0.72 |
| Hex | D7 | 9A | AC | 0 | 1C | 14 | 10 | 156 | 2B | 48 |
| Octal | 327 | 232 | 254 | 0 | 34 | 24 | 20 | 526 | 53 | 110 |
| Binary | 11010111 | 10011010 | 10101100 | 0 | 11100 | 10100 | 10000 | 101010110 | 101011 | 1001000 |
Color Harmonies of #D79AAC
Complementary color
Monochromatic Colors of #D79AAC
Black with #D79AAC
Text Example
Text Example
White with #D79AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D79AAC; }
p { color: rgb(215,154,172); }
H1.HeaderClassName
{
color: #D79AAC;
}
.AnyTagClassName
{
color: #D79AAC;
}
</style>
background-color css
<style>
a { background-color: #D79AAC; }
a { background-color: rgb(215,154,172); }
div.DivClassName
{
background-color: #D79AAC;
}
.BgClassName
{
background-color: #D79AAC;
}
</style>
border-color css
<style>
span { border-color: #D79AAC; }
span { border-color: rgb(215,154,172); }
td.TdClassName
{
border-color: #D79AAC;
}
.TagClassName
{
border-color: #D79AAC;
}
</style>