Shades of Kobi #D48BAB
Tints of Kobi #D48BAB
RGB
CMYK
RGB Variations
Color information
#D48BAB (or 0xD48BAB) is known color: Kobi. HEX triplet: D4, 8B and AB. RGB value is (212,139,171). Sum of RGB (Red+Green+Blue) = 212+139+171=522 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.61% from 522); Green value is 139 (54.69% from 255 or 26.63% from 522); Blue value is 171 (67.19% from 255 or 32.76% from 522); Max value from RGB is 212 - color contains mainly: red. Hex color #D48BAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D48BAB is #2B7454. Grayscale: #A4A4A4. Windows color (decimal): -2847829 or 11242452. OLE color: 11242452.
HSL color Cylindrical-coordinate representation of color #D48BAB: hue angle of 333.7º degrees, saturation: 0.46, 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 #D48BAB is Cyan = 0, Magento = 0.34, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 139 | 171 | - |
| CMYK | 0 | 0.34 | 0.19 | 0.17 |
| HSL | 333.7º | 0.46% | 0.69% | - |
| HSV(B) | 333.7º | 0.34% | 0.83% | - |
| XYZ | 43.73 | 35.4 | 43.06 | - |
| YUV | 164.48 | 131.68 | 161.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 139 | 171 | 0 | 0.34 | 0.19 | 0.17 | 333.7 | 0.46 | 0.69 |
| Hex | D4 | 8B | AB | 0 | 22 | 13 | 11 | 14E | 2E | 45 |
| Octal | 324 | 213 | 253 | 0 | 42 | 23 | 21 | 516 | 56 | 105 |
| Binary | 11010100 | 10001011 | 10101011 | 0 | 100010 | 10011 | 10001 | 101001110 | 101110 | 1000101 |
Color Harmonies of #D48BAB
Complementary color
Monochromatic Colors of #D48BAB
Black with #D48BAB
Text Example
Text Example
White with #D48BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48BAB; }
p { color: rgb(212,139,171); }
H1.HeaderClassName
{
color: #D48BAB;
}
.AnyTagClassName
{
color: #D48BAB;
}
</style>
background-color css
<style>
a { background-color: #D48BAB; }
a { background-color: rgb(212,139,171); }
div.DivClassName
{
background-color: #D48BAB;
}
.BgClassName
{
background-color: #D48BAB;
}
</style>
border-color css
<style>
span { border-color: #D48BAB; }
span { border-color: rgb(212,139,171); }
td.TdClassName
{
border-color: #D48BAB;
}
.TagClassName
{
border-color: #D48BAB;
}
</style>