Shades of Kobi #D492AC
Tints of Kobi #D492AC
RGB
CMYK
RGB Variations
Color information
#D492AC (or 0xD492AC) is known color: Kobi. HEX triplet: D4, 92 and AC. RGB value is (212,146,172). Sum of RGB (Red+Green+Blue) = 212+146+172=530 (70% of max value = 765). Red value is 212 (83.20% from 255 or 40% from 530); Green value is 146 (57.42% from 255 or 27.55% from 530); Blue value is 172 (67.58% from 255 or 32.45% from 530); Max value from RGB is 212 - color contains mainly: red. Hex color #D492AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D492AC is #2B6D53. Grayscale: #A8A8A8. Windows color (decimal): -2846036 or 11309780. OLE color: 11309780.
HSL color Cylindrical-coordinate representation of color #D492AC: hue angle of 336.36º 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 #D492AC is Cyan = 0, Magento = 0.31, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 146 | 172 | - |
| CMYK | 0 | 0.31 | 0.19 | 0.17 |
| HSL | 336.36º | 0.43% | 0.7% | - |
| HSV(B) | 336.36º | 0.31% | 0.83% | - |
| XYZ | 44.88 | 37.53 | 43.91 | - |
| YUV | 168.7 | 129.87 | 158.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 146 | 172 | 0 | 0.31 | 0.19 | 0.17 | 336.36 | 0.43 | 0.7 |
| Hex | D4 | 92 | AC | 0 | 1F | 13 | 11 | 150 | 2B | 46 |
| Octal | 324 | 222 | 254 | 0 | 37 | 23 | 21 | 520 | 53 | 106 |
| Binary | 11010100 | 10010010 | 10101100 | 0 | 11111 | 10011 | 10001 | 101010000 | 101011 | 1000110 |
Color Harmonies of #D492AC
Complementary color
Monochromatic Colors of #D492AC
Black with #D492AC
Text Example
Text Example
White with #D492AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D492AC; }
p { color: rgb(212,146,172); }
H1.HeaderClassName
{
color: #D492AC;
}
.AnyTagClassName
{
color: #D492AC;
}
</style>
background-color css
<style>
a { background-color: #D492AC; }
a { background-color: rgb(212,146,172); }
div.DivClassName
{
background-color: #D492AC;
}
.BgClassName
{
background-color: #D492AC;
}
</style>
border-color css
<style>
span { border-color: #D492AC; }
span { border-color: rgb(212,146,172); }
td.TdClassName
{
border-color: #D492AC;
}
.TagClassName
{
border-color: #D492AC;
}
</style>