Shades of Kobi #D797AB
Tints of Kobi #D797AB
RGB
CMYK
RGB Variations
Color information
#D797AB (or 0xD797AB) is known color: Kobi. HEX triplet: D7, 97 and AB. RGB value is (215,151,171). Sum of RGB (Red+Green+Blue) = 215+151+171=537 (71% of max value = 765). Red value is 215 (84.38% from 255 or 40.04% from 537); Green value is 151 (59.38% from 255 or 28.12% from 537); Blue value is 171 (67.19% from 255 or 31.84% from 537); Max value from RGB is 215 - color contains mainly: red. Hex color #D797AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D797AB is #286854. Grayscale: #ACACAC. Windows color (decimal): -2648149 or 11245527. OLE color: 11245527.
HSL color Cylindrical-coordinate representation of color #D797AB: hue angle of 341.25º 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 #D797AB is Cyan = 0, Magento = 0.30, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 151 | 171 | - |
| CMYK | 0 | 0.30 | 0.20 | 0.16 |
| HSL | 341.25º | 0.44% | 0.72% | - |
| HSV(B) | 341.25º | 0.3% | 0.84% | - |
| XYZ | 46.44 | 39.52 | 43.71 | - |
| YUV | 172.42 | 127.2 | 158.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 151 | 171 | 0 | 0.30 | 0.20 | 0.16 | 341.25 | 0.44 | 0.72 |
| Hex | D7 | 97 | AB | 0 | 1E | 14 | 10 | 155 | 2C | 48 |
| Octal | 327 | 227 | 253 | 0 | 36 | 24 | 20 | 525 | 54 | 110 |
| Binary | 11010111 | 10010111 | 10101011 | 0 | 11110 | 10100 | 10000 | 101010101 | 101100 | 1001000 |
Color Harmonies of #D797AB
Complementary color
Monochromatic Colors of #D797AB
Black with #D797AB
Text Example
Text Example
White with #D797AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D797AB; }
p { color: rgb(215,151,171); }
H1.HeaderClassName
{
color: #D797AB;
}
.AnyTagClassName
{
color: #D797AB;
}
</style>
background-color css
<style>
a { background-color: #D797AB; }
a { background-color: rgb(215,151,171); }
div.DivClassName
{
background-color: #D797AB;
}
.BgClassName
{
background-color: #D797AB;
}
</style>
border-color css
<style>
span { border-color: #D797AB; }
span { border-color: rgb(215,151,171); }
td.TdClassName
{
border-color: #D797AB;
}
.TagClassName
{
border-color: #D797AB;
}
</style>