Shades of Kobi #D38AAB
Tints of Kobi #D38AAB
RGB
CMYK
RGB Variations
Color information
#D38AAB (or 0xD38AAB) is known color: Kobi. HEX triplet: D3, 8A and AB. RGB value is (211,138,171). Sum of RGB (Red+Green+Blue) = 211+138+171=520 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.58% from 520); Green value is 138 (54.30% from 255 or 26.54% from 520); Blue value is 171 (67.19% from 255 or 32.88% from 520); Max value from RGB is 211 - color contains mainly: red. Hex color #D38AAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D38AAB is #2C7554. Grayscale: #A3A3A3. Windows color (decimal): -2913621 or 11242195. OLE color: 11242195.
HSL color Cylindrical-coordinate representation of color #D38AAB: hue angle of 332.88º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D38AAB is Cyan = 0, Magento = 0.35, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 138 | 171 | - |
| CMYK | 0 | 0.35 | 0.19 | 0.17 |
| HSL | 332.88º | 0.45% | 0.68% | - |
| HSV(B) | 332.88º | 0.35% | 0.83% | - |
| XYZ | 43.3 | 34.97 | 42.99 | - |
| YUV | 163.59 | 132.18 | 161.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 138 | 171 | 0 | 0.35 | 0.19 | 0.17 | 332.88 | 0.45 | 0.68 |
| Hex | D3 | 8A | AB | 0 | 23 | 13 | 11 | 14D | 2D | 44 |
| Octal | 323 | 212 | 253 | 0 | 43 | 23 | 21 | 515 | 55 | 104 |
| Binary | 11010011 | 10001010 | 10101011 | 0 | 100011 | 10011 | 10001 | 101001101 | 101101 | 1000100 |
Color Harmonies of #D38AAB
Complementary color
Monochromatic Colors of #D38AAB
Black with #D38AAB
Text Example
Text Example
White with #D38AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D38AAB; }
p { color: rgb(211,138,171); }
H1.HeaderClassName
{
color: #D38AAB;
}
.AnyTagClassName
{
color: #D38AAB;
}
</style>
background-color css
<style>
a { background-color: #D38AAB; }
a { background-color: rgb(211,138,171); }
div.DivClassName
{
background-color: #D38AAB;
}
.BgClassName
{
background-color: #D38AAB;
}
</style>
border-color css
<style>
span { border-color: #D38AAB; }
span { border-color: rgb(211,138,171); }
td.TdClassName
{
border-color: #D38AAB;
}
.TagClassName
{
border-color: #D38AAB;
}
</style>