Shades of Kobi #D690AC
Tints of Kobi #D690AC
RGB
CMYK
RGB Variations
Color information
#D690AC (or 0xD690AC) is known color: Kobi. HEX triplet: D6, 90 and AC. RGB value is (214,144,172). Sum of RGB (Red+Green+Blue) = 214+144+172=530 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.38% from 530); Green value is 144 (56.64% from 255 or 27.17% from 530); Blue value is 172 (67.58% from 255 or 32.45% from 530); Max value from RGB is 214 - color contains mainly: red. Hex color #D690AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D690AC is #296F53. Grayscale: #A8A8A8. Windows color (decimal): -2715476 or 11309270. OLE color: 11309270.
HSL color Cylindrical-coordinate representation of color #D690AC: hue angle of 336º degrees, saturation: 0.46, 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 #D690AC is Cyan = 0, Magento = 0.33, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 144 | 172 | - |
| CMYK | 0 | 0.33 | 0.20 | 0.16 |
| HSL | 336º | 0.46% | 0.7% | - |
| HSV(B) | 336º | 0.33% | 0.84% | - |
| XYZ | 45.15 | 37.22 | 43.83 | - |
| YUV | 168.12 | 130.19 | 160.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 144 | 172 | 0 | 0.33 | 0.20 | 0.16 | 336 | 0.46 | 0.7 |
| Hex | D6 | 90 | AC | 0 | 21 | 14 | 10 | 150 | 2E | 46 |
| Octal | 326 | 220 | 254 | 0 | 41 | 24 | 20 | 520 | 56 | 106 |
| Binary | 11010110 | 10010000 | 10101100 | 0 | 100001 | 10100 | 10000 | 101010000 | 101110 | 1000110 |
Color Harmonies of #D690AC
Complementary color
Monochromatic Colors of #D690AC
Black with #D690AC
Text Example
Text Example
White with #D690AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D690AC; }
p { color: rgb(214,144,172); }
H1.HeaderClassName
{
color: #D690AC;
}
.AnyTagClassName
{
color: #D690AC;
}
</style>
background-color css
<style>
a { background-color: #D690AC; }
a { background-color: rgb(214,144,172); }
div.DivClassName
{
background-color: #D690AC;
}
.BgClassName
{
background-color: #D690AC;
}
</style>
border-color css
<style>
span { border-color: #D690AC; }
span { border-color: rgb(214,144,172); }
td.TdClassName
{
border-color: #D690AC;
}
.TagClassName
{
border-color: #D690AC;
}
</style>