Shades of Kobi #D492A5
Tints of Kobi #D492A5
RGB
CMYK
RGB Variations
Color information
#D492A5 (or 0xD492A5) is known color: Kobi. HEX triplet: D4, 92 and A5. RGB value is (212,146,165). Sum of RGB (Red+Green+Blue) = 212+146+165=523 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.54% from 523); Green value is 146 (57.42% from 255 or 27.92% from 523); Blue value is 165 (64.84% from 255 or 31.55% from 523); Max value from RGB is 212 - color contains mainly: red. Hex color #D492A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D492A5 is #2B6D5A. Grayscale: #A7A7A7. Windows color (decimal): -2846043 or 10851028. OLE color: 10851028.
HSL color Cylindrical-coordinate representation of color #D492A5: hue angle of 342.73º 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 #D492A5 is Cyan = 0, Magento = 0.31, Yellow = 0.22 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 146 | 165 | - |
| CMYK | 0 | 0.31 | 0.22 | 0.17 |
| HSL | 342.73º | 0.43% | 0.7% | - |
| HSV(B) | 342.73º | 0.31% | 0.83% | - |
| XYZ | 44.22 | 37.27 | 40.46 | - |
| YUV | 167.9 | 126.37 | 159.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 146 | 165 | 0 | 0.31 | 0.22 | 0.17 | 342.73 | 0.43 | 0.7 |
| Hex | D4 | 92 | A5 | 0 | 1F | 16 | 11 | 157 | 2B | 46 |
| Octal | 324 | 222 | 245 | 0 | 37 | 26 | 21 | 527 | 53 | 106 |
| Binary | 11010100 | 10010010 | 10100101 | 0 | 11111 | 10110 | 10001 | 101010111 | 101011 | 1000110 |
Color Harmonies of #D492A5
Complementary color
Monochromatic Colors of #D492A5
Black with #D492A5
Text Example
Text Example
White with #D492A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D492A5; }
p { color: rgb(212,146,165); }
H1.HeaderClassName
{
color: #D492A5;
}
.AnyTagClassName
{
color: #D492A5;
}
</style>
background-color css
<style>
a { background-color: #D492A5; }
a { background-color: rgb(212,146,165); }
div.DivClassName
{
background-color: #D492A5;
}
.BgClassName
{
background-color: #D492A5;
}
</style>
border-color css
<style>
span { border-color: #D492A5; }
span { border-color: rgb(212,146,165); }
td.TdClassName
{
border-color: #D492A5;
}
.TagClassName
{
border-color: #D492A5;
}
</style>