Shades of Kobi #D492AA
Tints of Kobi #D492AA
RGB
CMYK
RGB Variations
Color information
#D492AA (or 0xD492AA) is known color: Kobi. HEX triplet: D4, 92 and AA. RGB value is (212,146,170). Sum of RGB (Red+Green+Blue) = 212+146+170=528 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.15% from 528); Green value is 146 (57.42% from 255 or 27.65% from 528); Blue value is 170 (66.80% from 255 or 32.20% from 528); Max value from RGB is 212 - color contains mainly: red. Hex color #D492AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D492AA is #2B6D55. Grayscale: #A8A8A8. Windows color (decimal): -2846038 or 11178708. OLE color: 11178708.
HSL color Cylindrical-coordinate representation of color #D492AA: hue angle of 338.18º 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 #D492AA is Cyan = 0, Magento = 0.31, Yellow = 0.20 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 146 | 170 | - |
| CMYK | 0 | 0.31 | 0.20 | 0.17 |
| HSL | 338.18º | 0.43% | 0.7% | - |
| HSV(B) | 338.18º | 0.31% | 0.83% | - |
| XYZ | 44.69 | 37.46 | 42.9 | - |
| YUV | 168.47 | 128.87 | 159.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 146 | 170 | 0 | 0.31 | 0.20 | 0.17 | 338.18 | 0.43 | 0.7 |
| Hex | D4 | 92 | AA | 0 | 1F | 14 | 11 | 152 | 2B | 46 |
| Octal | 324 | 222 | 252 | 0 | 37 | 24 | 21 | 522 | 53 | 106 |
| Binary | 11010100 | 10010010 | 10101010 | 0 | 11111 | 10100 | 10001 | 101010010 | 101011 | 1000110 |
Color Harmonies of #D492AA
Complementary color
Monochromatic Colors of #D492AA
Black with #D492AA
Text Example
Text Example
White with #D492AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D492AA; }
p { color: rgb(212,146,170); }
H1.HeaderClassName
{
color: #D492AA;
}
.AnyTagClassName
{
color: #D492AA;
}
</style>
background-color css
<style>
a { background-color: #D492AA; }
a { background-color: rgb(212,146,170); }
div.DivClassName
{
background-color: #D492AA;
}
.BgClassName
{
background-color: #D492AA;
}
</style>
border-color css
<style>
span { border-color: #D492AA; }
span { border-color: rgb(212,146,170); }
td.TdClassName
{
border-color: #D492AA;
}
.TagClassName
{
border-color: #D492AA;
}
</style>