Shades of Kobi #D594A5
Tints of Kobi #D594A5
RGB
CMYK
RGB Variations
Color information
#D594A5 (or 0xD594A5) is known color: Kobi. HEX triplet: D5, 94 and A5. RGB value is (213,148,165). Sum of RGB (Red+Green+Blue) = 213+148+165=526 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.49% from 526); Green value is 148 (58.20% from 255 or 28.14% from 526); Blue value is 165 (64.84% from 255 or 31.37% from 526); Max value from RGB is 213 - color contains mainly: red. Hex color #D594A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D594A5 is #2A6B5A. Grayscale: #A9A9A9. Windows color (decimal): -2779995 or 10851541. OLE color: 10851541.
HSL color Cylindrical-coordinate representation of color #D594A5: hue angle of 344.31º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D594A5 is Cyan = 0, Magento = 0.31, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 148 | 165 | - |
| CMYK | 0 | 0.31 | 0.23 | 0.16 |
| HSL | 344.31º | 0.44% | 0.71% | - |
| HSV(B) | 344.31º | 0.31% | 0.84% | - |
| XYZ | 44.82 | 38.04 | 40.58 | - |
| YUV | 169.37 | 125.53 | 159.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 148 | 165 | 0 | 0.31 | 0.23 | 0.16 | 344.31 | 0.44 | 0.71 |
| Hex | D5 | 94 | A5 | 0 | 1F | 17 | 10 | 158 | 2C | 47 |
| Octal | 325 | 224 | 245 | 0 | 37 | 27 | 20 | 530 | 54 | 107 |
| Binary | 11010101 | 10010100 | 10100101 | 0 | 11111 | 10111 | 10000 | 101011000 | 101100 | 1000111 |
Color Harmonies of #D594A5
Complementary color
Monochromatic Colors of #D594A5
Black with #D594A5
Text Example
Text Example
White with #D594A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D594A5; }
p { color: rgb(213,148,165); }
H1.HeaderClassName
{
color: #D594A5;
}
.AnyTagClassName
{
color: #D594A5;
}
</style>
background-color css
<style>
a { background-color: #D594A5; }
a { background-color: rgb(213,148,165); }
div.DivClassName
{
background-color: #D594A5;
}
.BgClassName
{
background-color: #D594A5;
}
</style>
border-color css
<style>
span { border-color: #D594A5; }
span { border-color: rgb(213,148,165); }
td.TdClassName
{
border-color: #D594A5;
}
.TagClassName
{
border-color: #D594A5;
}
</style>