Shades of Kobi #D691A4
Tints of Kobi #D691A4
RGB
CMYK
RGB Variations
Color information
#D691A4 (or 0xD691A4) is known color: Kobi. HEX triplet: D6, 91 and A4. RGB value is (214,145,164). Sum of RGB (Red+Green+Blue) = 214+145+164=523 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.92% from 523); Green value is 145 (57.03% from 255 or 27.72% from 523); Blue value is 164 (64.45% from 255 or 31.36% from 523); Max value from RGB is 214 - color contains mainly: red. Hex color #D691A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D691A4 is #296E5B. Grayscale: #A7A7A7. Windows color (decimal): -2715228 or 10785238. OLE color: 10785238.
HSL color Cylindrical-coordinate representation of color #D691A4: hue angle of 343.48º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D691A4 is Cyan = 0, Magento = 0.32, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 145 | 164 | - |
| CMYK | 0 | 0.32 | 0.23 | 0.16 |
| HSL | 343.48º | 0.46% | 0.7% | - |
| HSV(B) | 343.48º | 0.32% | 0.84% | - |
| XYZ | 44.56 | 37.23 | 39.96 | - |
| YUV | 167.8 | 125.86 | 160.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 145 | 164 | 0 | 0.32 | 0.23 | 0.16 | 343.48 | 0.46 | 0.7 |
| Hex | D6 | 91 | A4 | 0 | 20 | 17 | 10 | 157 | 2E | 46 |
| Octal | 326 | 221 | 244 | 0 | 40 | 27 | 20 | 527 | 56 | 106 |
| Binary | 11010110 | 10010001 | 10100100 | 0 | 100000 | 10111 | 10000 | 101010111 | 101110 | 1000110 |
Color Harmonies of #D691A4
Complementary color
Monochromatic Colors of #D691A4
Black with #D691A4
Text Example
Text Example
White with #D691A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D691A4; }
p { color: rgb(214,145,164); }
H1.HeaderClassName
{
color: #D691A4;
}
.AnyTagClassName
{
color: #D691A4;
}
</style>
background-color css
<style>
a { background-color: #D691A4; }
a { background-color: rgb(214,145,164); }
div.DivClassName
{
background-color: #D691A4;
}
.BgClassName
{
background-color: #D691A4;
}
</style>
border-color css
<style>
span { border-color: #D691A4; }
span { border-color: rgb(214,145,164); }
td.TdClassName
{
border-color: #D691A4;
}
.TagClassName
{
border-color: #D691A4;
}
</style>