Shades of Kobi #D7A0B5
Tints of Kobi #D7A0B5
RGB
CMYK
RGB Variations
Color information
#D7A0B5 (or 0xD7A0B5) is known color: Kobi. HEX triplet: D7, A0 and B5. RGB value is (215,160,181). Sum of RGB (Red+Green+Blue) = 215+160+181=556 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.67% from 556); Green value is 160 (62.89% from 255 or 28.78% from 556); Blue value is 181 (71.09% from 255 or 32.55% from 556); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A0B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7A0B5 is #285F4A. Grayscale: #B2B2B2. Windows color (decimal): -2645835 or 11903191. OLE color: 11903191.
HSL color Cylindrical-coordinate representation of color #D7A0B5: hue angle of 337.09º 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 #D7A0B5 is Cyan = 0, Magento = 0.26, Yellow = 0.16 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 160 | 181 | - |
| CMYK | 0 | 0.26 | 0.16 | 0.16 |
| HSL | 337.09º | 0.41% | 0.74% | - |
| HSV(B) | 337.09º | 0.26% | 0.84% | - |
| XYZ | 48.94 | 42.92 | 49.42 | - |
| YUV | 178.84 | 129.22 | 153.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 160 | 181 | 0 | 0.26 | 0.16 | 0.16 | 337.09 | 0.41 | 0.74 |
| Hex | D7 | A0 | B5 | 0 | 1A | 10 | 10 | 151 | 29 | 4A |
| Octal | 327 | 240 | 265 | 0 | 32 | 20 | 20 | 521 | 51 | 112 |
| Binary | 11010111 | 10100000 | 10110101 | 0 | 11010 | 10000 | 10000 | 101010001 | 101001 | 1001010 |
Color Harmonies of #D7A0B5
Complementary color
Monochromatic Colors of #D7A0B5
Black with #D7A0B5
Text Example
Text Example
White with #D7A0B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7A0B5; }
p { color: rgb(215,160,181); }
H1.HeaderClassName
{
color: #D7A0B5;
}
.AnyTagClassName
{
color: #D7A0B5;
}
</style>
background-color css
<style>
a { background-color: #D7A0B5; }
a { background-color: rgb(215,160,181); }
div.DivClassName
{
background-color: #D7A0B5;
}
.BgClassName
{
background-color: #D7A0B5;
}
</style>
border-color css
<style>
span { border-color: #D7A0B5; }
span { border-color: rgb(215,160,181); }
td.TdClassName
{
border-color: #D7A0B5;
}
.TagClassName
{
border-color: #D7A0B5;
}
</style>