Shades of Kobi #D49CAC
Tints of Kobi #D49CAC
RGB
CMYK
RGB Variations
Color information
#D49CAC (or 0xD49CAC) is known color: Kobi. HEX triplet: D4, 9C and AC. RGB value is (212,156,172). Sum of RGB (Red+Green+Blue) = 212+156+172=540 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.26% from 540); Green value is 156 (61.33% from 255 or 28.89% from 540); Blue value is 172 (67.58% from 255 or 31.85% from 540); Max value from RGB is 212 - color contains mainly: red. Hex color #D49CAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49CAC is #2B6353. Grayscale: #AEAEAE. Windows color (decimal): -2843476 or 11312340. OLE color: 11312340.
HSL color Cylindrical-coordinate representation of color #D49CAC: hue angle of 342.86º 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 #D49CAC is Cyan = 0, Magento = 0.26, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 156 | 172 | - |
| CMYK | 0 | 0.26 | 0.19 | 0.17 |
| HSL | 342.86º | 0.39% | 0.72% | - |
| HSV(B) | 342.86º | 0.26% | 0.83% | - |
| XYZ | 46.49 | 40.75 | 44.45 | - |
| YUV | 174.57 | 126.55 | 154.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 156 | 172 | 0 | 0.26 | 0.19 | 0.17 | 342.86 | 0.39 | 0.72 |
| Hex | D4 | 9C | AC | 0 | 1A | 13 | 11 | 157 | 27 | 48 |
| Octal | 324 | 234 | 254 | 0 | 32 | 23 | 21 | 527 | 47 | 110 |
| Binary | 11010100 | 10011100 | 10101100 | 0 | 11010 | 10011 | 10001 | 101010111 | 100111 | 1001000 |
Color Harmonies of #D49CAC
Complementary color
Monochromatic Colors of #D49CAC
Black with #D49CAC
Text Example
Text Example
White with #D49CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49CAC; }
p { color: rgb(212,156,172); }
H1.HeaderClassName
{
color: #D49CAC;
}
.AnyTagClassName
{
color: #D49CAC;
}
</style>
background-color css
<style>
a { background-color: #D49CAC; }
a { background-color: rgb(212,156,172); }
div.DivClassName
{
background-color: #D49CAC;
}
.BgClassName
{
background-color: #D49CAC;
}
</style>
border-color css
<style>
span { border-color: #D49CAC; }
span { border-color: rgb(212,156,172); }
td.TdClassName
{
border-color: #D49CAC;
}
.TagClassName
{
border-color: #D49CAC;
}
</style>