Shades of Kobi #D794AD
Tints of Kobi #D794AD
RGB
CMYK
RGB Variations
Color information
#D794AD (or 0xD794AD) is known color: Kobi. HEX triplet: D7, 94 and AD. RGB value is (215,148,173). Sum of RGB (Red+Green+Blue) = 215+148+173=536 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.11% from 536); Green value is 148 (58.20% from 255 or 27.61% from 536); Blue value is 173 (67.97% from 255 or 32.28% from 536); Max value from RGB is 215 - color contains mainly: red. Hex color #D794AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D794AD is #286B52. Grayscale: #AAAAAA. Windows color (decimal): -2648915 or 11375831. OLE color: 11375831.
HSL color Cylindrical-coordinate representation of color #D794AD: hue angle of 337.61º degrees, saturation: 0.46, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D794AD is Cyan = 0, Magento = 0.31, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 148 | 173 | - |
| CMYK | 0 | 0.31 | 0.20 | 0.16 |
| HSL | 337.61º | 0.46% | 0.71% | - |
| HSV(B) | 337.61º | 0.31% | 0.84% | - |
| XYZ | 46.16 | 38.64 | 44.56 | - |
| YUV | 170.88 | 129.2 | 159.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 148 | 173 | 0 | 0.31 | 0.20 | 0.16 | 337.61 | 0.46 | 0.71 |
| Hex | D7 | 94 | AD | 0 | 1F | 14 | 10 | 152 | 2E | 47 |
| Octal | 327 | 224 | 255 | 0 | 37 | 24 | 20 | 522 | 56 | 107 |
| Binary | 11010111 | 10010100 | 10101101 | 0 | 11111 | 10100 | 10000 | 101010010 | 101110 | 1000111 |
Color Harmonies of #D794AD
Complementary color
Monochromatic Colors of #D794AD
Black with #D794AD
Text Example
Text Example
White with #D794AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D794AD; }
p { color: rgb(215,148,173); }
H1.HeaderClassName
{
color: #D794AD;
}
.AnyTagClassName
{
color: #D794AD;
}
</style>
background-color css
<style>
a { background-color: #D794AD; }
a { background-color: rgb(215,148,173); }
div.DivClassName
{
background-color: #D794AD;
}
.BgClassName
{
background-color: #D794AD;
}
</style>
border-color css
<style>
span { border-color: #D794AD; }
span { border-color: rgb(215,148,173); }
td.TdClassName
{
border-color: #D794AD;
}
.TagClassName
{
border-color: #D794AD;
}
</style>