Shades of Kobi #D794AA
Tints of Kobi #D794AA
RGB
CMYK
RGB Variations
Color information
#D794AA (or 0xD794AA) is known color: Kobi. HEX triplet: D7, 94 and AA. RGB value is (215,148,170). Sum of RGB (Red+Green+Blue) = 215+148+170=533 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.34% from 533); Green value is 148 (58.20% from 255 or 27.77% from 533); Blue value is 170 (66.80% from 255 or 31.89% from 533); Max value from RGB is 215 - color contains mainly: red. Hex color #D794AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D794AA is #286B55. Grayscale: #AAAAAA. Windows color (decimal): -2648918 or 11179223. OLE color: 11179223.
HSL color Cylindrical-coordinate representation of color #D794AA: hue angle of 340.3º degrees, saturation: 0.46, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D794AA is Cyan = 0, Magento = 0.31, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 148 | 170 | - |
| CMYK | 0 | 0.31 | 0.21 | 0.16 |
| HSL | 340.3º | 0.46% | 0.71% | - |
| HSV(B) | 340.3º | 0.31% | 0.84% | - |
| XYZ | 45.87 | 38.53 | 43.05 | - |
| YUV | 170.54 | 127.7 | 159.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 148 | 170 | 0 | 0.31 | 0.21 | 0.16 | 340.3 | 0.46 | 0.71 |
| Hex | D7 | 94 | AA | 0 | 1F | 15 | 10 | 154 | 2E | 47 |
| Octal | 327 | 224 | 252 | 0 | 37 | 25 | 20 | 524 | 56 | 107 |
| Binary | 11010111 | 10010100 | 10101010 | 0 | 11111 | 10101 | 10000 | 101010100 | 101110 | 1000111 |
Color Harmonies of #D794AA
Complementary color
Monochromatic Colors of #D794AA
Black with #D794AA
Text Example
Text Example
White with #D794AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D794AA; }
p { color: rgb(215,148,170); }
H1.HeaderClassName
{
color: #D794AA;
}
.AnyTagClassName
{
color: #D794AA;
}
</style>
background-color css
<style>
a { background-color: #D794AA; }
a { background-color: rgb(215,148,170); }
div.DivClassName
{
background-color: #D794AA;
}
.BgClassName
{
background-color: #D794AA;
}
</style>
border-color css
<style>
span { border-color: #D794AA; }
span { border-color: rgb(215,148,170); }
td.TdClassName
{
border-color: #D794AA;
}
.TagClassName
{
border-color: #D794AA;
}
</style>