Shades of Kobi #D780AC
Tints of Kobi #D780AC
RGB
CMYK
RGB Variations
Color information
#D780AC (or 0xD780AC) is known color: Kobi. HEX triplet: D7, 80 and AC. RGB value is (215,128,172). Sum of RGB (Red+Green+Blue) = 215+128+172=515 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.75% from 515); Green value is 128 (50.39% from 255 or 24.85% from 515); Blue value is 172 (67.58% from 255 or 33.40% from 515); Max value from RGB is 215 - color contains mainly: red. Hex color #D780AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D780AC is #287F53. Grayscale: #9E9E9E. Windows color (decimal): -2654036 or 11305175. OLE color: 11305175.
HSL color Cylindrical-coordinate representation of color #D780AC: hue angle of 329.66º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D780AC is Cyan = 0, Magento = 0.40, Yellow = 0.2 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 128 | 172 | - |
| CMYK | 0 | 0.40 | 0.2 | 0.16 |
| HSL | 329.66º | 0.52% | 0.67% | - |
| HSV(B) | 329.66º | 0.4% | 0.84% | - |
| XYZ | 43.19 | 32.86 | 43.1 | - |
| YUV | 159.03 | 135.32 | 167.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 128 | 172 | 0 | 0.40 | 0.2 | 0.16 | 329.66 | 0.52 | 0.67 |
| Hex | D7 | 80 | AC | 0 | 28 | 14 | 10 | 14A | 34 | 43 |
| Octal | 327 | 200 | 254 | 0 | 50 | 24 | 20 | 512 | 64 | 103 |
| Binary | 11010111 | 10000000 | 10101100 | 0 | 101000 | 10100 | 10000 | 101001010 | 110100 | 1000011 |
Color Harmonies of #D780AC
Complementary color
Monochromatic Colors of #D780AC
Black with #D780AC
Text Example
Text Example
White with #D780AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D780AC; }
p { color: rgb(215,128,172); }
H1.HeaderClassName
{
color: #D780AC;
}
.AnyTagClassName
{
color: #D780AC;
}
</style>
background-color css
<style>
a { background-color: #D780AC; }
a { background-color: rgb(215,128,172); }
div.DivClassName
{
background-color: #D780AC;
}
.BgClassName
{
background-color: #D780AC;
}
</style>
border-color css
<style>
span { border-color: #D780AC; }
span { border-color: rgb(215,128,172); }
td.TdClassName
{
border-color: #D780AC;
}
.TagClassName
{
border-color: #D780AC;
}
</style>