Shades of Kobi #D49CAB
Tints of Kobi #D49CAB
RGB
CMYK
RGB Variations
Color information
#D49CAB (or 0xD49CAB) is known color: Kobi. HEX triplet: D4, 9C and AB. RGB value is (212,156,171). Sum of RGB (Red+Green+Blue) = 212+156+171=539 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.33% from 539); Green value is 156 (61.33% from 255 or 28.94% from 539); Blue value is 171 (67.19% from 255 or 31.73% from 539); Max value from RGB is 212 - color contains mainly: red. Hex color #D49CAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49CAB is #2B6354. Grayscale: #AEAEAE. Windows color (decimal): -2843477 or 11246804. OLE color: 11246804.
HSL color Cylindrical-coordinate representation of color #D49CAB: hue angle of 343.93º 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 #D49CAB is Cyan = 0, Magento = 0.26, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 156 | 171 | - |
| CMYK | 0 | 0.26 | 0.19 | 0.17 |
| HSL | 343.93º | 0.39% | 0.72% | - |
| HSV(B) | 343.93º | 0.26% | 0.83% | - |
| XYZ | 46.39 | 40.71 | 43.94 | - |
| YUV | 174.45 | 126.05 | 154.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 156 | 171 | 0 | 0.26 | 0.19 | 0.17 | 343.93 | 0.39 | 0.72 |
| Hex | D4 | 9C | AB | 0 | 1A | 13 | 11 | 158 | 27 | 48 |
| Octal | 324 | 234 | 253 | 0 | 32 | 23 | 21 | 530 | 47 | 110 |
| Binary | 11010100 | 10011100 | 10101011 | 0 | 11010 | 10011 | 10001 | 101011000 | 100111 | 1001000 |
Color Harmonies of #D49CAB
Complementary color
Monochromatic Colors of #D49CAB
Black with #D49CAB
Text Example
Text Example
White with #D49CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49CAB; }
p { color: rgb(212,156,171); }
H1.HeaderClassName
{
color: #D49CAB;
}
.AnyTagClassName
{
color: #D49CAB;
}
</style>
background-color css
<style>
a { background-color: #D49CAB; }
a { background-color: rgb(212,156,171); }
div.DivClassName
{
background-color: #D49CAB;
}
.BgClassName
{
background-color: #D49CAB;
}
</style>
border-color css
<style>
span { border-color: #D49CAB; }
span { border-color: rgb(212,156,171); }
td.TdClassName
{
border-color: #D49CAB;
}
.TagClassName
{
border-color: #D49CAB;
}
</style>