Shades of Kobi #D79AAA
Tints of Kobi #D79AAA
RGB
CMYK
RGB Variations
Color information
#D79AAA (or 0xD79AAA) is known color: Kobi. HEX triplet: D7, 9A and AA. RGB value is (215,154,170). Sum of RGB (Red+Green+Blue) = 215+154+170=539 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.89% from 539); Green value is 154 (60.55% from 255 or 28.57% from 539); Blue value is 170 (66.80% from 255 or 31.54% from 539); Max value from RGB is 215 - color contains mainly: red. Hex color #D79AAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D79AAA is #286555. Grayscale: #AEAEAE. Windows color (decimal): -2647382 or 11180759. OLE color: 11180759.
HSL color Cylindrical-coordinate representation of color #D79AAA: hue angle of 344.26º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D79AAA is Cyan = 0, Magento = 0.28, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 154 | 170 | - |
| CMYK | 0 | 0.28 | 0.21 | 0.16 |
| HSL | 344.26º | 0.43% | 0.72% | - |
| HSV(B) | 344.26º | 0.28% | 0.84% | - |
| XYZ | 46.84 | 40.46 | 43.37 | - |
| YUV | 174.06 | 125.71 | 157.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 154 | 170 | 0 | 0.28 | 0.21 | 0.16 | 344.26 | 0.43 | 0.72 |
| Hex | D7 | 9A | AA | 0 | 1C | 15 | 10 | 158 | 2B | 48 |
| Octal | 327 | 232 | 252 | 0 | 34 | 25 | 20 | 530 | 53 | 110 |
| Binary | 11010111 | 10011010 | 10101010 | 0 | 11100 | 10101 | 10000 | 101011000 | 101011 | 1001000 |
Color Harmonies of #D79AAA
Complementary color
Monochromatic Colors of #D79AAA
Black with #D79AAA
Text Example
Text Example
White with #D79AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D79AAA; }
p { color: rgb(215,154,170); }
H1.HeaderClassName
{
color: #D79AAA;
}
.AnyTagClassName
{
color: #D79AAA;
}
</style>
background-color css
<style>
a { background-color: #D79AAA; }
a { background-color: rgb(215,154,170); }
div.DivClassName
{
background-color: #D79AAA;
}
.BgClassName
{
background-color: #D79AAA;
}
</style>
border-color css
<style>
span { border-color: #D79AAA; }
span { border-color: rgb(215,154,170); }
td.TdClassName
{
border-color: #D79AAA;
}
.TagClassName
{
border-color: #D79AAA;
}
</style>