Shades of Kobi #D492AB
Tints of Kobi #D492AB
RGB
CMYK
RGB Variations
Color information
#D492AB (or 0xD492AB) is known color: Kobi. HEX triplet: D4, 92 and AB. RGB value is (212,146,171). Sum of RGB (Red+Green+Blue) = 212+146+171=529 (70% of max value = 765). Red value is 212 (83.20% from 255 or 40.08% from 529); Green value is 146 (57.42% from 255 or 27.60% from 529); Blue value is 171 (67.19% from 255 or 32.33% from 529); Max value from RGB is 212 - color contains mainly: red. Hex color #D492AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D492AB is #2B6D54. Grayscale: #A8A8A8. Windows color (decimal): -2846037 or 11244244. OLE color: 11244244.
HSL color Cylindrical-coordinate representation of color #D492AB: hue angle of 337.27º 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 #D492AB is Cyan = 0, Magento = 0.31, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 146 | 171 | - |
| CMYK | 0 | 0.31 | 0.19 | 0.17 |
| HSL | 337.27º | 0.43% | 0.7% | - |
| HSV(B) | 337.27º | 0.31% | 0.83% | - |
| XYZ | 44.78 | 37.5 | 43.41 | - |
| YUV | 168.58 | 129.37 | 158.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 146 | 171 | 0 | 0.31 | 0.19 | 0.17 | 337.27 | 0.43 | 0.7 |
| Hex | D4 | 92 | AB | 0 | 1F | 13 | 11 | 151 | 2B | 46 |
| Octal | 324 | 222 | 253 | 0 | 37 | 23 | 21 | 521 | 53 | 106 |
| Binary | 11010100 | 10010010 | 10101011 | 0 | 11111 | 10011 | 10001 | 101010001 | 101011 | 1000110 |
Color Harmonies of #D492AB
Complementary color
Monochromatic Colors of #D492AB
Black with #D492AB
Text Example
Text Example
White with #D492AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D492AB; }
p { color: rgb(212,146,171); }
H1.HeaderClassName
{
color: #D492AB;
}
.AnyTagClassName
{
color: #D492AB;
}
</style>
background-color css
<style>
a { background-color: #D492AB; }
a { background-color: rgb(212,146,171); }
div.DivClassName
{
background-color: #D492AB;
}
.BgClassName
{
background-color: #D492AB;
}
</style>
border-color css
<style>
span { border-color: #D492AB; }
span { border-color: rgb(212,146,171); }
td.TdClassName
{
border-color: #D492AB;
}
.TagClassName
{
border-color: #D492AB;
}
</style>