Shades of Kobi #D492AF
Tints of Kobi #D492AF
RGB
CMYK
RGB Variations
Color information
#D492AF (or 0xD492AF) is known color: Kobi. HEX triplet: D4, 92 and AF. RGB value is (212,146,175). Sum of RGB (Red+Green+Blue) = 212+146+175=533 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.77% from 533); Green value is 146 (57.42% from 255 or 27.39% from 533); Blue value is 175 (68.75% from 255 or 32.83% from 533); Max value from RGB is 212 - color contains mainly: red. Hex color #D492AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D492AF is #2B6D50. Grayscale: #A8A8A8. Windows color (decimal): -2846033 or 11506388. OLE color: 11506388.
HSL color Cylindrical-coordinate representation of color #D492AF: hue angle of 333.64º 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 #D492AF is Cyan = 0, Magento = 0.31, Yellow = 0.17 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 146 | 175 | - |
| CMYK | 0 | 0.31 | 0.17 | 0.17 |
| HSL | 333.64º | 0.43% | 0.7% | - |
| HSV(B) | 333.64º | 0.31% | 0.83% | - |
| XYZ | 45.17 | 37.65 | 45.44 | - |
| YUV | 169.04 | 131.37 | 158.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 146 | 175 | 0 | 0.31 | 0.17 | 0.17 | 333.64 | 0.43 | 0.7 |
| Hex | D4 | 92 | AF | 0 | 1F | 11 | 11 | 14E | 2B | 46 |
| Octal | 324 | 222 | 257 | 0 | 37 | 21 | 21 | 516 | 53 | 106 |
| Binary | 11010100 | 10010010 | 10101111 | 0 | 11111 | 10001 | 10001 | 101001110 | 101011 | 1000110 |
Color Harmonies of #D492AF
Complementary color
Monochromatic Colors of #D492AF
Black with #D492AF
Text Example
Text Example
White with #D492AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D492AF; }
p { color: rgb(212,146,175); }
H1.HeaderClassName
{
color: #D492AF;
}
.AnyTagClassName
{
color: #D492AF;
}
</style>
background-color css
<style>
a { background-color: #D492AF; }
a { background-color: rgb(212,146,175); }
div.DivClassName
{
background-color: #D492AF;
}
.BgClassName
{
background-color: #D492AF;
}
</style>
border-color css
<style>
span { border-color: #D492AF; }
span { border-color: rgb(212,146,175); }
td.TdClassName
{
border-color: #D492AF;
}
.TagClassName
{
border-color: #D492AF;
}
</style>