Shades of Kobi #D69FAC
Tints of Kobi #D69FAC
RGB
CMYK
RGB Variations
Color information
#D69FAC (or 0xD69FAC) is known color: Kobi. HEX triplet: D6, 9F and AC. RGB value is (214,159,172). Sum of RGB (Red+Green+Blue) = 214+159+172=545 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.27% from 545); Green value is 159 (62.5% from 255 or 29.17% from 545); Blue value is 172 (67.58% from 255 or 31.56% from 545); Max value from RGB is 214 - color contains mainly: red. Hex color #D69FAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69FAC is #296053. Grayscale: #B0B0B0. Windows color (decimal): -2711636 or 11313110. OLE color: 11313110.
HSL color Cylindrical-coordinate representation of color #D69FAC: hue angle of 345.82º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D69FAC is Cyan = 0, Magento = 0.26, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 159 | 172 | - |
| CMYK | 0 | 0.26 | 0.20 | 0.16 |
| HSL | 345.82º | 0.4% | 0.73% | - |
| HSV(B) | 345.82º | 0.26% | 0.84% | - |
| XYZ | 47.58 | 42.07 | 44.64 | - |
| YUV | 176.93 | 125.22 | 154.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 159 | 172 | 0 | 0.26 | 0.20 | 0.16 | 345.82 | 0.4 | 0.73 |
| Hex | D6 | 9F | AC | 0 | 1A | 14 | 10 | 15A | 28 | 49 |
| Octal | 326 | 237 | 254 | 0 | 32 | 24 | 20 | 532 | 50 | 111 |
| Binary | 11010110 | 10011111 | 10101100 | 0 | 11010 | 10100 | 10000 | 101011010 | 101000 | 1001001 |
Color Harmonies of #D69FAC
Complementary color
Monochromatic Colors of #D69FAC
Black with #D69FAC
Text Example
Text Example
White with #D69FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69FAC; }
p { color: rgb(214,159,172); }
H1.HeaderClassName
{
color: #D69FAC;
}
.AnyTagClassName
{
color: #D69FAC;
}
</style>
background-color css
<style>
a { background-color: #D69FAC; }
a { background-color: rgb(214,159,172); }
div.DivClassName
{
background-color: #D69FAC;
}
.BgClassName
{
background-color: #D69FAC;
}
</style>
border-color css
<style>
span { border-color: #D69FAC; }
span { border-color: rgb(214,159,172); }
td.TdClassName
{
border-color: #D69FAC;
}
.TagClassName
{
border-color: #D69FAC;
}
</style>