Shades of Kobi #D5A2B1
Tints of Kobi #D5A2B1
RGB
CMYK
RGB Variations
Color information
#D5A2B1 (or 0xD5A2B1) is known color: Kobi. HEX triplet: D5, A2 and B1. RGB value is (213,162,177). Sum of RGB (Red+Green+Blue) = 213+162+177=552 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.59% from 552); Green value is 162 (63.67% from 255 or 29.35% from 552); Blue value is 177 (69.53% from 255 or 32.07% from 552); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A2B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A2B1 is #2A5D4E. Grayscale: #B2B2B2. Windows color (decimal): -2776399 or 11641557. OLE color: 11641557.
HSL color Cylindrical-coordinate representation of color #D5A2B1: hue angle of 342.35º degrees, saturation: 0.38, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D5A2B1 is Cyan = 0, Magento = 0.24, Yellow = 0.17 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 162 | 177 | - |
| CMYK | 0 | 0.24 | 0.17 | 0.16 |
| HSL | 342.35º | 0.38% | 0.74% | - |
| HSV(B) | 342.35º | 0.24% | 0.84% | - |
| XYZ | 48.3 | 43.16 | 47.38 | - |
| YUV | 178.96 | 126.9 | 152.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 162 | 177 | 0 | 0.24 | 0.17 | 0.16 | 342.35 | 0.38 | 0.74 |
| Hex | D5 | A2 | B1 | 0 | 18 | 11 | 10 | 156 | 26 | 4A |
| Octal | 325 | 242 | 261 | 0 | 30 | 21 | 20 | 526 | 46 | 112 |
| Binary | 11010101 | 10100010 | 10110001 | 0 | 11000 | 10001 | 10000 | 101010110 | 100110 | 1001010 |
Color Harmonies of #D5A2B1
Complementary color
Monochromatic Colors of #D5A2B1
Black with #D5A2B1
Text Example
Text Example
White with #D5A2B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A2B1; }
p { color: rgb(213,162,177); }
H1.HeaderClassName
{
color: #D5A2B1;
}
.AnyTagClassName
{
color: #D5A2B1;
}
</style>
background-color css
<style>
a { background-color: #D5A2B1; }
a { background-color: rgb(213,162,177); }
div.DivClassName
{
background-color: #D5A2B1;
}
.BgClassName
{
background-color: #D5A2B1;
}
</style>
border-color css
<style>
span { border-color: #D5A2B1; }
span { border-color: rgb(213,162,177); }
td.TdClassName
{
border-color: #D5A2B1;
}
.TagClassName
{
border-color: #D5A2B1;
}
</style>