Shades of Kobi #D7A0B3
Tints of Kobi #D7A0B3
RGB
CMYK
RGB Variations
Color information
#D7A0B3 (or 0xD7A0B3) is known color: Kobi. HEX triplet: D7, A0 and B3. RGB value is (215,160,179). Sum of RGB (Red+Green+Blue) = 215+160+179=554 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.81% from 554); Green value is 160 (62.89% from 255 or 28.88% from 554); Blue value is 179 (70.31% from 255 or 32.31% from 554); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A0B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7A0B3 is #285F4C. Grayscale: #B2B2B2. Windows color (decimal): -2645837 or 11772119. OLE color: 11772119.
HSL color Cylindrical-coordinate representation of color #D7A0B3: hue angle of 339.27º 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 #D7A0B3 is Cyan = 0, Magento = 0.26, Yellow = 0.17 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 160 | 179 | - |
| CMYK | 0 | 0.26 | 0.17 | 0.16 |
| HSL | 339.27º | 0.41% | 0.74% | - |
| HSV(B) | 339.27º | 0.26% | 0.84% | - |
| XYZ | 48.73 | 42.84 | 48.35 | - |
| YUV | 178.61 | 128.22 | 153.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 160 | 179 | 0 | 0.26 | 0.17 | 0.16 | 339.27 | 0.41 | 0.74 |
| Hex | D7 | A0 | B3 | 0 | 1A | 11 | 10 | 153 | 29 | 4A |
| Octal | 327 | 240 | 263 | 0 | 32 | 21 | 20 | 523 | 51 | 112 |
| Binary | 11010111 | 10100000 | 10110011 | 0 | 11010 | 10001 | 10000 | 101010011 | 101001 | 1001010 |
Color Harmonies of #D7A0B3
Complementary color
Monochromatic Colors of #D7A0B3
Black with #D7A0B3
Text Example
Text Example
White with #D7A0B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7A0B3; }
p { color: rgb(215,160,179); }
H1.HeaderClassName
{
color: #D7A0B3;
}
.AnyTagClassName
{
color: #D7A0B3;
}
</style>
background-color css
<style>
a { background-color: #D7A0B3; }
a { background-color: rgb(215,160,179); }
div.DivClassName
{
background-color: #D7A0B3;
}
.BgClassName
{
background-color: #D7A0B3;
}
</style>
border-color css
<style>
span { border-color: #D7A0B3; }
span { border-color: rgb(215,160,179); }
td.TdClassName
{
border-color: #D7A0B3;
}
.TagClassName
{
border-color: #D7A0B3;
}
</style>