Shades of Kobi #D498A6
Tints of Kobi #D498A6
RGB
CMYK
RGB Variations
Color information
#D498A6 (or 0xD498A6) is known color: Kobi. HEX triplet: D4, 98 and A6. RGB value is (212,152,166). Sum of RGB (Red+Green+Blue) = 212+152+166=530 (70% of max value = 765). Red value is 212 (83.20% from 255 or 40% from 530); Green value is 152 (59.77% from 255 or 28.68% from 530); Blue value is 166 (65.23% from 255 or 31.32% from 530); Max value from RGB is 212 - color contains mainly: red. Hex color #D498A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D498A6 is #2B6759. Grayscale: #ABABAB. Windows color (decimal): -2844506 or 10918100. OLE color: 10918100.
HSL color Cylindrical-coordinate representation of color #D498A6: hue angle of 346º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D498A6 is Cyan = 0, Magento = 0.28, Yellow = 0.22 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 152 | 166 | - |
| CMYK | 0 | 0.28 | 0.22 | 0.17 |
| HSL | 346º | 0.41% | 0.71% | - |
| HSV(B) | 346º | 0.28% | 0.83% | - |
| XYZ | 45.26 | 39.21 | 41.26 | - |
| YUV | 171.54 | 124.88 | 156.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 152 | 166 | 0 | 0.28 | 0.22 | 0.17 | 346 | 0.41 | 0.71 |
| Hex | D4 | 98 | A6 | 0 | 1C | 16 | 11 | 15A | 29 | 47 |
| Octal | 324 | 230 | 246 | 0 | 34 | 26 | 21 | 532 | 51 | 107 |
| Binary | 11010100 | 10011000 | 10100110 | 0 | 11100 | 10110 | 10001 | 101011010 | 101001 | 1000111 |
Color Harmonies of #D498A6
Complementary color
Monochromatic Colors of #D498A6
Black with #D498A6
Text Example
Text Example
White with #D498A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D498A6; }
p { color: rgb(212,152,166); }
H1.HeaderClassName
{
color: #D498A6;
}
.AnyTagClassName
{
color: #D498A6;
}
</style>
background-color css
<style>
a { background-color: #D498A6; }
a { background-color: rgb(212,152,166); }
div.DivClassName
{
background-color: #D498A6;
}
.BgClassName
{
background-color: #D498A6;
}
</style>
border-color css
<style>
span { border-color: #D498A6; }
span { border-color: rgb(212,152,166); }
td.TdClassName
{
border-color: #D498A6;
}
.TagClassName
{
border-color: #D498A6;
}
</style>