Shades of Kobi #D392AC
Tints of Kobi #D392AC
RGB
CMYK
RGB Variations
Color information
#D392AC (or 0xD392AC) is known color: Kobi. HEX triplet: D3, 92 and AC. RGB value is (211,146,172). Sum of RGB (Red+Green+Blue) = 211+146+172=529 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.89% from 529); Green value is 146 (57.42% from 255 or 27.60% from 529); Blue value is 172 (67.58% from 255 or 32.51% from 529); Max value from RGB is 211 - color contains mainly: red. Hex color #D392AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D392AC is #2C6D53. Grayscale: #A8A8A8. Windows color (decimal): -2911572 or 11309779. OLE color: 11309779.
HSL color Cylindrical-coordinate representation of color #D392AC: hue angle of 336º degrees, saturation: 0.42, 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 #D392AC is Cyan = 0, Magento = 0.31, Yellow = 0.18 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 146 | 172 | - |
| CMYK | 0 | 0.31 | 0.18 | 0.17 |
| HSL | 336º | 0.42% | 0.7% | - |
| HSV(B) | 336º | 0.31% | 0.83% | - |
| XYZ | 44.59 | 37.39 | 43.9 | - |
| YUV | 168.4 | 130.03 | 158.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 146 | 172 | 0 | 0.31 | 0.18 | 0.17 | 336 | 0.42 | 0.7 |
| Hex | D3 | 92 | AC | 0 | 1F | 12 | 11 | 150 | 2A | 46 |
| Octal | 323 | 222 | 254 | 0 | 37 | 22 | 21 | 520 | 52 | 106 |
| Binary | 11010011 | 10010010 | 10101100 | 0 | 11111 | 10010 | 10001 | 101010000 | 101010 | 1000110 |
Color Harmonies of #D392AC
Complementary color
Monochromatic Colors of #D392AC
Black with #D392AC
Text Example
Text Example
White with #D392AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D392AC; }
p { color: rgb(211,146,172); }
H1.HeaderClassName
{
color: #D392AC;
}
.AnyTagClassName
{
color: #D392AC;
}
</style>
background-color css
<style>
a { background-color: #D392AC; }
a { background-color: rgb(211,146,172); }
div.DivClassName
{
background-color: #D392AC;
}
.BgClassName
{
background-color: #D392AC;
}
</style>
border-color css
<style>
span { border-color: #D392AC; }
span { border-color: rgb(211,146,172); }
td.TdClassName
{
border-color: #D392AC;
}
.TagClassName
{
border-color: #D392AC;
}
</style>