Shades of Kobi #D688AC
Tints of Kobi #D688AC
RGB
CMYK
RGB Variations
Color information
#D688AC (or 0xD688AC) is known color: Kobi. HEX triplet: D6, 88 and AC. RGB value is (214,136,172). Sum of RGB (Red+Green+Blue) = 214+136+172=522 (69% of max value = 765). Red value is 214 (83.98% from 255 or 41.00% from 522); Green value is 136 (53.52% from 255 or 26.05% from 522); Blue value is 172 (67.58% from 255 or 32.95% from 522); Max value from RGB is 214 - color contains mainly: red. Hex color #D688AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D688AC is #297753. Grayscale: #A3A3A3. Windows color (decimal): -2717524 or 11307222. OLE color: 11307222.
HSL color Cylindrical-coordinate representation of color #D688AC: hue angle of 332.31º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D688AC is Cyan = 0, Magento = 0.36, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 136 | 172 | - |
| CMYK | 0 | 0.36 | 0.20 | 0.16 |
| HSL | 332.31º | 0.49% | 0.69% | - |
| HSV(B) | 332.31º | 0.36% | 0.84% | - |
| XYZ | 43.98 | 34.88 | 43.44 | - |
| YUV | 163.43 | 132.84 | 164.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 136 | 172 | 0 | 0.36 | 0.20 | 0.16 | 332.31 | 0.49 | 0.69 |
| Hex | D6 | 88 | AC | 0 | 24 | 14 | 10 | 14C | 31 | 45 |
| Octal | 326 | 210 | 254 | 0 | 44 | 24 | 20 | 514 | 61 | 105 |
| Binary | 11010110 | 10001000 | 10101100 | 0 | 100100 | 10100 | 10000 | 101001100 | 110001 | 1000101 |
Color Harmonies of #D688AC
Complementary color
Monochromatic Colors of #D688AC
Black with #D688AC
Text Example
Text Example
White with #D688AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D688AC; }
p { color: rgb(214,136,172); }
H1.HeaderClassName
{
color: #D688AC;
}
.AnyTagClassName
{
color: #D688AC;
}
</style>
background-color css
<style>
a { background-color: #D688AC; }
a { background-color: rgb(214,136,172); }
div.DivClassName
{
background-color: #D688AC;
}
.BgClassName
{
background-color: #D688AC;
}
</style>
border-color css
<style>
span { border-color: #D688AC; }
span { border-color: rgb(214,136,172); }
td.TdClassName
{
border-color: #D688AC;
}
.TagClassName
{
border-color: #D688AC;
}
</style>