Shades of Kobi #D79CAC
Tints of Kobi #D79CAC
RGB
CMYK
RGB Variations
Color information
#D79CAC (or 0xD79CAC) is known color: Kobi. HEX triplet: D7, 9C and AC. RGB value is (215,156,172). Sum of RGB (Red+Green+Blue) = 215+156+172=543 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.59% from 543); Green value is 156 (61.33% from 255 or 28.73% from 543); Blue value is 172 (67.58% from 255 or 31.68% from 543); Max value from RGB is 215 - color contains mainly: red. Hex color #D79CAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D79CAC is #286353. Grayscale: #AFAFAF. Windows color (decimal): -2646868 or 11312343. OLE color: 11312343.
HSL color Cylindrical-coordinate representation of color #D79CAC: hue angle of 343.73º degrees, saturation: 0.42, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D79CAC is Cyan = 0, Magento = 0.27, Yellow = 0.2 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 156 | 172 | - |
| CMYK | 0 | 0.27 | 0.2 | 0.16 |
| HSL | 343.73º | 0.42% | 0.73% | - |
| HSV(B) | 343.73º | 0.27% | 0.84% | - |
| XYZ | 47.36 | 41.2 | 44.49 | - |
| YUV | 175.47 | 126.05 | 156.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 156 | 172 | 0 | 0.27 | 0.2 | 0.16 | 343.73 | 0.42 | 0.73 |
| Hex | D7 | 9C | AC | 0 | 1B | 14 | 10 | 158 | 2A | 49 |
| Octal | 327 | 234 | 254 | 0 | 33 | 24 | 20 | 530 | 52 | 111 |
| Binary | 11010111 | 10011100 | 10101100 | 0 | 11011 | 10100 | 10000 | 101011000 | 101010 | 1001001 |
Color Harmonies of #D79CAC
Complementary color
Monochromatic Colors of #D79CAC
Black with #D79CAC
Text Example
Text Example
White with #D79CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D79CAC; }
p { color: rgb(215,156,172); }
H1.HeaderClassName
{
color: #D79CAC;
}
.AnyTagClassName
{
color: #D79CAC;
}
</style>
background-color css
<style>
a { background-color: #D79CAC; }
a { background-color: rgb(215,156,172); }
div.DivClassName
{
background-color: #D79CAC;
}
.BgClassName
{
background-color: #D79CAC;
}
</style>
border-color css
<style>
span { border-color: #D79CAC; }
span { border-color: rgb(215,156,172); }
td.TdClassName
{
border-color: #D79CAC;
}
.TagClassName
{
border-color: #D79CAC;
}
</style>