Shades of Kobi #D49AAE
Tints of Kobi #D49AAE
RGB
CMYK
RGB Variations
Color information
#D49AAE (or 0xD49AAE) is known color: Kobi. HEX triplet: D4, 9A and AE. RGB value is (212,154,174). Sum of RGB (Red+Green+Blue) = 212+154+174=540 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.26% from 540); Green value is 154 (60.55% from 255 or 28.52% from 540); Blue value is 174 (68.36% from 255 or 32.22% from 540); Max value from RGB is 212 - color contains mainly: red. Hex color #D49AAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49AAE is #2B6551. Grayscale: #ADADAD. Windows color (decimal): -2843986 or 11442900. OLE color: 11442900.
HSL color Cylindrical-coordinate representation of color #D49AAE: hue angle of 339.31º degrees, saturation: 0.4, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D49AAE is Cyan = 0, Magento = 0.27, Yellow = 0.18 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 154 | 174 | - |
| CMYK | 0 | 0.27 | 0.18 | 0.17 |
| HSL | 339.31º | 0.4% | 0.72% | - |
| HSV(B) | 339.31º | 0.27% | 0.83% | - |
| XYZ | 46.35 | 40.16 | 45.35 | - |
| YUV | 173.62 | 128.22 | 155.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 154 | 174 | 0 | 0.27 | 0.18 | 0.17 | 339.31 | 0.4 | 0.72 |
| Hex | D4 | 9A | AE | 0 | 1B | 12 | 11 | 153 | 28 | 48 |
| Octal | 324 | 232 | 256 | 0 | 33 | 22 | 21 | 523 | 50 | 110 |
| Binary | 11010100 | 10011010 | 10101110 | 0 | 11011 | 10010 | 10001 | 101010011 | 101000 | 1001000 |
Color Harmonies of #D49AAE
Complementary color
Monochromatic Colors of #D49AAE
Black with #D49AAE
Text Example
Text Example
White with #D49AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49AAE; }
p { color: rgb(212,154,174); }
H1.HeaderClassName
{
color: #D49AAE;
}
.AnyTagClassName
{
color: #D49AAE;
}
</style>
background-color css
<style>
a { background-color: #D49AAE; }
a { background-color: rgb(212,154,174); }
div.DivClassName
{
background-color: #D49AAE;
}
.BgClassName
{
background-color: #D49AAE;
}
</style>
border-color css
<style>
span { border-color: #D49AAE; }
span { border-color: rgb(212,154,174); }
td.TdClassName
{
border-color: #D49AAE;
}
.TagClassName
{
border-color: #D49AAE;
}
</style>