Shades of Kobi #D48BA7
Tints of Kobi #D48BA7
RGB
CMYK
RGB Variations
Color information
#D48BA7 (or 0xD48BA7) is known color: Kobi. HEX triplet: D4, 8B and A7. RGB value is (212,139,167). Sum of RGB (Red+Green+Blue) = 212+139+167=518 (68% of max value = 765). Red value is 212 (83.20% from 255 or 40.93% from 518); Green value is 139 (54.69% from 255 or 26.83% from 518); Blue value is 167 (65.62% from 255 or 32.24% from 518); Max value from RGB is 212 - color contains mainly: red. Hex color #D48BA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D48BA7 is #2B7458. Grayscale: #A3A3A3. Windows color (decimal): -2847833 or 10980308. OLE color: 10980308.
HSL color Cylindrical-coordinate representation of color #D48BA7: hue angle of 336.99º 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 #D48BA7 is Cyan = 0, Magento = 0.34, Yellow = 0.21 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 139 | 167 | - |
| CMYK | 0 | 0.34 | 0.21 | 0.17 |
| HSL | 336.99º | 0.46% | 0.69% | - |
| HSV(B) | 336.99º | 0.34% | 0.83% | - |
| XYZ | 43.36 | 35.25 | 41.08 | - |
| YUV | 164.02 | 129.68 | 162.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 139 | 167 | 0 | 0.34 | 0.21 | 0.17 | 336.99 | 0.46 | 0.69 |
| Hex | D4 | 8B | A7 | 0 | 22 | 15 | 11 | 151 | 2E | 45 |
| Octal | 324 | 213 | 247 | 0 | 42 | 25 | 21 | 521 | 56 | 105 |
| Binary | 11010100 | 10001011 | 10100111 | 0 | 100010 | 10101 | 10001 | 101010001 | 101110 | 1000101 |
Color Harmonies of #D48BA7
Complementary color
Monochromatic Colors of #D48BA7
Black with #D48BA7
Text Example
Text Example
White with #D48BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48BA7; }
p { color: rgb(212,139,167); }
H1.HeaderClassName
{
color: #D48BA7;
}
.AnyTagClassName
{
color: #D48BA7;
}
</style>
background-color css
<style>
a { background-color: #D48BA7; }
a { background-color: rgb(212,139,167); }
div.DivClassName
{
background-color: #D48BA7;
}
.BgClassName
{
background-color: #D48BA7;
}
</style>
border-color css
<style>
span { border-color: #D48BA7; }
span { border-color: rgb(212,139,167); }
td.TdClassName
{
border-color: #D48BA7;
}
.TagClassName
{
border-color: #D48BA7;
}
</style>