Shades of Kobi #D696A6
Tints of Kobi #D696A6
RGB
CMYK
RGB Variations
Color information
#D696A6 (or 0xD696A6) is known color: Kobi. HEX triplet: D6, 96 and A6. RGB value is (214,150,166). Sum of RGB (Red+Green+Blue) = 214+150+166=530 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.38% from 530); Green value is 150 (58.98% from 255 or 28.30% from 530); Blue value is 166 (65.23% from 255 or 31.32% from 530); Max value from RGB is 214 - color contains mainly: red. Hex color #D696A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D696A6 is #296959. Grayscale: #AAAAAA. Windows color (decimal): -2713946 or 10917590. OLE color: 10917590.
HSL color Cylindrical-coordinate representation of color #D696A6: hue angle of 345º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D696A6 is Cyan = 0, Magento = 0.30, Yellow = 0.22 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 150 | 166 | - |
| CMYK | 0 | 0.30 | 0.22 | 0.16 |
| HSL | 345º | 0.44% | 0.71% | - |
| HSV(B) | 345º | 0.3% | 0.84% | - |
| XYZ | 45.52 | 38.86 | 41.18 | - |
| YUV | 170.96 | 125.2 | 158.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 150 | 166 | 0 | 0.30 | 0.22 | 0.16 | 345 | 0.44 | 0.71 |
| Hex | D6 | 96 | A6 | 0 | 1E | 16 | 10 | 159 | 2C | 47 |
| Octal | 326 | 226 | 246 | 0 | 36 | 26 | 20 | 531 | 54 | 107 |
| Binary | 11010110 | 10010110 | 10100110 | 0 | 11110 | 10110 | 10000 | 101011001 | 101100 | 1000111 |
Color Harmonies of #D696A6
Complementary color
Monochromatic Colors of #D696A6
Black with #D696A6
Text Example
Text Example
White with #D696A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D696A6; }
p { color: rgb(214,150,166); }
H1.HeaderClassName
{
color: #D696A6;
}
.AnyTagClassName
{
color: #D696A6;
}
</style>
background-color css
<style>
a { background-color: #D696A6; }
a { background-color: rgb(214,150,166); }
div.DivClassName
{
background-color: #D696A6;
}
.BgClassName
{
background-color: #D696A6;
}
</style>
border-color css
<style>
span { border-color: #D696A6; }
span { border-color: rgb(214,150,166); }
td.TdClassName
{
border-color: #D696A6;
}
.TagClassName
{
border-color: #D696A6;
}
</style>