Shades of Kobi #D4A0B6
Tints of Kobi #D4A0B6
RGB
CMYK
RGB Variations
Color information
#D4A0B6 (or 0xD4A0B6) is known color: Kobi. HEX triplet: D4, A0 and B6. RGB value is (212,160,182). Sum of RGB (Red+Green+Blue) = 212+160+182=554 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.27% from 554); Green value is 160 (62.89% from 255 or 28.88% from 554); Blue value is 182 (71.48% from 255 or 32.85% from 554); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A0B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4A0B6 is #2B5F49. Grayscale: #B2B2B2. Windows color (decimal): -2842442 or 11968724. OLE color: 11968724.
HSL color Cylindrical-coordinate representation of color #D4A0B6: hue angle of 334.62º degrees, saturation: 0.38, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D4A0B6 is Cyan = 0, Magento = 0.25, Yellow = 0.14 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 160 | 182 | - |
| CMYK | 0 | 0.25 | 0.14 | 0.17 |
| HSL | 334.62º | 0.38% | 0.73% | - |
| HSV(B) | 334.62º | 0.25% | 0.83% | - |
| XYZ | 48.17 | 42.52 | 49.92 | - |
| YUV | 178.06 | 130.23 | 152.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 160 | 182 | 0 | 0.25 | 0.14 | 0.17 | 334.62 | 0.38 | 0.73 |
| Hex | D4 | A0 | B6 | 0 | 19 | E | 11 | 14F | 26 | 49 |
| Octal | 324 | 240 | 266 | 0 | 31 | 16 | 21 | 517 | 46 | 111 |
| Binary | 11010100 | 10100000 | 10110110 | 0 | 11001 | 1110 | 10001 | 101001111 | 100110 | 1001001 |
Color Harmonies of #D4A0B6
Complementary color
Monochromatic Colors of #D4A0B6
Black with #D4A0B6
Text Example
Text Example
White with #D4A0B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A0B6; }
p { color: rgb(212,160,182); }
H1.HeaderClassName
{
color: #D4A0B6;
}
.AnyTagClassName
{
color: #D4A0B6;
}
</style>
background-color css
<style>
a { background-color: #D4A0B6; }
a { background-color: rgb(212,160,182); }
div.DivClassName
{
background-color: #D4A0B6;
}
.BgClassName
{
background-color: #D4A0B6;
}
</style>
border-color css
<style>
span { border-color: #D4A0B6; }
span { border-color: rgb(212,160,182); }
td.TdClassName
{
border-color: #D4A0B6;
}
.TagClassName
{
border-color: #D4A0B6;
}
</style>