Shades of Kobi #D49DAC
Tints of Kobi #D49DAC
RGB
CMYK
RGB Variations
Color information
#D49DAC (or 0xD49DAC) is known color: Kobi. HEX triplet: D4, 9D and AC. RGB value is (212,157,172). Sum of RGB (Red+Green+Blue) = 212+157+172=541 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.19% from 541); Green value is 157 (61.72% from 255 or 29.02% from 541); Blue value is 172 (67.58% from 255 or 31.79% from 541); Max value from RGB is 212 - color contains mainly: red. Hex color #D49DAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49DAC is #2B6253. Grayscale: #AFAFAF. Windows color (decimal): -2843220 or 11312596. OLE color: 11312596.
HSL color Cylindrical-coordinate representation of color #D49DAC: hue angle of 343.64º degrees, saturation: 0.39, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D49DAC is Cyan = 0, Magento = 0.26, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 157 | 172 | - |
| CMYK | 0 | 0.26 | 0.19 | 0.17 |
| HSL | 343.64º | 0.39% | 0.72% | - |
| HSV(B) | 343.64º | 0.26% | 0.83% | - |
| XYZ | 46.65 | 41.09 | 44.5 | - |
| YUV | 175.16 | 126.22 | 154.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 157 | 172 | 0 | 0.26 | 0.19 | 0.17 | 343.64 | 0.39 | 0.72 |
| Hex | D4 | 9D | AC | 0 | 1A | 13 | 11 | 158 | 27 | 48 |
| Octal | 324 | 235 | 254 | 0 | 32 | 23 | 21 | 530 | 47 | 110 |
| Binary | 11010100 | 10011101 | 10101100 | 0 | 11010 | 10011 | 10001 | 101011000 | 100111 | 1001000 |
Color Harmonies of #D49DAC
Complementary color
Monochromatic Colors of #D49DAC
Black with #D49DAC
Text Example
Text Example
White with #D49DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49DAC; }
p { color: rgb(212,157,172); }
H1.HeaderClassName
{
color: #D49DAC;
}
.AnyTagClassName
{
color: #D49DAC;
}
</style>
background-color css
<style>
a { background-color: #D49DAC; }
a { background-color: rgb(212,157,172); }
div.DivClassName
{
background-color: #D49DAC;
}
.BgClassName
{
background-color: #D49DAC;
}
</style>
border-color css
<style>
span { border-color: #D49DAC; }
span { border-color: rgb(212,157,172); }
td.TdClassName
{
border-color: #D49DAC;
}
.TagClassName
{
border-color: #D49DAC;
}
</style>