Shades of Kobi #D6A2B0
Tints of Kobi #D6A2B0
RGB
CMYK
RGB Variations
Color information
#D6A2B0 (or 0xD6A2B0) is known color: Kobi. HEX triplet: D6, A2 and B0. RGB value is (214,162,176). Sum of RGB (Red+Green+Blue) = 214+162+176=552 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.77% from 552); Green value is 162 (63.67% from 255 or 29.35% from 552); Blue value is 176 (69.14% from 255 or 31.88% from 552); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A2B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6A2B0 is #295D4F. Grayscale: #B3B3B3. Windows color (decimal): -2710864 or 11576022. OLE color: 11576022.
HSL color Cylindrical-coordinate representation of color #D6A2B0: hue angle of 343.85º degrees, saturation: 0.39, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D6A2B0 is Cyan = 0, Magento = 0.24, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 162 | 176 | - |
| CMYK | 0 | 0.24 | 0.18 | 0.16 |
| HSL | 343.85º | 0.39% | 0.74% | - |
| HSV(B) | 343.85º | 0.24% | 0.84% | - |
| XYZ | 48.49 | 43.27 | 46.87 | - |
| YUV | 179.14 | 126.23 | 152.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 162 | 176 | 0 | 0.24 | 0.18 | 0.16 | 343.85 | 0.39 | 0.74 |
| Hex | D6 | A2 | B0 | 0 | 18 | 12 | 10 | 158 | 27 | 4A |
| Octal | 326 | 242 | 260 | 0 | 30 | 22 | 20 | 530 | 47 | 112 |
| Binary | 11010110 | 10100010 | 10110000 | 0 | 11000 | 10010 | 10000 | 101011000 | 100111 | 1001010 |
Color Harmonies of #D6A2B0
Complementary color
Monochromatic Colors of #D6A2B0
Black with #D6A2B0
Text Example
Text Example
White with #D6A2B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A2B0; }
p { color: rgb(214,162,176); }
H1.HeaderClassName
{
color: #D6A2B0;
}
.AnyTagClassName
{
color: #D6A2B0;
}
</style>
background-color css
<style>
a { background-color: #D6A2B0; }
a { background-color: rgb(214,162,176); }
div.DivClassName
{
background-color: #D6A2B0;
}
.BgClassName
{
background-color: #D6A2B0;
}
</style>
border-color css
<style>
span { border-color: #D6A2B0; }
span { border-color: rgb(214,162,176); }
td.TdClassName
{
border-color: #D6A2B0;
}
.TagClassName
{
border-color: #D6A2B0;
}
</style>