Shades of Kobi #D493A6
Tints of Kobi #D493A6
RGB
CMYK
RGB Variations
Color information
#D493A6 (or 0xD493A6) is known color: Kobi. HEX triplet: D4, 93 and A6. RGB value is (212,147,166). Sum of RGB (Red+Green+Blue) = 212+147+166=525 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.38% from 525); Green value is 147 (57.81% from 255 or 28% from 525); Blue value is 166 (65.23% from 255 or 31.62% from 525); Max value from RGB is 212 - color contains mainly: red. Hex color #D493A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D493A6 is #2B6C59. Grayscale: #A8A8A8. Windows color (decimal): -2845786 or 10916820. OLE color: 10916820.
HSL color Cylindrical-coordinate representation of color #D493A6: hue angle of 342.46º degrees, saturation: 0.43, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D493A6 is Cyan = 0, Magento = 0.31, Yellow = 0.22 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 147 | 166 | - |
| CMYK | 0 | 0.31 | 0.22 | 0.17 |
| HSL | 342.46º | 0.43% | 0.7% | - |
| HSV(B) | 342.46º | 0.31% | 0.83% | - |
| XYZ | 44.47 | 37.62 | 40.99 | - |
| YUV | 168.6 | 126.53 | 158.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 147 | 166 | 0 | 0.31 | 0.22 | 0.17 | 342.46 | 0.43 | 0.7 |
| Hex | D4 | 93 | A6 | 0 | 1F | 16 | 11 | 156 | 2B | 46 |
| Octal | 324 | 223 | 246 | 0 | 37 | 26 | 21 | 526 | 53 | 106 |
| Binary | 11010100 | 10010011 | 10100110 | 0 | 11111 | 10110 | 10001 | 101010110 | 101011 | 1000110 |
Color Harmonies of #D493A6
Complementary color
Monochromatic Colors of #D493A6
Black with #D493A6
Text Example
Text Example
White with #D493A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D493A6; }
p { color: rgb(212,147,166); }
H1.HeaderClassName
{
color: #D493A6;
}
.AnyTagClassName
{
color: #D493A6;
}
</style>
background-color css
<style>
a { background-color: #D493A6; }
a { background-color: rgb(212,147,166); }
div.DivClassName
{
background-color: #D493A6;
}
.BgClassName
{
background-color: #D493A6;
}
</style>
border-color css
<style>
span { border-color: #D493A6; }
span { border-color: rgb(212,147,166); }
td.TdClassName
{
border-color: #D493A6;
}
.TagClassName
{
border-color: #D493A6;
}
</style>