Shades of Kobi #D797A6
Tints of Kobi #D797A6
RGB
CMYK
RGB Variations
Color information
#D797A6 (or 0xD797A6) is known color: Kobi. HEX triplet: D7, 97 and A6. RGB value is (215,151,166). Sum of RGB (Red+Green+Blue) = 215+151+166=532 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.41% from 532); Green value is 151 (59.38% from 255 or 28.38% from 532); Blue value is 166 (65.23% from 255 or 31.20% from 532); Max value from RGB is 215 - color contains mainly: red. Hex color #D797A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D797A6 is #286859. Grayscale: #ABABAB. Windows color (decimal): -2648154 or 10917847. OLE color: 10917847.
HSL color Cylindrical-coordinate representation of color #D797A6: hue angle of 345.94º degrees, saturation: 0.44, 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 #D797A6 is Cyan = 0, Magento = 0.30, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 151 | 166 | - |
| CMYK | 0 | 0.30 | 0.23 | 0.16 |
| HSL | 345.94º | 0.44% | 0.72% | - |
| HSV(B) | 345.94º | 0.3% | 0.84% | - |
| XYZ | 45.97 | 39.33 | 41.25 | - |
| YUV | 171.85 | 124.7 | 158.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 151 | 166 | 0 | 0.30 | 0.23 | 0.16 | 345.94 | 0.44 | 0.72 |
| Hex | D7 | 97 | A6 | 0 | 1E | 17 | 10 | 15A | 2C | 48 |
| Octal | 327 | 227 | 246 | 0 | 36 | 27 | 20 | 532 | 54 | 110 |
| Binary | 11010111 | 10010111 | 10100110 | 0 | 11110 | 10111 | 10000 | 101011010 | 101100 | 1001000 |
Color Harmonies of #D797A6
Complementary color
Monochromatic Colors of #D797A6
Black with #D797A6
Text Example
Text Example
White with #D797A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D797A6; }
p { color: rgb(215,151,166); }
H1.HeaderClassName
{
color: #D797A6;
}
.AnyTagClassName
{
color: #D797A6;
}
</style>
background-color css
<style>
a { background-color: #D797A6; }
a { background-color: rgb(215,151,166); }
div.DivClassName
{
background-color: #D797A6;
}
.BgClassName
{
background-color: #D797A6;
}
</style>
border-color css
<style>
span { border-color: #D797A6; }
span { border-color: rgb(215,151,166); }
td.TdClassName
{
border-color: #D797A6;
}
.TagClassName
{
border-color: #D797A6;
}
</style>