Shades of Kobi #D4A5B5
Tints of Kobi #D4A5B5
RGB
CMYK
RGB Variations
Color information
#D4A5B5 (or 0xD4A5B5) is known color: Kobi. HEX triplet: D4, A5 and B5. RGB value is (212,165,181). Sum of RGB (Red+Green+Blue) = 212+165+181=558 (73% of max value = 765). Red value is 212 (83.20% from 255 or 37.99% from 558); Green value is 165 (64.84% from 255 or 29.57% from 558); Blue value is 181 (71.09% from 255 or 32.44% from 558); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A5B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4A5B5 is #2B5A4A. Grayscale: #B4B4B4. Windows color (decimal): -2841163 or 11904468. OLE color: 11904468.
HSL color Cylindrical-coordinate representation of color #D4A5B5: hue angle of 339.57º degrees, saturation: 0.35, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D4A5B5 is Cyan = 0, Magento = 0.22, Yellow = 0.15 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 165 | 181 | - |
| CMYK | 0 | 0.22 | 0.15 | 0.17 |
| HSL | 339.57º | 0.35% | 0.74% | - |
| HSV(B) | 339.57º | 0.22% | 0.83% | - |
| XYZ | 48.95 | 44.24 | 49.68 | - |
| YUV | 180.88 | 128.07 | 150.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 165 | 181 | 0 | 0.22 | 0.15 | 0.17 | 339.57 | 0.35 | 0.74 |
| Hex | D4 | A5 | B5 | 0 | 16 | F | 11 | 154 | 23 | 4A |
| Octal | 324 | 245 | 265 | 0 | 26 | 17 | 21 | 524 | 43 | 112 |
| Binary | 11010100 | 10100101 | 10110101 | 0 | 10110 | 1111 | 10001 | 101010100 | 100011 | 1001010 |
Color Harmonies of #D4A5B5
Complementary color
Monochromatic Colors of #D4A5B5
Black with #D4A5B5
Text Example
Text Example
White with #D4A5B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A5B5; }
p { color: rgb(212,165,181); }
H1.HeaderClassName
{
color: #D4A5B5;
}
.AnyTagClassName
{
color: #D4A5B5;
}
</style>
background-color css
<style>
a { background-color: #D4A5B5; }
a { background-color: rgb(212,165,181); }
div.DivClassName
{
background-color: #D4A5B5;
}
.BgClassName
{
background-color: #D4A5B5;
}
</style>
border-color css
<style>
span { border-color: #D4A5B5; }
span { border-color: rgb(212,165,181); }
td.TdClassName
{
border-color: #D4A5B5;
}
.TagClassName
{
border-color: #D4A5B5;
}
</style>