Shades of Kobi #D69BAC
Tints of Kobi #D69BAC
RGB
CMYK
RGB Variations
Color information
#D69BAC (or 0xD69BAC) is known color: Kobi. HEX triplet: D6, 9B and AC. RGB value is (214,155,172). Sum of RGB (Red+Green+Blue) = 214+155+172=541 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.56% from 541); Green value is 155 (60.94% from 255 or 28.65% from 541); Blue value is 172 (67.58% from 255 or 31.79% from 541); Max value from RGB is 214 - color contains mainly: red. Hex color #D69BAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69BAC is #296453. Grayscale: #AEAEAE. Windows color (decimal): -2712660 or 11312086. OLE color: 11312086.
HSL color Cylindrical-coordinate representation of color #D69BAC: hue angle of 342.71º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D69BAC is Cyan = 0, Magento = 0.28, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 155 | 172 | - |
| CMYK | 0 | 0.28 | 0.20 | 0.16 |
| HSL | 342.71º | 0.42% | 0.72% | - |
| HSV(B) | 342.71º | 0.28% | 0.84% | - |
| XYZ | 46.9 | 40.72 | 44.42 | - |
| YUV | 174.58 | 126.55 | 156.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 155 | 172 | 0 | 0.28 | 0.20 | 0.16 | 342.71 | 0.42 | 0.72 |
| Hex | D6 | 9B | AC | 0 | 1C | 14 | 10 | 157 | 2A | 48 |
| Octal | 326 | 233 | 254 | 0 | 34 | 24 | 20 | 527 | 52 | 110 |
| Binary | 11010110 | 10011011 | 10101100 | 0 | 11100 | 10100 | 10000 | 101010111 | 101010 | 1001000 |
Color Harmonies of #D69BAC
Complementary color
Monochromatic Colors of #D69BAC
Black with #D69BAC
Text Example
Text Example
White with #D69BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69BAC; }
p { color: rgb(214,155,172); }
H1.HeaderClassName
{
color: #D69BAC;
}
.AnyTagClassName
{
color: #D69BAC;
}
</style>
background-color css
<style>
a { background-color: #D69BAC; }
a { background-color: rgb(214,155,172); }
div.DivClassName
{
background-color: #D69BAC;
}
.BgClassName
{
background-color: #D69BAC;
}
</style>
border-color css
<style>
span { border-color: #D69BAC; }
span { border-color: rgb(214,155,172); }
td.TdClassName
{
border-color: #D69BAC;
}
.TagClassName
{
border-color: #D69BAC;
}
</style>