Shades of Kobi #D793AC
Tints of Kobi #D793AC
RGB
CMYK
RGB Variations
Color information
#D793AC (or 0xD793AC) is known color: Kobi. HEX triplet: D7, 93 and AC. RGB value is (215,147,172). Sum of RGB (Red+Green+Blue) = 215+147+172=534 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.26% from 534); Green value is 147 (57.81% from 255 or 27.53% from 534); Blue value is 172 (67.58% from 255 or 32.21% from 534); Max value from RGB is 215 - color contains mainly: red. Hex color #D793AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D793AC is #286C53. Grayscale: #AAAAAA. Windows color (decimal): -2649172 or 11310039. OLE color: 11310039.
HSL color Cylindrical-coordinate representation of color #D793AC: hue angle of 337.94º degrees, saturation: 0.46, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D793AC is Cyan = 0, Magento = 0.32, Yellow = 0.2 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 147 | 172 | - |
| CMYK | 0 | 0.32 | 0.2 | 0.16 |
| HSL | 337.94º | 0.46% | 0.71% | - |
| HSV(B) | 337.94º | 0.32% | 0.84% | - |
| XYZ | 45.9 | 38.29 | 44 | - |
| YUV | 170.18 | 129.03 | 159.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 147 | 172 | 0 | 0.32 | 0.2 | 0.16 | 337.94 | 0.46 | 0.71 |
| Hex | D7 | 93 | AC | 0 | 20 | 14 | 10 | 152 | 2E | 47 |
| Octal | 327 | 223 | 254 | 0 | 40 | 24 | 20 | 522 | 56 | 107 |
| Binary | 11010111 | 10010011 | 10101100 | 0 | 100000 | 10100 | 10000 | 101010010 | 101110 | 1000111 |
Color Harmonies of #D793AC
Complementary color
Monochromatic Colors of #D793AC
Black with #D793AC
Text Example
Text Example
White with #D793AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D793AC; }
p { color: rgb(215,147,172); }
H1.HeaderClassName
{
color: #D793AC;
}
.AnyTagClassName
{
color: #D793AC;
}
</style>
background-color css
<style>
a { background-color: #D793AC; }
a { background-color: rgb(215,147,172); }
div.DivClassName
{
background-color: #D793AC;
}
.BgClassName
{
background-color: #D793AC;
}
</style>
border-color css
<style>
span { border-color: #D793AC; }
span { border-color: rgb(215,147,172); }
td.TdClassName
{
border-color: #D793AC;
}
.TagClassName
{
border-color: #D793AC;
}
</style>