Shades of Kobi #D7A0AC
Tints of Kobi #D7A0AC
RGB
CMYK
RGB Variations
Color information
#D7A0AC (or 0xD7A0AC) is known color: Kobi. HEX triplet: D7, A0 and AC. RGB value is (215,160,172). Sum of RGB (Red+Green+Blue) = 215+160+172=547 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.31% from 547); Green value is 160 (62.89% from 255 or 29.25% from 547); Blue value is 172 (67.58% from 255 or 31.44% from 547); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A0AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7A0AC is #285F53. Grayscale: #B1B1B1. Windows color (decimal): -2645844 or 11313367. OLE color: 11313367.
HSL color Cylindrical-coordinate representation of color #D7A0AC: hue angle of 346.91º degrees, saturation: 0.41, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D7A0AC is Cyan = 0, Magento = 0.26, Yellow = 0.2 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 160 | 172 | - |
| CMYK | 0 | 0.26 | 0.2 | 0.16 |
| HSL | 346.91º | 0.41% | 0.74% | - |
| HSV(B) | 346.91º | 0.26% | 0.84% | - |
| XYZ | 48.04 | 42.57 | 44.71 | - |
| YUV | 177.81 | 124.72 | 154.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 160 | 172 | 0 | 0.26 | 0.2 | 0.16 | 346.91 | 0.41 | 0.74 |
| Hex | D7 | A0 | AC | 0 | 1A | 14 | 10 | 15B | 29 | 4A |
| Octal | 327 | 240 | 254 | 0 | 32 | 24 | 20 | 533 | 51 | 112 |
| Binary | 11010111 | 10100000 | 10101100 | 0 | 11010 | 10100 | 10000 | 101011011 | 101001 | 1001010 |
Color Harmonies of #D7A0AC
Complementary color
Monochromatic Colors of #D7A0AC
Black with #D7A0AC
Text Example
Text Example
White with #D7A0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7A0AC; }
p { color: rgb(215,160,172); }
H1.HeaderClassName
{
color: #D7A0AC;
}
.AnyTagClassName
{
color: #D7A0AC;
}
</style>
background-color css
<style>
a { background-color: #D7A0AC; }
a { background-color: rgb(215,160,172); }
div.DivClassName
{
background-color: #D7A0AC;
}
.BgClassName
{
background-color: #D7A0AC;
}
</style>
border-color css
<style>
span { border-color: #D7A0AC; }
span { border-color: rgb(215,160,172); }
td.TdClassName
{
border-color: #D7A0AC;
}
.TagClassName
{
border-color: #D7A0AC;
}
</style>