Shades of Kobi #D790B0
Tints of Kobi #D790B0
RGB
CMYK
RGB Variations
Color information
#D790B0 (or 0xD790B0) is known color: Kobi. HEX triplet: D7, 90 and B0. RGB value is (215,144,176). Sum of RGB (Red+Green+Blue) = 215+144+176=535 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.19% from 535); Green value is 144 (56.64% from 255 or 26.92% from 535); Blue value is 176 (69.14% from 255 or 32.90% from 535); Max value from RGB is 215 - color contains mainly: red. Hex color #D790B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D790B0 is #286F4F. Grayscale: #A8A8A8. Windows color (decimal): -2649936 or 11571415. OLE color: 11571415.
HSL color Cylindrical-coordinate representation of color #D790B0: hue angle of 332.96º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D790B0 is Cyan = 0, Magento = 0.33, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 144 | 176 | - |
| CMYK | 0 | 0.33 | 0.18 | 0.16 |
| HSL | 332.96º | 0.47% | 0.7% | - |
| HSV(B) | 332.96º | 0.33% | 0.84% | - |
| XYZ | 45.83 | 37.53 | 45.9 | - |
| YUV | 168.88 | 132.02 | 160.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 144 | 176 | 0 | 0.33 | 0.18 | 0.16 | 332.96 | 0.47 | 0.7 |
| Hex | D7 | 90 | B0 | 0 | 21 | 12 | 10 | 14D | 2F | 46 |
| Octal | 327 | 220 | 260 | 0 | 41 | 22 | 20 | 515 | 57 | 106 |
| Binary | 11010111 | 10010000 | 10110000 | 0 | 100001 | 10010 | 10000 | 101001101 | 101111 | 1000110 |
Color Harmonies of #D790B0
Complementary color
Monochromatic Colors of #D790B0
Black with #D790B0
Text Example
Text Example
White with #D790B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D790B0; }
p { color: rgb(215,144,176); }
H1.HeaderClassName
{
color: #D790B0;
}
.AnyTagClassName
{
color: #D790B0;
}
</style>
background-color css
<style>
a { background-color: #D790B0; }
a { background-color: rgb(215,144,176); }
div.DivClassName
{
background-color: #D790B0;
}
.BgClassName
{
background-color: #D790B0;
}
</style>
border-color css
<style>
span { border-color: #D790B0; }
span { border-color: rgb(215,144,176); }
td.TdClassName
{
border-color: #D790B0;
}
.TagClassName
{
border-color: #D790B0;
}
</style>