Shades of Kobi #D796AF
Tints of Kobi #D796AF
RGB
CMYK
RGB Variations
Color information
#D796AF (or 0xD796AF) is known color: Kobi. HEX triplet: D7, 96 and AF. RGB value is (215,150,175). Sum of RGB (Red+Green+Blue) = 215+150+175=540 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.81% from 540); Green value is 150 (58.98% from 255 or 27.78% from 540); Blue value is 175 (68.75% from 255 or 32.41% from 540); Max value from RGB is 215 - color contains mainly: red. Hex color #D796AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D796AF is #286950. Grayscale: #ACACAC. Windows color (decimal): -2648401 or 11507415. OLE color: 11507415.
HSL color Cylindrical-coordinate representation of color #D796AF: hue angle of 336.92º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D796AF is Cyan = 0, Magento = 0.30, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 150 | 175 | - |
| CMYK | 0 | 0.30 | 0.19 | 0.16 |
| HSL | 336.92º | 0.45% | 0.72% | - |
| HSV(B) | 336.92º | 0.3% | 0.84% | - |
| XYZ | 46.67 | 39.35 | 45.69 | - |
| YUV | 172.29 | 129.53 | 158.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 150 | 175 | 0 | 0.30 | 0.19 | 0.16 | 336.92 | 0.45 | 0.72 |
| Hex | D7 | 96 | AF | 0 | 1E | 13 | 10 | 151 | 2D | 48 |
| Octal | 327 | 226 | 257 | 0 | 36 | 23 | 20 | 521 | 55 | 110 |
| Binary | 11010111 | 10010110 | 10101111 | 0 | 11110 | 10011 | 10000 | 101010001 | 101101 | 1001000 |
Color Harmonies of #D796AF
Complementary color
Monochromatic Colors of #D796AF
Black with #D796AF
Text Example
Text Example
White with #D796AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D796AF; }
p { color: rgb(215,150,175); }
H1.HeaderClassName
{
color: #D796AF;
}
.AnyTagClassName
{
color: #D796AF;
}
</style>
background-color css
<style>
a { background-color: #D796AF; }
a { background-color: rgb(215,150,175); }
div.DivClassName
{
background-color: #D796AF;
}
.BgClassName
{
background-color: #D796AF;
}
</style>
border-color css
<style>
span { border-color: #D796AF; }
span { border-color: rgb(215,150,175); }
td.TdClassName
{
border-color: #D796AF;
}
.TagClassName
{
border-color: #D796AF;
}
</style>