Shades of Kobi #D4A1B6
Tints of Kobi #D4A1B6
RGB
CMYK
RGB Variations
Color information
#D4A1B6 (or 0xD4A1B6) is known color: Kobi. HEX triplet: D4, A1 and B6. RGB value is (212,161,182). Sum of RGB (Red+Green+Blue) = 212+161+182=555 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.20% from 555); Green value is 161 (63.28% from 255 or 29.01% from 555); Blue value is 182 (71.48% from 255 or 32.79% from 555); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A1B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4A1B6 is #2B5E49. Grayscale: #B2B2B2. Windows color (decimal): -2842186 or 11968980. OLE color: 11968980.
HSL color Cylindrical-coordinate representation of color #D4A1B6: hue angle of 335.29º degrees, saturation: 0.37, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D4A1B6 is Cyan = 0, Magento = 0.24, Yellow = 0.14 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 161 | 182 | - |
| CMYK | 0 | 0.24 | 0.14 | 0.17 |
| HSL | 335.29º | 0.37% | 0.73% | - |
| HSV(B) | 335.29º | 0.24% | 0.83% | - |
| XYZ | 48.34 | 42.86 | 49.98 | - |
| YUV | 178.64 | 129.9 | 151.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 161 | 182 | 0 | 0.24 | 0.14 | 0.17 | 335.29 | 0.37 | 0.73 |
| Hex | D4 | A1 | B6 | 0 | 18 | E | 11 | 14F | 25 | 49 |
| Octal | 324 | 241 | 266 | 0 | 30 | 16 | 21 | 517 | 45 | 111 |
| Binary | 11010100 | 10100001 | 10110110 | 0 | 11000 | 1110 | 10001 | 101001111 | 100101 | 1001001 |
Color Harmonies of #D4A1B6
Complementary color
Monochromatic Colors of #D4A1B6
Black with #D4A1B6
Text Example
Text Example
White with #D4A1B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A1B6; }
p { color: rgb(212,161,182); }
H1.HeaderClassName
{
color: #D4A1B6;
}
.AnyTagClassName
{
color: #D4A1B6;
}
</style>
background-color css
<style>
a { background-color: #D4A1B6; }
a { background-color: rgb(212,161,182); }
div.DivClassName
{
background-color: #D4A1B6;
}
.BgClassName
{
background-color: #D4A1B6;
}
</style>
border-color css
<style>
span { border-color: #D4A1B6; }
span { border-color: rgb(212,161,182); }
td.TdClassName
{
border-color: #D4A1B6;
}
.TagClassName
{
border-color: #D4A1B6;
}
</style>