Shades of Kobi #D793AA
Tints of Kobi #D793AA
RGB
CMYK
RGB Variations
Color information
#D793AA (or 0xD793AA) is known color: Kobi. HEX triplet: D7, 93 and AA. RGB value is (215,147,170). Sum of RGB (Red+Green+Blue) = 215+147+170=532 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.41% from 532); Green value is 147 (57.81% from 255 or 27.63% from 532); Blue value is 170 (66.80% from 255 or 31.95% from 532); Max value from RGB is 215 - color contains mainly: red. Hex color #D793AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D793AA is #286C55. Grayscale: #A9A9A9. Windows color (decimal): -2649174 or 11178967. OLE color: 11178967.
HSL color Cylindrical-coordinate representation of color #D793AA: hue angle of 339.71º 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 #D793AA is Cyan = 0, Magento = 0.32, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 147 | 170 | - |
| CMYK | 0 | 0.32 | 0.21 | 0.16 |
| HSL | 339.71º | 0.46% | 0.71% | - |
| HSV(B) | 339.71º | 0.32% | 0.84% | - |
| XYZ | 45.71 | 38.22 | 43 | - |
| YUV | 169.95 | 128.03 | 160.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 147 | 170 | 0 | 0.32 | 0.21 | 0.16 | 339.71 | 0.46 | 0.71 |
| Hex | D7 | 93 | AA | 0 | 20 | 15 | 10 | 154 | 2E | 47 |
| Octal | 327 | 223 | 252 | 0 | 40 | 25 | 20 | 524 | 56 | 107 |
| Binary | 11010111 | 10010011 | 10101010 | 0 | 100000 | 10101 | 10000 | 101010100 | 101110 | 1000111 |
Color Harmonies of #D793AA
Complementary color
Monochromatic Colors of #D793AA
Black with #D793AA
Text Example
Text Example
White with #D793AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D793AA; }
p { color: rgb(215,147,170); }
H1.HeaderClassName
{
color: #D793AA;
}
.AnyTagClassName
{
color: #D793AA;
}
</style>
background-color css
<style>
a { background-color: #D793AA; }
a { background-color: rgb(215,147,170); }
div.DivClassName
{
background-color: #D793AA;
}
.BgClassName
{
background-color: #D793AA;
}
</style>
border-color css
<style>
span { border-color: #D793AA; }
span { border-color: rgb(215,147,170); }
td.TdClassName
{
border-color: #D793AA;
}
.TagClassName
{
border-color: #D793AA;
}
</style>