Shades of Kobi #D699AC
Tints of Kobi #D699AC
RGB
CMYK
RGB Variations
Color information
#D699AC (or 0xD699AC) is known color: Kobi. HEX triplet: D6, 99 and AC. RGB value is (214,153,172). Sum of RGB (Red+Green+Blue) = 214+153+172=539 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.70% from 539); Green value is 153 (60.16% from 255 or 28.39% from 539); Blue value is 172 (67.58% from 255 or 31.91% from 539); Max value from RGB is 214 - color contains mainly: red. Hex color #D699AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D699AC is #296653. Grayscale: #ADADAD. Windows color (decimal): -2713172 or 11311574. OLE color: 11311574.
HSL color Cylindrical-coordinate representation of color #D699AC: hue angle of 341.31º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D699AC is Cyan = 0, Magento = 0.29, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 153 | 172 | - |
| CMYK | 0 | 0.29 | 0.20 | 0.16 |
| HSL | 341.31º | 0.43% | 0.72% | - |
| HSV(B) | 341.31º | 0.29% | 0.84% | - |
| XYZ | 46.57 | 40.06 | 44.31 | - |
| YUV | 173.41 | 127.21 | 156.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 153 | 172 | 0 | 0.29 | 0.20 | 0.16 | 341.31 | 0.43 | 0.72 |
| Hex | D6 | 99 | AC | 0 | 1D | 14 | 10 | 155 | 2B | 48 |
| Octal | 326 | 231 | 254 | 0 | 35 | 24 | 20 | 525 | 53 | 110 |
| Binary | 11010110 | 10011001 | 10101100 | 0 | 11101 | 10100 | 10000 | 101010101 | 101011 | 1001000 |
Color Harmonies of #D699AC
Complementary color
Monochromatic Colors of #D699AC
Black with #D699AC
Text Example
Text Example
White with #D699AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D699AC; }
p { color: rgb(214,153,172); }
H1.HeaderClassName
{
color: #D699AC;
}
.AnyTagClassName
{
color: #D699AC;
}
</style>
background-color css
<style>
a { background-color: #D699AC; }
a { background-color: rgb(214,153,172); }
div.DivClassName
{
background-color: #D699AC;
}
.BgClassName
{
background-color: #D699AC;
}
</style>
border-color css
<style>
span { border-color: #D699AC; }
span { border-color: rgb(214,153,172); }
td.TdClassName
{
border-color: #D699AC;
}
.TagClassName
{
border-color: #D699AC;
}
</style>