Shades of Kobi #D695AF
Tints of Kobi #D695AF
RGB
CMYK
RGB Variations
Color information
#D695AF (or 0xD695AF) is known color: Kobi. HEX triplet: D6, 95 and AF. RGB value is (214,149,175). Sum of RGB (Red+Green+Blue) = 214+149+175=538 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.78% from 538); Green value is 149 (58.59% from 255 or 27.70% from 538); Blue value is 175 (68.75% from 255 or 32.53% from 538); Max value from RGB is 214 - color contains mainly: red. Hex color #D695AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D695AF is #296A50. Grayscale: #ABABAB. Windows color (decimal): -2714193 or 11507158. OLE color: 11507158.
HSL color Cylindrical-coordinate representation of color #D695AF: hue angle of 336º 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 #D695AF is Cyan = 0, Magento = 0.30, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 149 | 175 | - |
| CMYK | 0 | 0.30 | 0.18 | 0.16 |
| HSL | 336º | 0.44% | 0.71% | - |
| HSV(B) | 336º | 0.3% | 0.84% | - |
| XYZ | 46.22 | 38.89 | 45.63 | - |
| YUV | 171.4 | 130.03 | 158.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 149 | 175 | 0 | 0.30 | 0.18 | 0.16 | 336 | 0.44 | 0.71 |
| Hex | D6 | 95 | AF | 0 | 1E | 12 | 10 | 150 | 2C | 47 |
| Octal | 326 | 225 | 257 | 0 | 36 | 22 | 20 | 520 | 54 | 107 |
| Binary | 11010110 | 10010101 | 10101111 | 0 | 11110 | 10010 | 10000 | 101010000 | 101100 | 1000111 |
Color Harmonies of #D695AF
Complementary color
Monochromatic Colors of #D695AF
Black with #D695AF
Text Example
Text Example
White with #D695AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D695AF; }
p { color: rgb(214,149,175); }
H1.HeaderClassName
{
color: #D695AF;
}
.AnyTagClassName
{
color: #D695AF;
}
</style>
background-color css
<style>
a { background-color: #D695AF; }
a { background-color: rgb(214,149,175); }
div.DivClassName
{
background-color: #D695AF;
}
.BgClassName
{
background-color: #D695AF;
}
</style>
border-color css
<style>
span { border-color: #D695AF; }
span { border-color: rgb(214,149,175); }
td.TdClassName
{
border-color: #D695AF;
}
.TagClassName
{
border-color: #D695AF;
}
</style>