Shades of Kobi #D793A7
Tints of Kobi #D793A7
RGB
CMYK
RGB Variations
Color information
#D793A7 (or 0xD793A7) is known color: Kobi. HEX triplet: D7, 93 and A7. RGB value is (215,147,167). Sum of RGB (Red+Green+Blue) = 215+147+167=529 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.64% from 529); Green value is 147 (57.81% from 255 or 27.79% from 529); Blue value is 167 (65.62% from 255 or 31.57% from 529); Max value from RGB is 215 - color contains mainly: red. Hex color #D793A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D793A7 is #286C58. Grayscale: #A9A9A9. Windows color (decimal): -2649177 or 10982359. OLE color: 10982359.
HSL color Cylindrical-coordinate representation of color #D793A7: hue angle of 342.35º 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 #D793A7 is Cyan = 0, Magento = 0.32, Yellow = 0.22 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 147 | 167 | - |
| CMYK | 0 | 0.32 | 0.22 | 0.16 |
| HSL | 342.35º | 0.46% | 0.71% | - |
| HSV(B) | 342.35º | 0.32% | 0.84% | - |
| XYZ | 45.43 | 38.1 | 41.52 | - |
| YUV | 169.61 | 126.53 | 160.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 147 | 167 | 0 | 0.32 | 0.22 | 0.16 | 342.35 | 0.46 | 0.71 |
| Hex | D7 | 93 | A7 | 0 | 20 | 16 | 10 | 156 | 2E | 47 |
| Octal | 327 | 223 | 247 | 0 | 40 | 26 | 20 | 526 | 56 | 107 |
| Binary | 11010111 | 10010011 | 10100111 | 0 | 100000 | 10110 | 10000 | 101010110 | 101110 | 1000111 |
Color Harmonies of #D793A7
Complementary color
Monochromatic Colors of #D793A7
Black with #D793A7
Text Example
Text Example
White with #D793A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D793A7; }
p { color: rgb(215,147,167); }
H1.HeaderClassName
{
color: #D793A7;
}
.AnyTagClassName
{
color: #D793A7;
}
</style>
background-color css
<style>
a { background-color: #D793A7; }
a { background-color: rgb(215,147,167); }
div.DivClassName
{
background-color: #D793A7;
}
.BgClassName
{
background-color: #D793A7;
}
</style>
border-color css
<style>
span { border-color: #D793A7; }
span { border-color: rgb(215,147,167); }
td.TdClassName
{
border-color: #D793A7;
}
.TagClassName
{
border-color: #D793A7;
}
</style>