Shades of Kobi #D794AC
Tints of Kobi #D794AC
RGB
CMYK
RGB Variations
Color information
#D794AC (or 0xD794AC) is known color: Kobi. HEX triplet: D7, 94 and AC. RGB value is (215,148,172). Sum of RGB (Red+Green+Blue) = 215+148+172=535 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.19% from 535); Green value is 148 (58.20% from 255 or 27.66% from 535); Blue value is 172 (67.58% from 255 or 32.15% from 535); Max value from RGB is 215 - color contains mainly: red. Hex color #D794AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D794AC is #286B53. Grayscale: #AAAAAA. Windows color (decimal): -2648916 or 11310295. OLE color: 11310295.
HSL color Cylindrical-coordinate representation of color #D794AC: hue angle of 338.51º 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 #D794AC is Cyan = 0, Magento = 0.31, Yellow = 0.2 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 148 | 172 | - |
| CMYK | 0 | 0.31 | 0.2 | 0.16 |
| HSL | 338.51º | 0.46% | 0.71% | - |
| HSV(B) | 338.51º | 0.31% | 0.84% | - |
| XYZ | 46.06 | 38.61 | 44.05 | - |
| YUV | 170.77 | 128.7 | 159.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 148 | 172 | 0 | 0.31 | 0.2 | 0.16 | 338.51 | 0.46 | 0.71 |
| Hex | D7 | 94 | AC | 0 | 1F | 14 | 10 | 153 | 2E | 47 |
| Octal | 327 | 224 | 254 | 0 | 37 | 24 | 20 | 523 | 56 | 107 |
| Binary | 11010111 | 10010100 | 10101100 | 0 | 11111 | 10100 | 10000 | 101010011 | 101110 | 1000111 |
Color Harmonies of #D794AC
Complementary color
Monochromatic Colors of #D794AC
Black with #D794AC
Text Example
Text Example
White with #D794AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D794AC; }
p { color: rgb(215,148,172); }
H1.HeaderClassName
{
color: #D794AC;
}
.AnyTagClassName
{
color: #D794AC;
}
</style>
background-color css
<style>
a { background-color: #D794AC; }
a { background-color: rgb(215,148,172); }
div.DivClassName
{
background-color: #D794AC;
}
.BgClassName
{
background-color: #D794AC;
}
</style>
border-color css
<style>
span { border-color: #D794AC; }
span { border-color: rgb(215,148,172); }
td.TdClassName
{
border-color: #D794AC;
}
.TagClassName
{
border-color: #D794AC;
}
</style>