Shades of Kobi #D79AAB
Tints of Kobi #D79AAB
RGB
CMYK
RGB Variations
Color information
#D79AAB (or 0xD79AAB) is known color: Kobi. HEX triplet: D7, 9A and AB. RGB value is (215,154,171). Sum of RGB (Red+Green+Blue) = 215+154+171=540 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.81% from 540); Green value is 154 (60.55% from 255 or 28.52% from 540); Blue value is 171 (67.19% from 255 or 31.67% from 540); Max value from RGB is 215 - color contains mainly: red. Hex color #D79AAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D79AAB is #286554. Grayscale: #AEAEAE. Windows color (decimal): -2647381 or 11246295. OLE color: 11246295.
HSL color Cylindrical-coordinate representation of color #D79AAB: hue angle of 343.28º 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 #D79AAB is Cyan = 0, Magento = 0.28, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 154 | 171 | - |
| CMYK | 0 | 0.28 | 0.20 | 0.16 |
| HSL | 343.28º | 0.43% | 0.72% | - |
| HSV(B) | 343.28º | 0.28% | 0.84% | - |
| XYZ | 46.93 | 40.5 | 43.87 | - |
| YUV | 174.18 | 126.21 | 157.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 154 | 171 | 0 | 0.28 | 0.20 | 0.16 | 343.28 | 0.43 | 0.72 |
| Hex | D7 | 9A | AB | 0 | 1C | 14 | 10 | 157 | 2B | 48 |
| Octal | 327 | 232 | 253 | 0 | 34 | 24 | 20 | 527 | 53 | 110 |
| Binary | 11010111 | 10011010 | 10101011 | 0 | 11100 | 10100 | 10000 | 101010111 | 101011 | 1001000 |
Color Harmonies of #D79AAB
Complementary color
Monochromatic Colors of #D79AAB
Black with #D79AAB
Text Example
Text Example
White with #D79AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D79AAB; }
p { color: rgb(215,154,171); }
H1.HeaderClassName
{
color: #D79AAB;
}
.AnyTagClassName
{
color: #D79AAB;
}
</style>
background-color css
<style>
a { background-color: #D79AAB; }
a { background-color: rgb(215,154,171); }
div.DivClassName
{
background-color: #D79AAB;
}
.BgClassName
{
background-color: #D79AAB;
}
</style>
border-color css
<style>
span { border-color: #D79AAB; }
span { border-color: rgb(215,154,171); }
td.TdClassName
{
border-color: #D79AAB;
}
.TagClassName
{
border-color: #D79AAB;
}
</style>