Shades of Kobi #D49AAF
Tints of Kobi #D49AAF
RGB
CMYK
RGB Variations
Color information
#D49AAF (or 0xD49AAF) is known color: Kobi. HEX triplet: D4, 9A and AF. RGB value is (212,154,175). Sum of RGB (Red+Green+Blue) = 212+154+175=541 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.19% from 541); Green value is 154 (60.55% from 255 or 28.47% from 541); Blue value is 175 (68.75% from 255 or 32.35% from 541); Max value from RGB is 212 - color contains mainly: red. Hex color #D49AAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49AAF is #2B6550. Grayscale: #ADADAD. Windows color (decimal): -2843985 or 11508436. OLE color: 11508436.
HSL color Cylindrical-coordinate representation of color #D49AAF: hue angle of 338.28º 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 #D49AAF is Cyan = 0, Magento = 0.27, Yellow = 0.17 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 154 | 175 | - |
| CMYK | 0 | 0.27 | 0.17 | 0.17 |
| HSL | 338.28º | 0.4% | 0.72% | - |
| HSV(B) | 338.28º | 0.27% | 0.83% | - |
| XYZ | 46.44 | 40.2 | 45.87 | - |
| YUV | 173.74 | 128.72 | 155.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 154 | 175 | 0 | 0.27 | 0.17 | 0.17 | 338.28 | 0.4 | 0.72 |
| Hex | D4 | 9A | AF | 0 | 1B | 11 | 11 | 152 | 28 | 48 |
| Octal | 324 | 232 | 257 | 0 | 33 | 21 | 21 | 522 | 50 | 110 |
| Binary | 11010100 | 10011010 | 10101111 | 0 | 11011 | 10001 | 10001 | 101010010 | 101000 | 1001000 |
Color Harmonies of #D49AAF
Complementary color
Monochromatic Colors of #D49AAF
Black with #D49AAF
Text Example
Text Example
White with #D49AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49AAF; }
p { color: rgb(212,154,175); }
H1.HeaderClassName
{
color: #D49AAF;
}
.AnyTagClassName
{
color: #D49AAF;
}
</style>
background-color css
<style>
a { background-color: #D49AAF; }
a { background-color: rgb(212,154,175); }
div.DivClassName
{
background-color: #D49AAF;
}
.BgClassName
{
background-color: #D49AAF;
}
</style>
border-color css
<style>
span { border-color: #D49AAF; }
span { border-color: rgb(212,154,175); }
td.TdClassName
{
border-color: #D49AAF;
}
.TagClassName
{
border-color: #D49AAF;
}
</style>