Shades of Kobi #D4A2B1
Tints of Kobi #D4A2B1
RGB
CMYK
RGB Variations
Color information
#D4A2B1 (or 0xD4A2B1) is known color: Kobi. HEX triplet: D4, A2 and B1. RGB value is (212,162,177). Sum of RGB (Red+Green+Blue) = 212+162+177=551 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.48% from 551); Green value is 162 (63.67% from 255 or 29.40% from 551); Blue value is 177 (69.53% from 255 or 32.12% from 551); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A2B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4A2B1 is #2B5D4E. Grayscale: #B2B2B2. Windows color (decimal): -2841935 or 11641556. OLE color: 11641556.
HSL color Cylindrical-coordinate representation of color #D4A2B1: hue angle of 342º 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 #D4A2B1 is Cyan = 0, Magento = 0.24, Yellow = 0.17 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 162 | 177 | - |
| CMYK | 0 | 0.24 | 0.17 | 0.17 |
| HSL | 342º | 0.37% | 0.73% | - |
| HSV(B) | 342º | 0.24% | 0.83% | - |
| XYZ | 48.01 | 43.01 | 47.37 | - |
| YUV | 178.66 | 127.07 | 151.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 162 | 177 | 0 | 0.24 | 0.17 | 0.17 | 342 | 0.37 | 0.73 |
| Hex | D4 | A2 | B1 | 0 | 18 | 11 | 11 | 156 | 25 | 49 |
| Octal | 324 | 242 | 261 | 0 | 30 | 21 | 21 | 526 | 45 | 111 |
| Binary | 11010100 | 10100010 | 10110001 | 0 | 11000 | 10001 | 10001 | 101010110 | 100101 | 1001001 |
Color Harmonies of #D4A2B1
Complementary color
Monochromatic Colors of #D4A2B1
Black with #D4A2B1
Text Example
Text Example
White with #D4A2B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A2B1; }
p { color: rgb(212,162,177); }
H1.HeaderClassName
{
color: #D4A2B1;
}
.AnyTagClassName
{
color: #D4A2B1;
}
</style>
background-color css
<style>
a { background-color: #D4A2B1; }
a { background-color: rgb(212,162,177); }
div.DivClassName
{
background-color: #D4A2B1;
}
.BgClassName
{
background-color: #D4A2B1;
}
</style>
border-color css
<style>
span { border-color: #D4A2B1; }
span { border-color: rgb(212,162,177); }
td.TdClassName
{
border-color: #D4A2B1;
}
.TagClassName
{
border-color: #D4A2B1;
}
</style>