Shades of Kobi #D492AD
Tints of Kobi #D492AD
RGB
CMYK
RGB Variations
Color information
#D492AD (or 0xD492AD) is known color: Kobi. HEX triplet: D4, 92 and AD. RGB value is (212,146,173). Sum of RGB (Red+Green+Blue) = 212+146+173=531 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.92% from 531); Green value is 146 (57.42% from 255 or 27.50% from 531); Blue value is 173 (67.97% from 255 or 32.58% from 531); Max value from RGB is 212 - color contains mainly: red. Hex color #D492AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D492AD is #2B6D52. Grayscale: #A8A8A8. Windows color (decimal): -2846035 or 11375316. OLE color: 11375316.
HSL color Cylindrical-coordinate representation of color #D492AD: hue angle of 335.45º 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 #D492AD is Cyan = 0, Magento = 0.31, Yellow = 0.18 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 146 | 173 | - |
| CMYK | 0 | 0.31 | 0.18 | 0.17 |
| HSL | 335.45º | 0.43% | 0.7% | - |
| HSV(B) | 335.45º | 0.31% | 0.83% | - |
| XYZ | 44.97 | 37.57 | 44.42 | - |
| YUV | 168.81 | 130.37 | 158.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 146 | 173 | 0 | 0.31 | 0.18 | 0.17 | 335.45 | 0.43 | 0.7 |
| Hex | D4 | 92 | AD | 0 | 1F | 12 | 11 | 14F | 2B | 46 |
| Octal | 324 | 222 | 255 | 0 | 37 | 22 | 21 | 517 | 53 | 106 |
| Binary | 11010100 | 10010010 | 10101101 | 0 | 11111 | 10010 | 10001 | 101001111 | 101011 | 1000110 |
Color Harmonies of #D492AD
Complementary color
Monochromatic Colors of #D492AD
Black with #D492AD
Text Example
Text Example
White with #D492AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D492AD; }
p { color: rgb(212,146,173); }
H1.HeaderClassName
{
color: #D492AD;
}
.AnyTagClassName
{
color: #D492AD;
}
</style>
background-color css
<style>
a { background-color: #D492AD; }
a { background-color: rgb(212,146,173); }
div.DivClassName
{
background-color: #D492AD;
}
.BgClassName
{
background-color: #D492AD;
}
</style>
border-color css
<style>
span { border-color: #D492AD; }
span { border-color: rgb(212,146,173); }
td.TdClassName
{
border-color: #D492AD;
}
.TagClassName
{
border-color: #D492AD;
}
</style>