Shades of Kobi #D798AA
Tints of Kobi #D798AA
RGB
CMYK
RGB Variations
Color information
#D798AA (or 0xD798AA) is known color: Kobi. HEX triplet: D7, 98 and AA. RGB value is (215,152,170). Sum of RGB (Red+Green+Blue) = 215+152+170=537 (71% of max value = 765). Red value is 215 (84.38% from 255 or 40.04% from 537); Green value is 152 (59.77% from 255 or 28.31% from 537); Blue value is 170 (66.80% from 255 or 31.66% from 537); Max value from RGB is 215 - color contains mainly: red. Hex color #D798AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D798AA is #286755. Grayscale: #ACACAC. Windows color (decimal): -2647894 or 11180247. OLE color: 11180247.
HSL color Cylindrical-coordinate representation of color #D798AA: hue angle of 342.86º degrees, saturation: 0.44, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D798AA is Cyan = 0, Magento = 0.29, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 152 | 170 | - |
| CMYK | 0 | 0.29 | 0.21 | 0.16 |
| HSL | 342.86º | 0.44% | 0.72% | - |
| HSV(B) | 342.86º | 0.29% | 0.84% | - |
| XYZ | 46.51 | 39.81 | 43.26 | - |
| YUV | 172.89 | 126.37 | 158.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 152 | 170 | 0 | 0.29 | 0.21 | 0.16 | 342.86 | 0.44 | 0.72 |
| Hex | D7 | 98 | AA | 0 | 1D | 15 | 10 | 157 | 2C | 48 |
| Octal | 327 | 230 | 252 | 0 | 35 | 25 | 20 | 527 | 54 | 110 |
| Binary | 11010111 | 10011000 | 10101010 | 0 | 11101 | 10101 | 10000 | 101010111 | 101100 | 1001000 |
Color Harmonies of #D798AA
Complementary color
Monochromatic Colors of #D798AA
Black with #D798AA
Text Example
Text Example
White with #D798AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D798AA; }
p { color: rgb(215,152,170); }
H1.HeaderClassName
{
color: #D798AA;
}
.AnyTagClassName
{
color: #D798AA;
}
</style>
background-color css
<style>
a { background-color: #D798AA; }
a { background-color: rgb(215,152,170); }
div.DivClassName
{
background-color: #D798AA;
}
.BgClassName
{
background-color: #D798AA;
}
</style>
border-color css
<style>
span { border-color: #D798AA; }
span { border-color: rgb(215,152,170); }
td.TdClassName
{
border-color: #D798AA;
}
.TagClassName
{
border-color: #D798AA;
}
</style>