Shades of Kobi #D5A4B3
Tints of Kobi #D5A4B3
RGB
CMYK
RGB Variations
Color information
#D5A4B3 (or 0xD5A4B3) is known color: Kobi. HEX triplet: D5, A4 and B3. RGB value is (213,164,179). Sum of RGB (Red+Green+Blue) = 213+164+179=556 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.31% from 556); Green value is 164 (64.45% from 255 or 29.50% from 556); Blue value is 179 (70.31% from 255 or 32.19% from 556); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A4B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5A4B3 is #2A5B4C. Grayscale: #B4B4B4. Windows color (decimal): -2775885 or 11773141. OLE color: 11773141.
HSL color Cylindrical-coordinate representation of color #D5A4B3: hue angle of 341.63º degrees, saturation: 0.37, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D5A4B3 is Cyan = 0, Magento = 0.23, Yellow = 0.16 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 164 | 179 | - |
| CMYK | 0 | 0.23 | 0.16 | 0.16 |
| HSL | 341.63º | 0.37% | 0.74% | - |
| HSV(B) | 341.63º | 0.23% | 0.84% | - |
| XYZ | 48.85 | 43.95 | 48.56 | - |
| YUV | 180.36 | 127.23 | 151.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 164 | 179 | 0 | 0.23 | 0.16 | 0.16 | 341.63 | 0.37 | 0.74 |
| Hex | D5 | A4 | B3 | 0 | 17 | 10 | 10 | 156 | 25 | 4A |
| Octal | 325 | 244 | 263 | 0 | 27 | 20 | 20 | 526 | 45 | 112 |
| Binary | 11010101 | 10100100 | 10110011 | 0 | 10111 | 10000 | 10000 | 101010110 | 100101 | 1001010 |
Color Harmonies of #D5A4B3
Complementary color
Monochromatic Colors of #D5A4B3
Black with #D5A4B3
Text Example
Text Example
White with #D5A4B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A4B3; }
p { color: rgb(213,164,179); }
H1.HeaderClassName
{
color: #D5A4B3;
}
.AnyTagClassName
{
color: #D5A4B3;
}
</style>
background-color css
<style>
a { background-color: #D5A4B3; }
a { background-color: rgb(213,164,179); }
div.DivClassName
{
background-color: #D5A4B3;
}
.BgClassName
{
background-color: #D5A4B3;
}
</style>
border-color css
<style>
span { border-color: #D5A4B3; }
span { border-color: rgb(213,164,179); }
td.TdClassName
{
border-color: #D5A4B3;
}
.TagClassName
{
border-color: #D5A4B3;
}
</style>