Shades of Kobi #D799AC
Tints of Kobi #D799AC
RGB
CMYK
RGB Variations
Color information
#D799AC (or 0xD799AC) is known color: Kobi. HEX triplet: D7, 99 and AC. RGB value is (215,153,172). Sum of RGB (Red+Green+Blue) = 215+153+172=540 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.81% from 540); Green value is 153 (60.16% from 255 or 28.33% from 540); Blue value is 172 (67.58% from 255 or 31.85% from 540); Max value from RGB is 215 - color contains mainly: red. Hex color #D799AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D799AC is #286653. Grayscale: #ADADAD. Windows color (decimal): -2647636 or 11311575. OLE color: 11311575.
HSL color Cylindrical-coordinate representation of color #D799AC: hue angle of 341.61º 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 #D799AC is Cyan = 0, Magento = 0.29, Yellow = 0.2 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 153 | 172 | - |
| CMYK | 0 | 0.29 | 0.2 | 0.16 |
| HSL | 341.61º | 0.44% | 0.72% | - |
| HSV(B) | 341.61º | 0.29% | 0.84% | - |
| XYZ | 46.86 | 40.21 | 44.32 | - |
| YUV | 173.7 | 127.04 | 157.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 153 | 172 | 0 | 0.29 | 0.2 | 0.16 | 341.61 | 0.44 | 0.72 |
| Hex | D7 | 99 | AC | 0 | 1D | 14 | 10 | 156 | 2C | 48 |
| Octal | 327 | 231 | 254 | 0 | 35 | 24 | 20 | 526 | 54 | 110 |
| Binary | 11010111 | 10011001 | 10101100 | 0 | 11101 | 10100 | 10000 | 101010110 | 101100 | 1001000 |
Color Harmonies of #D799AC
Complementary color
Monochromatic Colors of #D799AC
Black with #D799AC
Text Example
Text Example
White with #D799AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D799AC; }
p { color: rgb(215,153,172); }
H1.HeaderClassName
{
color: #D799AC;
}
.AnyTagClassName
{
color: #D799AC;
}
</style>
background-color css
<style>
a { background-color: #D799AC; }
a { background-color: rgb(215,153,172); }
div.DivClassName
{
background-color: #D799AC;
}
.BgClassName
{
background-color: #D799AC;
}
</style>
border-color css
<style>
span { border-color: #D799AC; }
span { border-color: rgb(215,153,172); }
td.TdClassName
{
border-color: #D799AC;
}
.TagClassName
{
border-color: #D799AC;
}
</style>