Shades of Kobi #D680AC
Tints of Kobi #D680AC
RGB
CMYK
RGB Variations
Color information
#D680AC (or 0xD680AC) is known color: Kobi. HEX triplet: D6, 80 and AC. RGB value is (214,128,172). Sum of RGB (Red+Green+Blue) = 214+128+172=514 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.63% from 514); Green value is 128 (50.39% from 255 or 24.90% from 514); Blue value is 172 (67.58% from 255 or 33.46% from 514); Max value from RGB is 214 - color contains mainly: red. Hex color #D680AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D680AC is #297F53. Grayscale: #9E9E9E. Windows color (decimal): -2719572 or 11305174. OLE color: 11305174.
HSL color Cylindrical-coordinate representation of color #D680AC: hue angle of 329.3º degrees, saturation: 0.51, 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 #D680AC is Cyan = 0, Magento = 0.40, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 128 | 172 | - |
| CMYK | 0 | 0.40 | 0.20 | 0.16 |
| HSL | 329.3º | 0.51% | 0.67% | - |
| HSV(B) | 329.3º | 0.4% | 0.84% | - |
| XYZ | 42.9 | 32.71 | 43.08 | - |
| YUV | 158.73 | 135.49 | 167.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 128 | 172 | 0 | 0.40 | 0.20 | 0.16 | 329.3 | 0.51 | 0.67 |
| Hex | D6 | 80 | AC | 0 | 28 | 14 | 10 | 149 | 33 | 43 |
| Octal | 326 | 200 | 254 | 0 | 50 | 24 | 20 | 511 | 63 | 103 |
| Binary | 11010110 | 10000000 | 10101100 | 0 | 101000 | 10100 | 10000 | 101001001 | 110011 | 1000011 |
Color Harmonies of #D680AC
Complementary color
Monochromatic Colors of #D680AC
Black with #D680AC
Text Example
Text Example
White with #D680AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D680AC; }
p { color: rgb(214,128,172); }
H1.HeaderClassName
{
color: #D680AC;
}
.AnyTagClassName
{
color: #D680AC;
}
</style>
background-color css
<style>
a { background-color: #D680AC; }
a { background-color: rgb(214,128,172); }
div.DivClassName
{
background-color: #D680AC;
}
.BgClassName
{
background-color: #D680AC;
}
</style>
border-color css
<style>
span { border-color: #D680AC; }
span { border-color: rgb(214,128,172); }
td.TdClassName
{
border-color: #D680AC;
}
.TagClassName
{
border-color: #D680AC;
}
</style>