Shades of Kobi #D79AAF
Tints of Kobi #D79AAF
RGB
CMYK
RGB Variations
Color information
#D79AAF (or 0xD79AAF) is known color: Kobi. HEX triplet: D7, 9A and AF. RGB value is (215,154,175). Sum of RGB (Red+Green+Blue) = 215+154+175=544 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.52% from 544); Green value is 154 (60.55% from 255 or 28.31% from 544); Blue value is 175 (68.75% from 255 or 32.17% from 544); Max value from RGB is 215 - color contains mainly: red. Hex color #D79AAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D79AAF is #286550. Grayscale: #AEAEAE. Windows color (decimal): -2647377 or 11508439. OLE color: 11508439.
HSL color Cylindrical-coordinate representation of color #D79AAF: hue angle of 339.34º 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 #D79AAF is Cyan = 0, Magento = 0.28, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 154 | 175 | - |
| CMYK | 0 | 0.28 | 0.19 | 0.16 |
| HSL | 339.34º | 0.43% | 0.72% | - |
| HSV(B) | 339.34º | 0.28% | 0.84% | - |
| XYZ | 47.32 | 40.65 | 45.91 | - |
| YUV | 174.63 | 128.21 | 156.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 154 | 175 | 0 | 0.28 | 0.19 | 0.16 | 339.34 | 0.43 | 0.72 |
| Hex | D7 | 9A | AF | 0 | 1C | 13 | 10 | 153 | 2B | 48 |
| Octal | 327 | 232 | 257 | 0 | 34 | 23 | 20 | 523 | 53 | 110 |
| Binary | 11010111 | 10011010 | 10101111 | 0 | 11100 | 10011 | 10000 | 101010011 | 101011 | 1001000 |
Color Harmonies of #D79AAF
Complementary color
Monochromatic Colors of #D79AAF
Black with #D79AAF
Text Example
Text Example
White with #D79AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D79AAF; }
p { color: rgb(215,154,175); }
H1.HeaderClassName
{
color: #D79AAF;
}
.AnyTagClassName
{
color: #D79AAF;
}
</style>
background-color css
<style>
a { background-color: #D79AAF; }
a { background-color: rgb(215,154,175); }
div.DivClassName
{
background-color: #D79AAF;
}
.BgClassName
{
background-color: #D79AAF;
}
</style>
border-color css
<style>
span { border-color: #D79AAF; }
span { border-color: rgb(215,154,175); }
td.TdClassName
{
border-color: #D79AAF;
}
.TagClassName
{
border-color: #D79AAF;
}
</style>