Shades of Kobi #D498AF
Tints of Kobi #D498AF
RGB
CMYK
RGB Variations
Color information
#D498AF (or 0xD498AF) is known color: Kobi. HEX triplet: D4, 98 and AF. RGB value is (212,152,175). Sum of RGB (Red+Green+Blue) = 212+152+175=539 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.33% from 539); Green value is 152 (59.77% from 255 or 28.20% from 539); Blue value is 175 (68.75% from 255 or 32.47% from 539); Max value from RGB is 212 - color contains mainly: red. Hex color #D498AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D498AF is #2B6750. Grayscale: #ACACAC. Windows color (decimal): -2844497 or 11507924. OLE color: 11507924.
HSL color Cylindrical-coordinate representation of color #D498AF: hue angle of 337º 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 #D498AF is Cyan = 0, Magento = 0.28, Yellow = 0.17 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 152 | 175 | - |
| CMYK | 0 | 0.28 | 0.17 | 0.17 |
| HSL | 337º | 0.41% | 0.71% | - |
| HSV(B) | 337º | 0.28% | 0.83% | - |
| XYZ | 46.12 | 39.55 | 45.76 | - |
| YUV | 172.56 | 129.38 | 156.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 152 | 175 | 0 | 0.28 | 0.17 | 0.17 | 337 | 0.41 | 0.71 |
| Hex | D4 | 98 | AF | 0 | 1C | 11 | 11 | 151 | 29 | 47 |
| Octal | 324 | 230 | 257 | 0 | 34 | 21 | 21 | 521 | 51 | 107 |
| Binary | 11010100 | 10011000 | 10101111 | 0 | 11100 | 10001 | 10001 | 101010001 | 101001 | 1000111 |
Color Harmonies of #D498AF
Complementary color
Monochromatic Colors of #D498AF
Black with #D498AF
Text Example
Text Example
White with #D498AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D498AF; }
p { color: rgb(212,152,175); }
H1.HeaderClassName
{
color: #D498AF;
}
.AnyTagClassName
{
color: #D498AF;
}
</style>
background-color css
<style>
a { background-color: #D498AF; }
a { background-color: rgb(212,152,175); }
div.DivClassName
{
background-color: #D498AF;
}
.BgClassName
{
background-color: #D498AF;
}
</style>
border-color css
<style>
span { border-color: #D498AF; }
span { border-color: rgb(212,152,175); }
td.TdClassName
{
border-color: #D498AF;
}
.TagClassName
{
border-color: #D498AF;
}
</style>