Shades of Kobi #D692AC
Tints of Kobi #D692AC
RGB
CMYK
RGB Variations
Color information
#D692AC (or 0xD692AC) is known color: Kobi. HEX triplet: D6, 92 and AC. RGB value is (214,146,172). Sum of RGB (Red+Green+Blue) = 214+146+172=532 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.23% from 532); Green value is 146 (57.42% from 255 or 27.44% from 532); Blue value is 172 (67.58% from 255 or 32.33% from 532); Max value from RGB is 214 - color contains mainly: red. Hex color #D692AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D692AC is #296D53. Grayscale: #A9A9A9. Windows color (decimal): -2714964 or 11309782. OLE color: 11309782.
HSL color Cylindrical-coordinate representation of color #D692AC: hue angle of 337.06º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D692AC is Cyan = 0, Magento = 0.32, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 146 | 172 | - |
| CMYK | 0 | 0.32 | 0.20 | 0.16 |
| HSL | 337.06º | 0.45% | 0.71% | - |
| HSV(B) | 337.06º | 0.32% | 0.84% | - |
| XYZ | 45.46 | 37.83 | 43.94 | - |
| YUV | 169.3 | 129.53 | 159.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 146 | 172 | 0 | 0.32 | 0.20 | 0.16 | 337.06 | 0.45 | 0.71 |
| Hex | D6 | 92 | AC | 0 | 20 | 14 | 10 | 151 | 2D | 47 |
| Octal | 326 | 222 | 254 | 0 | 40 | 24 | 20 | 521 | 55 | 107 |
| Binary | 11010110 | 10010010 | 10101100 | 0 | 100000 | 10100 | 10000 | 101010001 | 101101 | 1000111 |
Color Harmonies of #D692AC
Complementary color
Monochromatic Colors of #D692AC
Black with #D692AC
Text Example
Text Example
White with #D692AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D692AC; }
p { color: rgb(214,146,172); }
H1.HeaderClassName
{
color: #D692AC;
}
.AnyTagClassName
{
color: #D692AC;
}
</style>
background-color css
<style>
a { background-color: #D692AC; }
a { background-color: rgb(214,146,172); }
div.DivClassName
{
background-color: #D692AC;
}
.BgClassName
{
background-color: #D692AC;
}
</style>
border-color css
<style>
span { border-color: #D692AC; }
span { border-color: rgb(214,146,172); }
td.TdClassName
{
border-color: #D692AC;
}
.TagClassName
{
border-color: #D692AC;
}
</style>