Shades of Kobi #D49AAA
Tints of Kobi #D49AAA
RGB
CMYK
RGB Variations
Color information
#D49AAA (or 0xD49AAA) is known color: Kobi. HEX triplet: D4, 9A and AA. RGB value is (212,154,170). Sum of RGB (Red+Green+Blue) = 212+154+170=536 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.55% from 536); Green value is 154 (60.55% from 255 or 28.73% from 536); Blue value is 170 (66.80% from 255 or 31.72% from 536); Max value from RGB is 212 - color contains mainly: red. Hex color #D49AAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49AAA is #2B6555. Grayscale: #ADADAD. Windows color (decimal): -2843990 or 11180756. OLE color: 11180756.
HSL color Cylindrical-coordinate representation of color #D49AAA: hue angle of 343.45º 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 #D49AAA is Cyan = 0, Magento = 0.27, Yellow = 0.20 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 154 | 170 | - |
| CMYK | 0 | 0.27 | 0.20 | 0.17 |
| HSL | 343.45º | 0.4% | 0.72% | - |
| HSV(B) | 343.45º | 0.27% | 0.83% | - |
| XYZ | 45.96 | 40.01 | 43.33 | - |
| YUV | 173.17 | 126.22 | 155.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 154 | 170 | 0 | 0.27 | 0.20 | 0.17 | 343.45 | 0.4 | 0.72 |
| Hex | D4 | 9A | AA | 0 | 1B | 14 | 11 | 157 | 28 | 48 |
| Octal | 324 | 232 | 252 | 0 | 33 | 24 | 21 | 527 | 50 | 110 |
| Binary | 11010100 | 10011010 | 10101010 | 0 | 11011 | 10100 | 10001 | 101010111 | 101000 | 1001000 |
Color Harmonies of #D49AAA
Complementary color
Monochromatic Colors of #D49AAA
Black with #D49AAA
Text Example
Text Example
White with #D49AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49AAA; }
p { color: rgb(212,154,170); }
H1.HeaderClassName
{
color: #D49AAA;
}
.AnyTagClassName
{
color: #D49AAA;
}
</style>
background-color css
<style>
a { background-color: #D49AAA; }
a { background-color: rgb(212,154,170); }
div.DivClassName
{
background-color: #D49AAA;
}
.BgClassName
{
background-color: #D49AAA;
}
</style>
border-color css
<style>
span { border-color: #D49AAA; }
span { border-color: rgb(212,154,170); }
td.TdClassName
{
border-color: #D49AAA;
}
.TagClassName
{
border-color: #D49AAA;
}
</style>