Shades of Kobi #D696AF
Tints of Kobi #D696AF
RGB
CMYK
RGB Variations
Color information
#D696AF (or 0xD696AF) is known color: Kobi. HEX triplet: D6, 96 and AF. RGB value is (214,150,175). Sum of RGB (Red+Green+Blue) = 214+150+175=539 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.70% from 539); Green value is 150 (58.98% from 255 or 27.83% from 539); Blue value is 175 (68.75% from 255 or 32.47% from 539); Max value from RGB is 214 - color contains mainly: red. Hex color #D696AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D696AF is #296950. Grayscale: #ABABAB. Windows color (decimal): -2713937 or 11507414. OLE color: 11507414.
HSL color Cylindrical-coordinate representation of color #D696AF: hue angle of 336.56º 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 #D696AF is Cyan = 0, Magento = 0.30, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 150 | 175 | - |
| CMYK | 0 | 0.30 | 0.18 | 0.16 |
| HSL | 336.56º | 0.44% | 0.71% | - |
| HSV(B) | 336.56º | 0.3% | 0.84% | - |
| XYZ | 46.38 | 39.2 | 45.68 | - |
| YUV | 171.99 | 129.7 | 157.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 150 | 175 | 0 | 0.30 | 0.18 | 0.16 | 336.56 | 0.44 | 0.71 |
| Hex | D6 | 96 | AF | 0 | 1E | 12 | 10 | 151 | 2C | 47 |
| Octal | 326 | 226 | 257 | 0 | 36 | 22 | 20 | 521 | 54 | 107 |
| Binary | 11010110 | 10010110 | 10101111 | 0 | 11110 | 10010 | 10000 | 101010001 | 101100 | 1000111 |
Color Harmonies of #D696AF
Complementary color
Monochromatic Colors of #D696AF
Black with #D696AF
Text Example
Text Example
White with #D696AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D696AF; }
p { color: rgb(214,150,175); }
H1.HeaderClassName
{
color: #D696AF;
}
.AnyTagClassName
{
color: #D696AF;
}
</style>
background-color css
<style>
a { background-color: #D696AF; }
a { background-color: rgb(214,150,175); }
div.DivClassName
{
background-color: #D696AF;
}
.BgClassName
{
background-color: #D696AF;
}
</style>
border-color css
<style>
span { border-color: #D696AF; }
span { border-color: rgb(214,150,175); }
td.TdClassName
{
border-color: #D696AF;
}
.TagClassName
{
border-color: #D696AF;
}
</style>