Shades of Kobi #D0A0AF
Tints of Kobi #D0A0AF
RGB
CMYK
RGB Variations
Color information
#D0A0AF (or 0xD0A0AF) is known color: Kobi. HEX triplet: D0, A0 and AF. RGB value is (208,160,175). Sum of RGB (Red+Green+Blue) = 208+160+175=543 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.31% from 543); Green value is 160 (62.89% from 255 or 29.47% from 543); Blue value is 175 (68.75% from 255 or 32.23% from 543); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A0AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0A0AF is #2F5F50. Grayscale: #B0B0B0. Windows color (decimal): -3104593 or 11509968. OLE color: 11509968.
HSL color Cylindrical-coordinate representation of color #D0A0AF: hue angle of 341.25º degrees, saturation: 0.34, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D0A0AF is Cyan = 0, Magento = 0.23, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 160 | 175 | - |
| CMYK | 0 | 0.23 | 0.16 | 0.18 |
| HSL | 341.25º | 0.34% | 0.72% | - |
| HSV(B) | 341.25º | 0.23% | 0.82% | - |
| XYZ | 46.32 | 41.65 | 46.15 | - |
| YUV | 176.06 | 127.4 | 150.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 160 | 175 | 0 | 0.23 | 0.16 | 0.18 | 341.25 | 0.34 | 0.72 |
| Hex | D0 | A0 | AF | 0 | 17 | 10 | 12 | 155 | 22 | 48 |
| Octal | 320 | 240 | 257 | 0 | 27 | 20 | 22 | 525 | 42 | 110 |
| Binary | 11010000 | 10100000 | 10101111 | 0 | 10111 | 10000 | 10010 | 101010101 | 100010 | 1001000 |
Color Harmonies of #D0A0AF
Complementary color
Monochromatic Colors of #D0A0AF
Black with #D0A0AF
Text Example
Text Example
White with #D0A0AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A0AF; }
p { color: rgb(208,160,175); }
H1.HeaderClassName
{
color: #D0A0AF;
}
.AnyTagClassName
{
color: #D0A0AF;
}
</style>
background-color css
<style>
a { background-color: #D0A0AF; }
a { background-color: rgb(208,160,175); }
div.DivClassName
{
background-color: #D0A0AF;
}
.BgClassName
{
background-color: #D0A0AF;
}
</style>
border-color css
<style>
span { border-color: #D0A0AF; }
span { border-color: rgb(208,160,175); }
td.TdClassName
{
border-color: #D0A0AF;
}
.TagClassName
{
border-color: #D0A0AF;
}
</style>