Shades of Kobi #D38BAC
Tints of Kobi #D38BAC
RGB
CMYK
RGB Variations
Color information
#D38BAC (or 0xD38BAC) is known color: Kobi. HEX triplet: D3, 8B and AC. RGB value is (211,139,172). Sum of RGB (Red+Green+Blue) = 211+139+172=522 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.42% from 522); Green value is 139 (54.69% from 255 or 26.63% from 522); Blue value is 172 (67.58% from 255 or 32.95% from 522); Max value from RGB is 211 - color contains mainly: red. Hex color #D38BAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D38BAC is #2C7453. Grayscale: #A4A4A4. Windows color (decimal): -2913364 or 11307987. OLE color: 11307987.
HSL color Cylindrical-coordinate representation of color #D38BAC: hue angle of 332.5º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D38BAC is Cyan = 0, Magento = 0.34, Yellow = 0.18 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 139 | 172 | - |
| CMYK | 0 | 0.34 | 0.18 | 0.17 |
| HSL | 332.5º | 0.45% | 0.69% | - |
| HSV(B) | 332.5º | 0.34% | 0.83% | - |
| XYZ | 43.54 | 35.29 | 43.55 | - |
| YUV | 164.29 | 132.35 | 161.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 139 | 172 | 0 | 0.34 | 0.18 | 0.17 | 332.5 | 0.45 | 0.69 |
| Hex | D3 | 8B | AC | 0 | 22 | 12 | 11 | 14C | 2D | 45 |
| Octal | 323 | 213 | 254 | 0 | 42 | 22 | 21 | 514 | 55 | 105 |
| Binary | 11010011 | 10001011 | 10101100 | 0 | 100010 | 10010 | 10001 | 101001100 | 101101 | 1000101 |
Color Harmonies of #D38BAC
Complementary color
Monochromatic Colors of #D38BAC
Black with #D38BAC
Text Example
Text Example
White with #D38BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D38BAC; }
p { color: rgb(211,139,172); }
H1.HeaderClassName
{
color: #D38BAC;
}
.AnyTagClassName
{
color: #D38BAC;
}
</style>
background-color css
<style>
a { background-color: #D38BAC; }
a { background-color: rgb(211,139,172); }
div.DivClassName
{
background-color: #D38BAC;
}
.BgClassName
{
background-color: #D38BAC;
}
</style>
border-color css
<style>
span { border-color: #D38BAC; }
span { border-color: rgb(211,139,172); }
td.TdClassName
{
border-color: #D38BAC;
}
.TagClassName
{
border-color: #D38BAC;
}
</style>