Shades of Kobi #D792B0
Tints of Kobi #D792B0
RGB
CMYK
RGB Variations
Color information
#D792B0 (or 0xD792B0) is known color: Kobi. HEX triplet: D7, 92 and B0. RGB value is (215,146,176). Sum of RGB (Red+Green+Blue) = 215+146+176=537 (71% of max value = 765). Red value is 215 (84.38% from 255 or 40.04% from 537); Green value is 146 (57.42% from 255 or 27.19% from 537); Blue value is 176 (69.14% from 255 or 32.77% from 537); Max value from RGB is 215 - color contains mainly: red. Hex color #D792B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D792B0 is #286D4F. Grayscale: #AAAAAA. Windows color (decimal): -2649424 or 11571927. OLE color: 11571927.
HSL color Cylindrical-coordinate representation of color #D792B0: hue angle of 333.91º 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 #D792B0 is Cyan = 0, Magento = 0.32, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 146 | 176 | - |
| CMYK | 0 | 0.32 | 0.18 | 0.16 |
| HSL | 333.91º | 0.46% | 0.71% | - |
| HSV(B) | 333.91º | 0.32% | 0.84% | - |
| XYZ | 46.14 | 38.14 | 46 | - |
| YUV | 170.05 | 131.36 | 160.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 146 | 176 | 0 | 0.32 | 0.18 | 0.16 | 333.91 | 0.46 | 0.71 |
| Hex | D7 | 92 | B0 | 0 | 20 | 12 | 10 | 14E | 2E | 47 |
| Octal | 327 | 222 | 260 | 0 | 40 | 22 | 20 | 516 | 56 | 107 |
| Binary | 11010111 | 10010010 | 10110000 | 0 | 100000 | 10010 | 10000 | 101001110 | 101110 | 1000111 |
Color Harmonies of #D792B0
Complementary color
Monochromatic Colors of #D792B0
Black with #D792B0
Text Example
Text Example
White with #D792B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D792B0; }
p { color: rgb(215,146,176); }
H1.HeaderClassName
{
color: #D792B0;
}
.AnyTagClassName
{
color: #D792B0;
}
</style>
background-color css
<style>
a { background-color: #D792B0; }
a { background-color: rgb(215,146,176); }
div.DivClassName
{
background-color: #D792B0;
}
.BgClassName
{
background-color: #D792B0;
}
</style>
border-color css
<style>
span { border-color: #D792B0; }
span { border-color: rgb(215,146,176); }
td.TdClassName
{
border-color: #D792B0;
}
.TagClassName
{
border-color: #D792B0;
}
</style>