Shades of Kobi #D19CAB
Tints of Kobi #D19CAB
RGB
CMYK
RGB Variations
Color information
#D19CAB (or 0xD19CAB) is known color: Kobi. HEX triplet: D1, 9C and AB. RGB value is (209,156,171). Sum of RGB (Red+Green+Blue) = 209+156+171=536 (70% of max value = 765). Red value is 209 (82.03% from 255 or 38.99% from 536); Green value is 156 (61.33% from 255 or 29.10% from 536); Blue value is 171 (67.19% from 255 or 31.90% from 536); Max value from RGB is 209 - color contains mainly: red. Hex color #D19CAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19CAB is #2E6354. Grayscale: #ADADAD. Windows color (decimal): -3040085 or 11246801. OLE color: 11246801.
HSL color Cylindrical-coordinate representation of color #D19CAB: hue angle of 343.02º degrees, saturation: 0.37, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D19CAB is Cyan = 0, Magento = 0.25, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 156 | 171 | - |
| CMYK | 0 | 0.25 | 0.18 | 0.18 |
| HSL | 343.02º | 0.37% | 0.72% | - |
| HSV(B) | 343.02º | 0.25% | 0.82% | - |
| XYZ | 45.53 | 40.27 | 43.9 | - |
| YUV | 173.56 | 126.56 | 153.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 156 | 171 | 0 | 0.25 | 0.18 | 0.18 | 343.02 | 0.37 | 0.72 |
| Hex | D1 | 9C | AB | 0 | 19 | 12 | 12 | 157 | 25 | 48 |
| Octal | 321 | 234 | 253 | 0 | 31 | 22 | 22 | 527 | 45 | 110 |
| Binary | 11010001 | 10011100 | 10101011 | 0 | 11001 | 10010 | 10010 | 101010111 | 100101 | 1001000 |
Color Harmonies of #D19CAB
Complementary color
Monochromatic Colors of #D19CAB
Black with #D19CAB
Text Example
Text Example
White with #D19CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19CAB; }
p { color: rgb(209,156,171); }
H1.HeaderClassName
{
color: #D19CAB;
}
.AnyTagClassName
{
color: #D19CAB;
}
</style>
background-color css
<style>
a { background-color: #D19CAB; }
a { background-color: rgb(209,156,171); }
div.DivClassName
{
background-color: #D19CAB;
}
.BgClassName
{
background-color: #D19CAB;
}
</style>
border-color css
<style>
span { border-color: #D19CAB; }
span { border-color: rgb(209,156,171); }
td.TdClassName
{
border-color: #D19CAB;
}
.TagClassName
{
border-color: #D19CAB;
}
</style>